Skip to content

Commit

Permalink
Release v1.13.2 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored Oct 18, 2023
1 parent 0c03133 commit d5977c4
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.13.2] - 2023-10-18

### Fixed

- Disable PSP for restarter component when PSS is enforced.
Expand Down Expand Up @@ -233,7 +235,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.13.1...HEAD
[Unreleased]: https://github.com/giantswarm/aws-pod-identity-webhook/compare/v1.13.2...HEAD
[1.13.2]: https://github.com/giantswarm/aws-pod-identity-webhook/compare/v1.13.1...v1.13.2
[1.13.1]: https://github.com/giantswarm/aws-pod-identity-webhook/compare/v1.13.0...v1.13.1
[1.13.0]: https://github.com/giantswarm/aws-pod-identity-webhook/compare/v1.12.0...v1.13.0
[1.12.0]: https://github.com/giantswarm/aws-pod-identity-webhook/compare/v1.11.1...v1.12.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.13.1
version: 1.13.2
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.13.2-dev"
version = "1.13.2"
)

func Description() string {
Expand Down

0 comments on commit d5977c4

Please sign in to comment.