From 9638d9182dd51ed0c5da706080f98908324c2f4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 22:07:14 -0400 Subject: [PATCH] chore: release main (#34) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- deploy/helm/CHANGELOG.md | 8 ++++++++ deploy/helm/Chart.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index d3eaecc..70a237f 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "deploy/helm": "0.2.5", + "deploy/helm": "0.3.0", ".": "1.6.0" } diff --git a/deploy/helm/CHANGELOG.md b/deploy/helm/CHANGELOG.md index b3de57d..be15c1b 100644 --- a/deploy/helm/CHANGELOG.md +++ b/deploy/helm/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.0](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-helm-v0.2.5...k8s-pod-mutator-webhook-helm-v0.3.0) (2024-07-19) + + +### Features + +* **container:** update image ghcr.io/anthr76/k8s-pod-mutator-webhook/init ( 1.5.5 → 1.6.0 ) ([90a75bd](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/90a75bdc750b6d53a7cfa76147d1b4ad5e7bfc04)) +* **container:** update image ghcr.io/anthr76/k8s-pod-mutator-webhook/webhook ( 1.5.5 → 1.6.0 ) ([072536f](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/072536f9cedfb83648ceeacf663e7f1806290f95)) + ## [0.2.5](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-helm-v0.2.4...k8s-pod-mutator-webhook-helm-v0.2.5) (2024-07-19) diff --git a/deploy/helm/Chart.yaml b/deploy/helm/Chart.yaml index bea1adf..cb3e297 100644 --- a/deploy/helm/Chart.yaml +++ b/deploy/helm/Chart.yaml @@ -4,6 +4,6 @@ description: >- Kubernetes Mutating Admission Webhook for Pods. Applies arbitrary changes to Pod manifests. type: application -version: 0.2.5 +version: 0.3.0 sources: - https://github.com/anthr76/k8s-pod-mutator-webhook