From e0b035303d44be2f24c2256e84afd8b4add4bc16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 23:02:56 -0400 Subject: [PATCH] chore: release main (#35) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 70a237f..cde27c0 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,4 +1,4 @@ { "deploy/helm": "0.3.0", - ".": "1.6.0" + ".": "1.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ff8edea..51587ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Features + +* **container:** update image golang ( 1.15.8 → 1.22.5 ) ([#2](https://github.com/anthr76/k8s-pod-mutator-webhook/issues/2)) ([7a699a5](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/7a699a54eb75c17577ff80ec634160c71ba3effc)) + ## [1.6.0](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-v1.5.5...k8s-pod-mutator-webhook-v1.6.0) (2024-07-19)