From 8e44a876bc443aa78c7a4d204ee0fb8b5bdf1589 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 15:55:11 +0000 Subject: [PATCH] chore(main): release 0.3.55 --- .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 67fc753..6731a87 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.54" + ".": "0.3.55" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 57e4f49..5312ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.55](https://github.com/statnett/controller-runtime-viper/compare/v0.3.54...v0.3.55) (2026-04-30) + + +### Bug Fixes + +* **deps:** Update module github.com/onsi/ginkgo/v2 to v2.28.3 ([#557](https://github.com/statnett/controller-runtime-viper/issues/557)) ([28af0ef](https://github.com/statnett/controller-runtime-viper/commit/28af0ef8cdeea33bd8041620e810b5e6096026d6)) +* **deps:** Update module sigs.k8s.io/controller-runtime to v0.24.0 ([#559](https://github.com/statnett/controller-runtime-viper/issues/559)) ([99ce842](https://github.com/statnett/controller-runtime-viper/commit/99ce842ff19b8d0283308ce901d8df117758fe90)) + ## [0.3.54](https://github.com/statnett/controller-runtime-viper/compare/v0.3.53...v0.3.54) (2026-04-28)