Skip to content

Commit

Permalink
Bump version to 1.6.3 (spiffe#4047)
Browse files Browse the repository at this point in the history
Signed-off-by: Agustín Martínez Fayó <[email protected]>
  • Loading branch information
amartinezfayo authored Apr 5, 2023
1 parent f512563 commit 2f1e54f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.6.2] - 2023-04-04

### Security

- Updated to Go 1.20.3 to address CVE-2023-24534

## [1.6.1] - 2023-03-1

### Fixed
Expand Down Expand Up @@ -39,6 +45,16 @@
- The deprecated `default_svid_ttl` configurable (#3795)
- The deprecated `omit_x509svid_uid` configurable (#3794)

## [1.5.6] - 2023-04-04

### Added

- A log message in the k8s-workload-registrar webhook when validation fails (#4011)

### Security

- Updated to Go 1.19.8 to address CVE-2023-24534

## [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.2"
Base = "1.6.3"
)

var (
Expand Down
2 changes: 2 additions & 0 deletions pkg/server/datastore/sqlstore/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,14 @@ import (
// | v1.5.3 | | |
// | v1.5.4 | | |
// | v1.5.5 | | |
// | v1.5.6 | | |
// |*********|********|***************************************************************************|
// | v1.6.0 | 20 | Removes x509_svid_ttl column from registered_entries |
// | |--------|---------------------------------------------------------------------------|
// | | 21 | Add index in hint column from registered_entries |
// |---------| | |
// | v1.6.1 | | |
// | v1.6.2 | | |
// ================================================================================================

const (
Expand Down
2 changes: 2 additions & 0 deletions test/integration/suites/upgrade/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
1.5.3
1.5.4
1.5.5
1.5.6
1.6.0
1.6.1
1.6.2

0 comments on commit 2f1e54f

Please sign in to comment.