Skip to content

Commit

Permalink
Release v0.17.1 (#275)
Browse files Browse the repository at this point in the history
* Release v0.17.1

* Update CHANGELOG.md

---------

Co-authored-by: Mario Nitchev <[email protected]>
  • Loading branch information
taylorbot and mnitchev authored Mar 12, 2024
1 parent 0689940 commit 4255964
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.17.1] - 2024-03-12

### Fixed

- Add retry logic for removing the finalizer. This fixes a bug where if another controller removes it's finalizer before reconciliation finishes, capa-iam-operator will not be able to remove its own.

## [0.17.0] - 2024-03-07

### Changed
Expand Down Expand Up @@ -201,7 +207,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Implement `AWSMachineTemplate` reconciler.
- Implement `AWSMachinePool` reconciler.

[Unreleased]: https://github.com/giantswarm/capa-iam-operator/compare/v0.17.0...HEAD
[Unreleased]: https://github.com/giantswarm/capa-iam-operator/compare/v0.17.1...HEAD
[0.17.1]: https://github.com/giantswarm/capa-iam-operator/compare/v0.17.0...v0.17.1
[0.17.0]: https://github.com/giantswarm/capa-iam-operator/compare/v0.16.0...v0.17.0
[0.16.0]: https://github.com/giantswarm/capa-iam-operator/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/giantswarm/capa-iam-operator/compare/v0.14.0...v0.15.0
Expand Down

0 comments on commit 4255964

Please sign in to comment.