From 9e2926c6f0c4194d359b831975c17759e3033caf Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Mon, 18 Sep 2023 13:57:40 +0200 Subject: [PATCH] chore(main): release 1.18.0 (#499) :robot: I have created a release *beep* *boop* --- ## [1.18.0](https://github.com/hetznercloud/hcloud-cloud-controller-manager/compare/v1.17.2...v1.18.0) (2023-09-18) ### Features * build with Go 1.21 ([#516](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/516)) ([7bf7e71](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/7bf7e7165ce5f603463ab7bbc0f623bff774aff0)) * **chart:** configure additional tolerations ([#518](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/518)) ([0d25cb6](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/0d25cb6cb5313b5ac82c1343de657e08255ef76a)), closes [#512](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/512) * **chart:** support running multiple replicas with leader election ([4b18ee5](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/4b18ee55b7d7b3ad7df2ad14e88a56c7fc7bb1b6)) * **load-balancer:** Add new node-selector annotation ([#514](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/514)) ([db2e6dc](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/db2e6dc46a2aa7e691e2ecb125dc770dc8963799)) * test against kubernetes v1.28 and drop v1.24 ([#500](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/500)) ([3adf781](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/3adf78150e71081c6e2b3199b8aae5c21ff5bac2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 11 +++++++++++ chart/Chart.yaml | 2 +- deploy/ccm-networks.yaml | 2 +- deploy/ccm.yaml | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c68bf1d..1aed1200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.18.0](https://github.com/hetznercloud/hcloud-cloud-controller-manager/compare/v1.17.2...v1.18.0) (2023-09-18) + + +### Features + +* build with Go 1.21 ([#516](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/516)) ([7bf7e71](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/7bf7e7165ce5f603463ab7bbc0f623bff774aff0)) +* **chart:** configure additional tolerations ([#518](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/518)) ([0d25cb6](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/0d25cb6cb5313b5ac82c1343de657e08255ef76a)), closes [#512](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/512) +* **chart:** support running multiple replicas with leader election ([4b18ee5](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/4b18ee55b7d7b3ad7df2ad14e88a56c7fc7bb1b6)) +* **load-balancer:** Add new node-selector annotation ([#514](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/514)) ([db2e6dc](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/db2e6dc46a2aa7e691e2ecb125dc770dc8963799)) +* test against kubernetes v1.28 and drop v1.24 ([#500](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/500)) ([3adf781](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/3adf78150e71081c6e2b3199b8aae5c21ff5bac2)) + ## [1.17.2](https://github.com/hetznercloud/hcloud-cloud-controller-manager/compare/v1.17.1...v1.17.2) (2023-08-18) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index f3020abb..20f9b3cd 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: hcloud-cloud-controller-manager type: application -version: v1.17.2 # x-release-please-version +version: v1.18.0 # x-release-please-version diff --git a/deploy/ccm-networks.yaml b/deploy/ccm-networks.yaml index 0db7ce8e..5f7ff36a 100644 --- a/deploy/ccm-networks.yaml +++ b/deploy/ccm-networks.yaml @@ -84,7 +84,7 @@ spec: secretKeyRef: key: network name: hcloud - image: hetznercloud/hcloud-cloud-controller-manager:v1.17.2 # x-release-please-version + image: hetznercloud/hcloud-cloud-controller-manager:v1.18.0 # x-release-please-version ports: - name: metrics containerPort: 8233 diff --git a/deploy/ccm.yaml b/deploy/ccm.yaml index 960a1606..f8bd00c3 100644 --- a/deploy/ccm.yaml +++ b/deploy/ccm.yaml @@ -76,7 +76,7 @@ spec: valueFrom: fieldRef: fieldPath: spec.nodeName - image: hetznercloud/hcloud-cloud-controller-manager:v1.17.2 # x-release-please-version + image: hetznercloud/hcloud-cloud-controller-manager:v1.18.0 # x-release-please-version ports: - name: metrics containerPort: 8233 -- GitLab