From a8fdc187cca3339ec78b1fe853cadd1260d21fc2 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 17:37:16 +0000 Subject: [PATCH] chore(main): release 0.3.56 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6731a87..5010e2a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.55" + ".": "0.3.56" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5312ed9..357a966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.56](https://github.com/statnett/controller-runtime-viper/compare/v0.3.55...v0.3.56) (2026-05-12) + + +### Bug Fixes + +* **deps:** Update module sigs.k8s.io/controller-runtime to v0.24.1 ([#564](https://github.com/statnett/controller-runtime-viper/issues/564)) ([a653aba](https://github.com/statnett/controller-runtime-viper/commit/a653abaeea667b769faf6ab72da2da7a1a2dc414)) + ## [0.3.55](https://github.com/statnett/controller-runtime-viper/compare/v0.3.54...v0.3.55) (2026-04-30)