From 21f783ff39f1452cd1c2dd8de30fcb4c6db31fa2 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Wed, 20 Dec 2023 16:34:28 +0100 Subject: [PATCH] Release v3.1.2 (#1080) --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f73402012..7cd5ec8da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s ## [Unreleased] +## [3.1.2] - 2023-12-20 + ### Changed - Configure `gsoci.azurecr.io` as the default container image registry. @@ -581,7 +583,8 @@ We check progress in the next reconciliation loop. ([#362](https://github.com/gi - Separate podsecuritypolicy. - Security context in deployment spec with non-root user. -[Unreleased]: https://github.com/giantswarm/chart-operator/compare/v3.1.1...HEAD +[Unreleased]: https://github.com/giantswarm/chart-operator/compare/v3.1.2...HEAD +[3.1.2]: https://github.com/giantswarm/chart-operator/compare/v3.1.1...v3.1.2 [3.1.1]: https://github.com/giantswarm/chart-operator/compare/v3.1.0...v3.1.1 [3.1.0]: https://github.com/giantswarm/chart-operator/compare/v3.0.0...v3.1.0 [3.0.0]: https://github.com/giantswarm/chart-operator/compare/v2.35.2...v3.0.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index c774b0a03..42a6c4d62 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "chart-operator" source = "https://github.com/giantswarm/chart-operator" - version = "3.1.1" + version = "3.1.2" ) const (