Skip to content

Commit

Permalink
Prepare CHANGELOG for 1.0.2 release (#2482)
Browse files Browse the repository at this point in the history
* Update CHANGELOG for 1.0.2 release

Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
  • Loading branch information
amartinezfayo authored and evan2645 committed Sep 2, 2021
1 parent 1246b07 commit 07058d8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [1.0.2] - 2021-09-02

### Added
- Experimental support for custom authorization policies based on Open Policy Agent (OPA) (#2416)
- SPIRE Server can now be configured to emit audit logs (#2297, #2391, #2394, #2396, #2442, #2458)
- Envoy SDS v3 API in agent now supports the SPIFFE Certificate Validator for federated SPIFFE authentication (#2435, #2460)
- SPIRE OIDC Discovery Provider now intelligently handles host headers (#2404, #2453)
- SPIRE OIDC Discovery Provider can now serve over HTTP using the `allow_insecure_scheme` setting (#2404)
- Metrics configuration options to filter out metrics and labels (#2400)
- The `k8s-workload-registrar` now supports identity template based workload registration (#2417)
- Enhancements in filtering support in server APIs (#2467, #2463, #2464, #2468)
- Improvements in logging of errors in peertracker (#2469)

### Changed
- CRD mode of the `k8s-workload-registrar` now uses SPIRE certificates for the validating webhook (#2321)
- The `vault` UpstreamAuthority plugin now continues retrying to renew tokens on failures until the lease time is exceeded (#2445)

### Fixed
- Fixed a nil pointer dereference when the deprecated `allow_unsafe_ids` setting was configured (#2477)

### Deprecated
- The SPIRE OIDC Discovery Provider `domain` configurable has been deprecated in favor of `domains` (#2404)

## [1.0.1] - 2021-08-05

### Added
Expand Down

0 comments on commit 07058d8

Please sign in to comment.