From d901d1053fb77460a81e24f113bc41a8a00430a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 16:14:24 -0400 Subject: [PATCH] chore: release main (#28) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- deploy/helm/CHANGELOG.md | 7 +++++++ deploy/helm/Chart.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index fb4faa5..623f3b4 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "deploy/helm": "0.2.3", + "deploy/helm": "0.2.4", ".": "1.5.5" } diff --git a/deploy/helm/CHANGELOG.md b/deploy/helm/CHANGELOG.md index 31c9c01..86b5737 100644 --- a/deploy/helm/CHANGELOG.md +++ b/deploy/helm/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.4](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-helm-v0.2.3...k8s-pod-mutator-webhook-helm-v0.2.4) (2024-07-19) + + +### Bug Fixes + +* image repo ([2b53cc5](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/2b53cc53a46cf7f609d9c0acb0e928c191daac38)) + ## [0.2.3](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-helm-v0.2.2...k8s-pod-mutator-webhook-helm-v0.2.3) (2024-07-19) diff --git a/deploy/helm/Chart.yaml b/deploy/helm/Chart.yaml index ff00dce..01d5ae3 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.3 +version: 0.2.4 sources: - https://github.com/anthr76/k8s-pod-mutator-webhook