Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## Added
## [1.2.0] - 2025-08-06

### Added

- Add `render` command and support for `Generalized Configuration System`.

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading