Skip to content

Commit

Permalink
chore(main): release 1.18.0 (#499)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.18.0](v1.17.2...v1.18.0)
(2023-09-18)


### Features

* build with Go 1.21
([#516](#516))
([7bf7e71](7bf7e71))
* **chart:** configure additional tolerations
([#518](#518))
([0d25cb6](0d25cb6)),
closes
[#512](#512)
* **chart:** support running multiple replicas with leader election
([4b18ee5](4b18ee5))
* **load-balancer:** Add new node-selector annotation
([#514](#514))
([db2e6dc](db2e6dc))
* test against kubernetes v1.28 and drop v1.24
([#500](#500))
([3adf781](3adf781))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
hcloud-bot authored Sep 18, 2023
1 parent 0d25cb6 commit 9e2926c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion deploy/ccm-networks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/ccm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e2926c

Please sign in to comment.