From 1e16104019220268b385d33eeb80ae60e152bb76 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <> Date: Mon, 17 Aug 2026 09:48:28 +0000 Subject: [PATCH] chore(main): release v1.36.0 --- CHANGELOG.md | 9 +++++++++ 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, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 437eee9af..c47b378e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v1.36.0](https://github.com/hetznercloud/hcloud-cloud-controller-manager/releases/tag/v1.36.0) + +[Compare to previous version](https://github.com/hetznercloud/hcloud-cloud-controller-manager/compare/v1.35.0...v1.36.0) + +### Features + +- **load-balancer**: warn on deprecated Load Balancer Type ([b16f780](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/b16f780262446714c423d335396f960125a221bf)) +- **load-balancer**: warn on unconfigured Load Balancer Type ([b16f780](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/b16f780262446714c423d335396f960125a221bf)) + ## [v1.35.0](https://github.com/hetznercloud/hcloud-cloud-controller-manager/releases/tag/v1.35.0) [Compare to previous version](https://github.com/hetznercloud/hcloud-cloud-controller-manager/compare/v1.34.0...v1.35.0) diff --git a/chart/.snapshots/default.yaml b/chart/.snapshots/default.yaml index 5cabc5b89..1432aae90 100644 --- a/chart/.snapshots/default.yaml +++ b/chart/.snapshots/default.yaml @@ -165,7 +165,7 @@ spec: key: robot-user name: hcloud optional: true - image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.35.0 # x-releaser-pleaser-version + image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.36.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 7f9e89595..c37d49fab 100644 --- a/chart/.snapshots/full.daemonset.yaml +++ b/chart/.snapshots/full.daemonset.yaml @@ -176,7 +176,7 @@ spec: key: robot-user name: hcloud optional: true - image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.35.0 # x-releaser-pleaser-version + image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.36.0 # x-releaser-pleaser-version ports: - name: metrics containerPort: 8233 diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 349ac88c2..cf4bfb224 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: hcloud-cloud-controller-manager type: application -version: 1.35.0 # x-releaser-pleaser-version +version: 1.36.0 # x-releaser-pleaser-version diff --git a/deploy/ccm-networks.yaml b/deploy/ccm-networks.yaml index 1ac93488c..954895ec4 100644 --- a/deploy/ccm-networks.yaml +++ b/deploy/ccm-networks.yaml @@ -171,7 +171,7 @@ spec: secretKeyRef: key: network name: hcloud - image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.35.0 # x-releaser-pleaser-version + image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.36.0 # x-releaser-pleaser-version ports: - name: metrics containerPort: 8233 diff --git a/deploy/ccm.yaml b/deploy/ccm.yaml index b606cd24e..5eb9326f7 100644 --- a/deploy/ccm.yaml +++ b/deploy/ccm.yaml @@ -163,7 +163,7 @@ spec: key: robot-user name: hcloud optional: true - image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.35.0 # x-releaser-pleaser-version + image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.36.0 # x-releaser-pleaser-version ports: - name: metrics containerPort: 8233