Skip to content

Commit

Permalink
Release v1.15.1 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot committed Apr 17, 2024
1 parent 330f628 commit 319f017
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.15.1] - 2024-04-17

### Changed

- Add toleration for `node.cluster.x-k8s.io/uninitialized` and `node-role.kubernetes.io/control-plane` taints.
Expand Down Expand Up @@ -265,7 +267,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.15.0...HEAD
[Unreleased]: https://github.com/giantswarm/aws-pod-identity-webhook/compare/v1.15.1...HEAD
[1.15.1]: https://github.com/giantswarm/aws-pod-identity-webhook/compare/v1.15.0...v1.15.1
[1.15.0]: https://github.com/giantswarm/aws-pod-identity-webhook/compare/v1.14.2...v1.15.0
[1.14.2]: https://github.com/giantswarm/aws-pod-identity-webhook/compare/v1.14.1...v1.14.2
[1.14.1]: https://github.com/giantswarm/aws-pod-identity-webhook/compare/v1.14.0...v1.14.1
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 @@ -5,7 +5,7 @@ icon: https://s.giantswarm.io/app-icons/aws/2/dark.svg
home: https://github.com/giantswarm/aws-pod-identity-webhook
sources:
- https://github.com/aws/amazon-eks-pod-identity-webhook
version: 1.15.0
version: 1.15.1
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.15.0"
version = "1.15.1"
)

func Description() string {
Expand Down

0 comments on commit 319f017

Please sign in to comment.