Skip to content

Commit

Permalink
chore(main): release 1.19.0-rc.0 (#538)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.19.0-rc.0](v1.18.0...v1.19.0-rc.0)
(2023-12-01)


### Features

* **chart:** add daemonset and node selector
([#537](#537))
([a94384f](a94384f))
* **config:** stricter validation for settings
`HCLOUD_LOAD_BALANCERS_ENABLED`, `HCLOUD_METRICS_ENABLED` &
`HCLOUD_NETWORK_ROUTES_ENABLED`
([#546](#546))
([335a2c9](335a2c9))
* **helm:** remove "v" prefix from chart version
([#565](#565))
([f11aa0d](f11aa0d)),
closes
[#529](#529)
* **load-balancer:** handle planned targets exceedings max targets
([#570](#570))
([8bb131f](8bb131f))
* remove unused variable NODE_NAME
([#545](#545))
([a659408](a659408))
* **robot:** handle ratelimiting with constant backoff
([#572](#572))
([2ddc201](2ddc201))
* support for Robot servers
([#561](#561))
([65dea11](65dea11))

---
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 committed Dec 1, 2023
1 parent f11aa0d commit ff24e7b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.19.0-rc.0](https://github.com/hetznercloud/hcloud-cloud-controller-manager/compare/v1.18.0...v1.19.0-rc.0) (2023-12-01)


### Features

* **chart:** add daemonset and node selector ([#537](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/537)) ([a94384f](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/a94384feb782529e4f0c2424fb037704f495fb83))
* **config:** stricter validation for settings `HCLOUD_LOAD_BALANCERS_ENABLED`, `HCLOUD_METRICS_ENABLED` & `HCLOUD_NETWORK_ROUTES_ENABLED` ([#546](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/546)) ([335a2c9](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/335a2c98e5ad1ca97e8e17e5eaebf2906cda8e60))
* **helm:** remove "v" prefix from chart version ([#565](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/565)) ([f11aa0d](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/f11aa0df8056e7c406fd214570e032820f0559d7)), closes [#529](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/529)
* **load-balancer:** handle planned targets exceedings max targets ([#570](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/570)) ([8bb131f](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/8bb131ff66dcd657b6d3e58f0937a7f266553667))
* remove unused variable NODE_NAME ([#545](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/545)) ([a659408](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/a65940830c4c92d53e55df9258a4bcc0a0a72abe))
* **robot:** handle ratelimiting with constant backoff ([#572](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/572)) ([2ddc201](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/2ddc201a6134f91a11e555d6fcbc2d2048b669a6))
* support for Robot servers ([#561](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/561)) ([65dea11](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/65dea11f93ce6ff413cea468b3c8d59487dde346))

## [1.18.0](https://github.com/hetznercloud/hcloud-cloud-controller-manager/compare/v1.17.2...v1.18.0) (2023-09-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: 1.18.0 # x-release-please-version
version: 1.19.0-rc.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 @@ -92,7 +92,7 @@ spec:
secretKeyRef:
key: network
name: hcloud
image: hetznercloud/hcloud-cloud-controller-manager:v1.18.0 # x-release-please-version
image: hetznercloud/hcloud-cloud-controller-manager:v1.19.0-rc.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 @@ -84,7 +84,7 @@ spec:
key: robot-user
name: hcloud
optional: true
image: hetznercloud/hcloud-cloud-controller-manager:v1.18.0 # x-release-please-version
image: hetznercloud/hcloud-cloud-controller-manager:v1.19.0-rc.0 # x-release-please-version
ports:
- name: metrics
containerPort: 8233
Expand Down

0 comments on commit ff24e7b

Please sign in to comment.