Skip to content

Commit

Permalink
Release v0.27.3 (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored Jun 19, 2024
1 parent ae6c5d0 commit 8f78137
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.27.3] - 2024-06-19

### Fixed

- Don't try to reconcile EKS clusters that don't exist anymore on the k8s API.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/irsa-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
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 = "irsa-operator"
source = "https://github.com/giantswarm/irsa-operator"
version = "0.27.2"
version = "0.27.3"
)

func Description() string {
Expand Down

0 comments on commit 8f78137

Please sign in to comment.