From d7bacd1f3e0e2ad96d6f0bb92f43834d0ef3f6ad Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 12:47:10 +0100 Subject: [PATCH] chore(main): release 0.3.15 (#281) Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com> --- .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 1f4c2a9..51108cc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.14" + ".": "0.3.15" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b52050..b6e97ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.3.15](https://github.com/statnett/controller-runtime-viper/compare/v0.3.14...v0.3.15) (2024-02-09) + + +### Bug Fixes + +* **deps:** update module github.com/onsi/ginkgo/v2 to v2.15.0 ([#279](https://github.com/statnett/controller-runtime-viper/issues/279)) ([0a6be6b](https://github.com/statnett/controller-runtime-viper/commit/0a6be6bba83ce759b64059a1082ee778b8cea8ca)) +* **deps:** update module github.com/onsi/gomega to v1.31.0 ([#280](https://github.com/statnett/controller-runtime-viper/issues/280)) ([87df107](https://github.com/statnett/controller-runtime-viper/commit/87df1071353597194979efa7ad9eecf60b272749)) +* **deps:** update module github.com/onsi/gomega to v1.31.1 ([#283](https://github.com/statnett/controller-runtime-viper/issues/283)) ([1fd9fbb](https://github.com/statnett/controller-runtime-viper/commit/1fd9fbbf81e3ab1b14cb97f65349f70d75b9bf03)) +* **deps:** update module sigs.k8s.io/controller-runtime to v0.17.1 ([#287](https://github.com/statnett/controller-runtime-viper/issues/287)) ([38a8458](https://github.com/statnett/controller-runtime-viper/commit/38a84588056072a37fc05132e59b54a9365ba7e6)) + ## [0.3.14](https://github.com/statnett/controller-runtime-viper/compare/v0.3.13...v0.3.14) (2024-01-16)