Skip to content

Commit

Permalink
Bump versions on main after v1.11.1 release (#5708)
Browse files Browse the repository at this point in the history
* Update CHANGELOG with v1.11.1 release (#5698)

* Update with v1.11.1 release

Signed-off-by: Agustín Martínez Fayó <[email protected]>
Signed-off-by: Ryan Turner <[email protected]>
Signed-off-by: Ryan Turner <[email protected]>
Co-authored-by: Agustín Martínez Fayó <[email protected]>

* Bump versions after v1.11.1 release

Signed-off-by: Ryan Turner <[email protected]>

---------

Signed-off-by: Agustín Martínez Fayó <[email protected]>
Signed-off-by: Ryan Turner <[email protected]>
Signed-off-by: Ryan Turner <[email protected]>
Co-authored-by: Agustín Martínez Fayó <[email protected]>
  • Loading branch information
rturner3 and amartinezfayo authored Dec 12, 2024
1 parent e2924bf commit 11fba75
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [1.11.1] - 2024-12-12

### Added

- The Go based text/template engine used in various plugins has been extended to include a set of functions from the SPRIG library (#5593, #5625)
- The JWT-SVID cache in the agent is now configurable (#5633)
- The JWT issuer is now configurable in the OIDC Discovery Provider (#5657)

### Changed

- CA journal now relies on the authority ID instead of the issued time when updating the status of keys (#5622)

### Fixed

- Spelling and grammar fixes (#5571)
- Handling of IPv6 address consistently for the binding address of the server and health checks (#5623)
- Link to Telemetry documentation in the Contributing guide (#5650)
- Handling of registration entries with revision number 0 when the agent syncs entries with the server (#5680)

### Known Issues

- Setting the new `jwt_issuer` configuration property in oidc-discovery-provider is not compatible with deployments that use a server port other than 443 (#5696)
- Domain verification is bypassed when setting the new `jwt_issuer` configuration property in oidc-discovery-provider (#5697)

## [1.11.0] - 2024-10-24

### 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.11.1"
Base = "1.11.2"
)

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 @@ -248,6 +248,8 @@ import (
// | v1.10.4 | | |
// |*********|********|***************************************************************************|
// | v1.11.0 | | |
// |---------| | |
// | v1.11.1 | | |
// ================================================================================================

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 @@ -4,3 +4,4 @@
1.10.3
1.10.4
1.11.0
1.11.1

0 comments on commit 11fba75

Please sign in to comment.