From d920c7fe1d5d5f69d4be4f3ee531e3631cce0be0 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:05:39 +0000 Subject: [PATCH] chore(main): release 0.3.14 (#277) Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6eb647f..1f4c2a9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.13" + ".": "0.3.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f647c..7b52050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.14](https://github.com/statnett/controller-runtime-viper/compare/v0.3.13...v0.3.14) (2024-01-16) + + +### Bug Fixes + +* **deps:** update module github.com/onsi/ginkgo/v2 to v2.14.0 ([#276](https://github.com/statnett/controller-runtime-viper/issues/276)) ([8c1e064](https://github.com/statnett/controller-runtime-viper/commit/8c1e0645e858205479988c0a8b3a4f06ddd6f7f6)) +* **deps:** update module sigs.k8s.io/controller-runtime to v0.17.0 ([#278](https://github.com/statnett/controller-runtime-viper/issues/278)) ([d62ca49](https://github.com/statnett/controller-runtime-viper/commit/d62ca490049905db435059ddf01d85dc0dc2460e)) + ## [0.3.13](https://github.com/statnett/controller-runtime-viper/compare/v0.3.12...v0.3.13) (2023-12-21)