From 319f017d5cd573b1908e9c41e9599339c9b75fba Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Wed, 17 Apr 2024 07:52:51 +0100 Subject: [PATCH] Release v1.15.1 (#147) --- CHANGELOG.md | 5 ++++- helm/aws-pod-identity-webhook/Chart.yaml | 2 +- pkg/project/project.go | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f23c0..a81ebcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/helm/aws-pod-identity-webhook/Chart.yaml b/helm/aws-pod-identity-webhook/Chart.yaml index 12a58c6..9bdf9a3 100644 --- a/helm/aws-pod-identity-webhook/Chart.yaml +++ b/helm/aws-pod-identity-webhook/Chart.yaml @@ -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 diff --git a/pkg/project/project.go b/pkg/project/project.go index 0c7411f..f0405fb 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -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 {