From 9e4af1f29dcc007157e35ba8eeb1cd940d6c0f8c Mon Sep 17 00:00:00 2001
From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com>
Date: Wed, 22 Jan 2025 15:42:18 +0100
Subject: [PATCH] chore(main): release v1.23.0 (#847)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

<!-- section-start changelog -->
### Features

- add support and tests for Kubernetes 1.32 (#846)

### Bug Fixes

- **metrics**: do not emit kubernetes_build_info metric (#849)

<!-- section-end changelog -->

---

<details>
<summary><h4>PR by <a
href="https://github.com/apricote/releaser-pleaser">releaser-pleaser</a>
🤖</h4></summary>

If you want to modify the proposed release, add you overrides here. You
can learn more about the options in the docs.

## Release Notes

### Prefix / Start

This will be added to the start of the release notes.

```rp-prefix
```

### Suffix / End

This will be added to the end of the release notes.

```rp-suffix
```

</details>

Co-authored-by: releaser-pleaser <>
---
 CHANGELOG.md                         | 10 ++++++++++
 chart/.snapshots/default.yaml        |  2 +-
 chart/.snapshots/full.daemonset.yaml |  2 +-
 chart/Chart.yaml                     |  2 +-
 deploy/ccm-networks.yaml             |  2 +-
 deploy/ccm.yaml                      |  2 +-
 6 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 305e6a96..3c4bb774 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
 # Changelog
 
+## [v1.23.0](https://github.com/hetznercloud/hcloud-cloud-controller-manager/releases/tag/v1.23.0)
+
+### Features
+
+- add support and tests for Kubernetes 1.32 (#846)
+
+### Bug Fixes
+
+- **metrics**: do not emit kubernetes_build_info metric (#849)
+
 ## [v1.22.0](https://github.com/hetznercloud/hcloud-cloud-controller-manager/releases/tag/v1.22.0)
 
 This release includes an extension of our current metrics to also include the internals of `k8s.io/cloud-provider` with respect to the work queue depth and requests to the Kubernetes API.
diff --git a/chart/.snapshots/default.yaml b/chart/.snapshots/default.yaml
index a99c8d11..80760679 100644
--- a/chart/.snapshots/default.yaml
+++ b/chart/.snapshots/default.yaml
@@ -85,7 +85,7 @@ spec:
                   key: robot-user
                   name: hcloud
                   optional: true
-          image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.22.0 # x-releaser-pleaser-version
+          image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.23.0 # x-releaser-pleaser-version
           ports:
             - name: metrics
               containerPort: 8233
diff --git a/chart/.snapshots/full.daemonset.yaml b/chart/.snapshots/full.daemonset.yaml
index 33973c02..997e4de1 100644
--- a/chart/.snapshots/full.daemonset.yaml
+++ b/chart/.snapshots/full.daemonset.yaml
@@ -94,7 +94,7 @@ spec:
                   key: robot-user
                   name: hcloud
                   optional: true
-          image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.22.0 # x-releaser-pleaser-version
+          image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.23.0 # x-releaser-pleaser-version
           ports:
             - name: metrics
               containerPort: 8233
diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index f5d50ca1..b1a92a07 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -1,4 +1,4 @@
 apiVersion: v2
 name: hcloud-cloud-controller-manager
 type: application
-version: 1.22.0 # x-releaser-pleaser-version
+version: 1.23.0 # x-releaser-pleaser-version
diff --git a/deploy/ccm-networks.yaml b/deploy/ccm-networks.yaml
index 023d1387..cf5c04c9 100644
--- a/deploy/ccm-networks.yaml
+++ b/deploy/ccm-networks.yaml
@@ -91,7 +91,7 @@ spec:
                 secretKeyRef:
                   key: network
                   name: hcloud
-          image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.22.0 # x-releaser-pleaser-version
+          image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.23.0 # x-releaser-pleaser-version
           ports:
             - name: metrics
               containerPort: 8233
diff --git a/deploy/ccm.yaml b/deploy/ccm.yaml
index 8d1b88a6..95e3d6dd 100644
--- a/deploy/ccm.yaml
+++ b/deploy/ccm.yaml
@@ -83,7 +83,7 @@ spec:
                   key: robot-user
                   name: hcloud
                   optional: true
-          image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.22.0 # x-releaser-pleaser-version
+          image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.23.0 # x-releaser-pleaser-version
           ports:
             - name: metrics
               containerPort: 8233
-- 
GitLab