From e31f00f3983851ae3e1e60a21b0467b3974478bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:30:15 -0400 Subject: [PATCH] chore: release main (#36) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 4 ++-- CHANGELOG.md | 7 +++++++ deploy/helm/CHANGELOG.md | 8 ++++++++ deploy/helm/Chart.yaml | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index cde27c0..27090e7 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "deploy/helm": "0.3.0", - ".": "1.7.0" + "deploy/helm": "0.4.0", + ".": "1.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 51587ac..e6e7d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.0](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-v1.7.0...k8s-pod-mutator-webhook-v1.8.0) (2024-07-22) + + +### Features + +* **deps:** update kubernetes packages ( v0.20.2 → v0.30.3 ) ([#3](https://github.com/anthr76/k8s-pod-mutator-webhook/issues/3)) ([5f97e4c](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/5f97e4c9516bf9aeda7fea56c190f1c6cafca3a3)) + ## [1.7.0](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-v1.6.0...k8s-pod-mutator-webhook-v1.7.0) (2024-07-20) diff --git a/deploy/helm/CHANGELOG.md b/deploy/helm/CHANGELOG.md index be15c1b..180442a 100644 --- a/deploy/helm/CHANGELOG.md +++ b/deploy/helm/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.0](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-helm-v0.3.0...k8s-pod-mutator-webhook-helm-v0.4.0) (2024-07-22) + + +### Features + +* **container:** update image ghcr.io/anthr76/k8s-pod-mutator-webhook/init ( 1.6.0 → 1.7.0 ) ([a794b1b](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/a794b1b5e2e8b9deef16885a7745352bc5e53213)) +* **container:** update image ghcr.io/anthr76/k8s-pod-mutator-webhook/webhook ( 1.6.0 → 1.7.0 ) ([684fe58](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/684fe58b02dab11c6f7ecd829e5e733783633d44)) + ## [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) diff --git a/deploy/helm/Chart.yaml b/deploy/helm/Chart.yaml index cb3e297..e8b18d8 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.3.0 +version: 0.4.0 sources: - https://github.com/anthr76/k8s-pod-mutator-webhook