Skip to content

Commit

Permalink
Release v1.8.8
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Turner <turner@uber.com>
  • Loading branch information
rturner3 committed Mar 5, 2024
1 parent 2df9e40 commit f847aab
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [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.8.7"
Base = "1.8.8"
)

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

const (
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 @@ -12,3 +12,4 @@
1.8.4
1.8.5
1.8.6
1.8.7

0 comments on commit f847aab

Please sign in to comment.