Skip to content

Commit

Permalink
Release v1.12.0 (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: taylorbot <dev@giantswarm.io>
  • Loading branch information
whites11 and taylorbot committed Oct 3, 2023
1 parent b2bb6ba commit a5c9786
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]

## [1.12.0] - 2023-10-03

### Changed

- Make PSP rendering conditional for 1.25+ compatibility
Expand Down Expand Up @@ -215,7 +217,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial chart release

[Unreleased]: https://github.com/giantswarm/aws-pod-identity-webhook/compare/v1.11.1...HEAD
[Unreleased]: https://github.com/giantswarm/aws-pod-identity-webhook/compare/v1.12.0...HEAD
[1.12.0]: https://github.com/giantswarm/aws-pod-identity-webhook/compare/v1.11.1...v1.12.0
[1.11.1]: https://github.com/giantswarm/aws-pod-identity-webhook/compare/v1.11.0...v1.11.1
[1.11.0]: https://github.com/giantswarm/aws-pod-identity-webhook/compare/v1.10.0...v1.11.0
[1.10.0]: https://github.com/giantswarm/aws-pod-identity-webhook/compare/v1.9.1...v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion helm/aws-pod-identity-webhook/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: This webhook is for mutating pods that will require AWS IAM access.
home: https://github.com/giantswarm/aws-pod-identity-webhook
sources:
- https://github.com/aws/amazon-eks-pod-identity-webhook
version: 1.11.1
version: 1.12.0
annotations:
application.giantswarm.io/team: "phoenix"
config.giantswarm.io/version: 1.x.x
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 = "aws-pod-identity-webhook"
source = "https://github.com/giantswarm/aws-pod-identity-webhook"
version = "1.11.2-dev"
version = "1.12.0"
)

func Description() string {
Expand Down

0 comments on commit a5c9786

Please sign in to comment.