From cbbc5059b2c6aa583cd7aa5022cf2af0c672097c Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:13:05 +0200 Subject: [PATCH] chore(main): release 0.3.24 (#347) Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 67f1b56..f78ac73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.23" + ".": "0.3.24" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 765118e..408f7a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.24](https://github.com/statnett/controller-runtime-viper/compare/v0.3.23...v0.3.24) (2024-06-12) + + +### Bug Fixes + +* **deps:** update module sigs.k8s.io/controller-runtime to v0.18.4 ([#346](https://github.com/statnett/controller-runtime-viper/issues/346)) ([d62d91d](https://github.com/statnett/controller-runtime-viper/commit/d62d91db167a88b4879caae735bdcfb7331d022a)) + ## [0.3.23](https://github.com/statnett/controller-runtime-viper/compare/v0.3.22...v0.3.23) (2024-06-02)