Skip to content

Commit

Permalink
chore(main): release 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hcloud-bot committed Nov 6, 2023
1 parent 7dcfc0d commit 79228a5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.19.0](https://github.com/hetznercloud/hcloud-cloud-controller-manager/compare/v1.18.0...v1.19.0) (2023-11-06)


### 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))
* 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))

## [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: v1.18.0 # x-release-please-version
version: v1.19.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 @@ -80,7 +80,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 # 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 @@ -72,7 +72,7 @@ spec:
secretKeyRef:
key: token
name: hcloud
image: hetznercloud/hcloud-cloud-controller-manager:v1.18.0 # x-release-please-version
image: hetznercloud/hcloud-cloud-controller-manager:v1.19.0 # x-release-please-version
ports:
- name: metrics
containerPort: 8233
Expand Down

0 comments on commit 79228a5

Please sign in to comment.