Skip to content

Commit

Permalink
Release v1.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Turner <[email protected]>
  • Loading branch information
Ryan Turner committed Mar 5, 2024
1 parent a31f488 commit e561b92
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.9.1] - 2024-03-05

### Security

- Update Go to v1.21.8 to patch CVE-2024-24783

## [1.9.0] - 2024-02-22

### Added
Expand Down Expand Up @@ -36,6 +42,12 @@

- X509-SVIDs issued by the server no longer have the x509UniqueIdentifier attribute as part of the subject (#4862)

## [1.8.8] - 2024-03-05

### Security

- Update Go to v1.21.8 to patch CVE-2024-24783

## [1.8.7] - 2023-12-21

### Added
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.9.0"
Base = "1.9.1"
)

var (
Expand Down
6 changes: 6 additions & 0 deletions pkg/server/datastore/sqlstore/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,12 @@ import (
// | v1.8.6 | | |
// |---------| | |
// | v1.8.7 | | |
// |---------| | |
// | v1.8.8 | | |
// |---------| | |
// | v1.9.0 | | |
// |---------| | |
// | v1.9.1 | | |
// ================================================================================================

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 @@ -6,3 +6,5 @@
1.8.5
1.8.6
1.8.7
1.8.8
1.9.0

0 comments on commit e561b92

Please sign in to comment.