From ebdfe0d8b4f6fcbfe74b19cdb172a45cfd4e0938 Mon Sep 17 00:00:00 2001 From: taylorbot Date: Wed, 6 Aug 2025 13:28:50 +0000 Subject: [PATCH 1/2] Release v1.2.0 --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fca7d04..0a25526a 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] +## [1.2.0] - 2025-08-06 + ## Added - Add `render` command and support for `Generalized Configuration System`. @@ -293,7 +295,8 @@ blocked by app-admission-controller. - Start of a new history. Previous commits have been imported from https://github.com/giantswarm/config-controller. - Use local filesystem instead of GitHub as configuration source. -[Unreleased]: https://github.com/giantswarm/konfigure/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/giantswarm/konfigure/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/giantswarm/konfigure/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/giantswarm/konfigure/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/giantswarm/konfigure/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/giantswarm/konfigure/compare/v0.17.2...v1.0.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index 3dde73a4..4538df38 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "konfigure" source = "https://github.com/giantswarm/konfigure" - version = "1.1.1-dev" + version = "1.2.0" ) func Description() string { From 1ce2216e4e12bf47b00798a1d15adbb4361b7bdd Mon Sep 17 00:00:00 2001 From: Laszlo Uveges Date: Wed, 6 Aug 2025 15:30:02 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a25526a..4c2855cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.2.0] - 2025-08-06 -## Added +### Added - Add `render` command and support for `Generalized Configuration System`.