Skip to content

Commit

Permalink
Release v0.25.0 (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored Jun 11, 2024
1 parent d309245 commit 0b6b728
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.25.0] - 2024-06-11

### Added

- Support for CAPI workload clusters that use Release resources. See [RFC](https://github.com/giantswarm/rfc/pull/96) for more details.
Expand Down Expand Up @@ -343,7 +345,8 @@ allow app CR creation.
- Add validation webhook that is enabled for app CRs with
`app-operator.giantswarm.io/version` label value >= `3.0.0`.

[Unreleased]: https://github.com/giantswarm/app-admission-controller/compare/v0.24.3...HEAD
[Unreleased]: https://github.com/giantswarm/app-admission-controller/compare/v0.25.0...HEAD
[0.25.0]: https://github.com/giantswarm/app-admission-controller/compare/v0.24.3...v0.25.0
[0.24.3]: https://github.com/giantswarm/app-admission-controller/compare/v0.24.2...v0.24.3
[0.24.2]: https://github.com/giantswarm/app-admission-controller/compare/v0.24.1...v0.24.2
[0.24.1]: https://github.com/giantswarm/app-admission-controller/compare/v0.24.0...v0.24.1
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 = "app-admission-controller" //nolint:gosec
source = "https://github.com/giantswarm/app-admission-controller"
version = "0.24.4-dev"
version = "0.25.0"
)

func Description() string {
Expand Down

0 comments on commit 0b6b728

Please sign in to comment.