From 5424700c1875890c2bead609ecd439c4e2284e8c Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Mon, 15 Jan 2024 11:19:39 +0100 Subject: [PATCH] Release v0.9.1 (#351) Co-authored-by: Marian Steinbach --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70fdf9f9..7d04225b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.1] - 2024-01-09 + ### Changed - Configure `gsoci.azurecr.io` as the default container image registry. @@ -194,7 +196,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Create CLI/daemon scaffolding. - Generate application configuration using `generate` command. -[Unreleased]: https://github.com/giantswarm/config-controller/compare/v0.9.0...HEAD +[Unreleased]: https://github.com/giantswarm/config-controller/compare/v0.9.1...HEAD +[0.9.1]: https://github.com/giantswarm/config-controller/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/giantswarm/config-controller/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/giantswarm/config-controller/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/giantswarm/config-controller/compare/v0.6.0...v0.7.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index 6a1a3c75..49c937a4 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "config-controller" source = "https://github.com/giantswarm/config-controller" - version = "0.9.1-dev" + version = "0.9.1" ) func Description() string {