From 1568942b69164d72d6a360a2e5bec96696366877 Mon Sep 17 00:00:00 2001 From: peppi-lotta Date: Wed, 29 Jan 2025 11:44:09 +0200 Subject: [PATCH] :rocket: Release v1.9.3 Signed-off-by: peppi-lotta --- releasenotes/v1.9.3.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 releasenotes/v1.9.3.md diff --git a/releasenotes/v1.9.3.md b/releasenotes/v1.9.3.md new file mode 100644 index 00000000..a47fe4af --- /dev/null +++ b/releasenotes/v1.9.3.md @@ -0,0 +1,21 @@ + +# Changes since v1.9.2 + +## :bug: Bug Fixes + +- bump golang to 1.23.5 (#870) + +## :seedling: Others + +- Bump the k8s.io/* deps to v0.31.5 (#859) +- Bump CAPI to v1.9.4 (#864) +- Bump sigs.k8s.io/controller-runtime from 0.19.4 to 0.19.5 (#866) +- bump x/net to v0.34.0 (#849) + +## :recycle: Superseded or Reverted + +(#856) + +The container image for this release is: v1.9.3 + +_Thanks to all our contributors!_ 😊