Skip to content

Commit

Permalink
Bump to 1.6.1 (spiffe#3929)
Browse files Browse the repository at this point in the history
* Update CHANGELOG for 1.6.0 release (spiffe#3921)

* Update CHANGELOG for 1.6.0 release

Signed-off-by: Marcos Yacob <[email protected]>

* Bump version to 1.6.1

Signed-off-by: Evan Gilman <[email protected]>

---------

Signed-off-by: Marcos Yacob <[email protected]>
Signed-off-by: Evan Gilman <[email protected]>
Co-authored-by: Marcos Yacob <[email protected]>
  • Loading branch information
evan2645 and MarcosDY authored Mar 1, 2023
1 parent bac6a12 commit a9ecd96
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## [1.6.0] - 2023-02-28

### Added

- Support for customization of SVID and CA attributes through CredentialComposer plugins (#3819, #3832, #3862, #3869)
- Experimental support to validate container images signatures through sigstore selectors (#3159)
- Published scratch images now support ARM64 architecture (#3607)
- Published scratch images are now signed using Sigstore (#3707)
- `spire-server mint` and `spire-server token generate` CLI commands now support the `-output` flag (#3800)
- `spire-agent api` CLI command now supports the `-output` flag (#3818)
- Release images now include a non-root user and default folders (#3811)
- Agent accepts bootstrap bundles in SPIFFE format (#3753)
- Database index for registration entry hint column (#3828)

### Changed

- Plugins are configured and executed in the order they are defined (#3797)
- Documentation improvements (#3826, #3842, #3870)

### Fixed

- Server crash when authorization layer was unable to talk to the datastore (#3829)
- Timestamps in logs are now consistently in local time (#3734)

### Removed

- Non-scratch images are no longer published (#3785)
- `k8s-workload-registar` is no longer released and maintained (#3853)
- Unused database column `x509_svid_ttl` from `registered_entries` table (#3808)
- The deprecated `enabled` flag from InMem telemetry config (#3796)
- The deprecated `default_svid_ttl` configurable (#3795)
- The deprecated `omit_x509svid_uid` configurable (#3794)

## [1.5.5] - 2023-02-14

### Security
Expand Down
2 changes: 1 addition & 1 deletion pkg/common/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const (
// IMPORTANT: When updating, make sure to reconcile the versions list that
// is part of the upgrade integration test. See
// test/integration/suites/upgrade/README.md for details.
Base = "1.6.0"
Base = "1.6.1"
)

var (
Expand Down
1 change: 1 addition & 0 deletions test/integration/suites/upgrade/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
1.5.3
1.5.4
1.5.5
1.6.0

0 comments on commit a9ecd96

Please sign in to comment.