From 3c6d5a974775de2c56d77673466d3e86bfb2d4cd Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 15:43:16 +0000 Subject: [PATCH] chore(main): release 0.3.58 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d57a77de..56eb7230 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.57" + ".": "0.3.58" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c30439..43cad024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.3.58](https://github.com/statnett/controller-runtime-viper/compare/v0.3.57...v0.3.58) (2026-08-06) + + +### Bug Fixes + +* **deps:** Update module github.com/go-logr/logr to v1.4.4 ([#587](https://github.com/statnett/controller-runtime-viper/issues/587)) ([d277416](https://github.com/statnett/controller-runtime-viper/commit/d2774169ad03e6320be0863ce83d395e56921eb9)) +* **deps:** Update module github.com/onsi/ginkgo/v2 to v2.32.0 ([#580](https://github.com/statnett/controller-runtime-viper/issues/580)) ([f0c5331](https://github.com/statnett/controller-runtime-viper/commit/f0c5331581caddffcac86c2d2ed7501736a0516d)) +* **deps:** Update module github.com/onsi/gomega to v1.42.1 ([#582](https://github.com/statnett/controller-runtime-viper/issues/582)) ([f7dddca](https://github.com/statnett/controller-runtime-viper/commit/f7dddcad4a167f78f2c2d4067e8c8c70dcec8b89)) + ## [0.3.57](https://github.com/statnett/controller-runtime-viper/compare/v0.3.56...v0.3.57) (2026-06-15)