diff --git a/CHANGELOG.md b/CHANGELOG.md index 82fbbd62..0071c263 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.27.3] - 2024-06-19 + ### Fixed - Don't try to reconcile EKS clusters that don't exist anymore on the k8s API. @@ -407,7 +409,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2022-03-04 -[Unreleased]: https://github.com/giantswarm/irsa-operator/compare/v0.27.2...HEAD +[Unreleased]: https://github.com/giantswarm/irsa-operator/compare/v0.27.3...HEAD +[0.27.3]: https://github.com/giantswarm/irsa-operator/compare/v0.27.2...v0.27.3 [0.27.2]: https://github.com/giantswarm/irsa-operator/compare/v0.27.1...v0.27.2 [0.27.1]: https://github.com/giantswarm/irsa-operator/compare/v0.27.0...v0.27.1 [0.27.0]: https://github.com/giantswarm/irsa-operator/compare/v0.26.3...v0.27.0 diff --git a/helm/irsa-operator/Chart.yaml b/helm/irsa-operator/Chart.yaml index f82d5f14..08c6eddf 100644 --- a/helm/irsa-operator/Chart.yaml +++ b/helm/irsa-operator/Chart.yaml @@ -1,5 +1,5 @@ name: irsa-operator -version: 0.27.2 +version: 0.27.3 description: "Operator for managing IAM roles for service accounts" home: "https://github.com/giantswarm/irsa-operator" icon: https://s.giantswarm.io/app-icons/aws/2/dark.svg diff --git a/pkg/project/project.go b/pkg/project/project.go index d929f751..467161ae 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "irsa-operator" source = "https://github.com/giantswarm/irsa-operator" - version = "0.27.2" + version = "0.27.3" ) func Description() string {