Skip to content

Commit

Permalink
Release v0.27.4 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored Jun 20, 2024
1 parent cf80d04 commit 9c4c0aa
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.4] - 2024-06-20

### Fixed

- Increase backoff total time to 75 seconds.
Expand Down Expand Up @@ -415,7 +417,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.3...HEAD
[Unreleased]: https://github.com/giantswarm/irsa-operator/compare/v0.27.4...HEAD
[0.27.4]: https://github.com/giantswarm/irsa-operator/compare/v0.27.3...v0.27.4
[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
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.3
version: 0.27.4
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.3"
version = "0.27.4"
)

func Description() string {
Expand Down

0 comments on commit 9c4c0aa

Please sign in to comment.