From 04b2fcf5838a67e99092ec29335550174f23f6b6 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 21:08:52 +0000 Subject: [PATCH] chore(main): release 0.3.43 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 47216a3..928334d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.42" + ".": "0.3.43" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7daa06a..061bdbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.3.43](https://github.com/statnett/controller-runtime-viper/compare/v0.3.42...v0.3.43) (2025-08-22) + + +### Bug Fixes + +* **deps:** Update module github.com/onsi/ginkgo/v2 to v2.24.0 ([#479](https://github.com/statnett/controller-runtime-viper/issues/479)) ([1c7bcb1](https://github.com/statnett/controller-runtime-viper/commit/1c7bcb11dbf3f0a95e1c3a31bdc41b2c3345ae9b)) +* **deps:** Update module github.com/onsi/ginkgo/v2 to v2.25.1 ([#480](https://github.com/statnett/controller-runtime-viper/issues/480)) ([f68c7d2](https://github.com/statnett/controller-runtime-viper/commit/f68c7d20c61a65eb16b65ff8921a08d3823cdb19)) +* **deps:** Update module github.com/onsi/gomega to v1.38.0 ([#472](https://github.com/statnett/controller-runtime-viper/issues/472)) ([7ecf662](https://github.com/statnett/controller-runtime-viper/commit/7ecf6622b2d5a67a00a78fe4b6928ffcf924b46c)) +* **deps:** Update module github.com/onsi/gomega to v1.38.1 ([#481](https://github.com/statnett/controller-runtime-viper/issues/481)) ([40f736c](https://github.com/statnett/controller-runtime-viper/commit/40f736ceb3cfa5dfdabaee34a108475ddf33d2f1)) + ## [0.3.42](https://github.com/statnett/controller-runtime-viper/compare/v0.3.41...v0.3.42) (2025-07-17)