Skip to content
Snippets Groups Projects
Unverified Commit 9e2926c6 authored by Hetzner Cloud Bot's avatar Hetzner Cloud Bot Committed by GitHub
Browse files

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))
([7bf7e716](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))
([0d25cb6c](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
([4b18ee55](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))
([db2e6dc4](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))
([3adf7815](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).
parent 0d25cb6c
No related branches found
No related tags found
No related merge requests found
# 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)
......
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
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment