Skip to content

Commit 185a5c0

Browse files
chore(main): release 1.16.0 (#439)
🤖 I have created a release *beep* *boop* --- ## [1.16.0](v1.15.0-rc.0...v1.16.0) (2023-06-16) ### Features * **helm:** allow to manually set network name or ID ([#458](#458)) ([8410277](8410277)) ### Bug Fixes * **ci:** qemu binfmt wrappers during release ([#421](#421)) ([84a7541](84a7541)) * **routes:** Only delete routes in the Cluster CIDR ([#432](#432)) ([c35d292](c35d292)) ### Continuous Integration * setup release-please ([#437](#437)) ([bbec89e](bbec89e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com>
1 parent 0d63866 commit 185a5c0

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.16.0](https://github.com/hetznercloud/hcloud-cloud-controller-manager/compare/v1.15.0-rc.0...v1.16.0) (2023-06-16)
4+
5+
6+
### Features
7+
8+
* **helm:** allow to manually set network name or ID ([#458](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/458)) ([8410277](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/841027753b1ae140471a4bc862cad425daf725dc))
9+
10+
11+
### Bug Fixes
12+
13+
* **ci:** qemu binfmt wrappers during release ([#421](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/421)) ([84a7541](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/84a754170eab6ed8f91035c84692d9cd82712254))
14+
* **routes:** Only delete routes in the Cluster CIDR ([#432](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/432)) ([c35d292](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/c35d292b72003bd48203a6fa0fa476113633406a))
15+
16+
17+
### Continuous Integration
18+
19+
* setup release-please ([#437](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/437)) ([bbec89e](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/bbec89ef9e1c6bf75b06dec4abdafc14afe549c9))
20+
321
## v1.15.0
422

523
Affordable, sustainable & powerful! 🚀You can now get one of our Arm64 CAX servers to optimize your operations while minimizing your costs!

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
name: hcloud-cloud-controller-manager
33
type: application
4-
version: v1.15.0 # x-release-please-version
4+
version: v1.16.0 # x-release-please-version

deploy/ccm-networks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
secretKeyRef:
8484
name: hcloud
8585
key: network
86-
image: hetznercloud/hcloud-cloud-controller-manager:v1.15.0 # x-release-please-version
86+
image: hetznercloud/hcloud-cloud-controller-manager:v1.16.0 # x-release-please-version
8787
ports:
8888
- name: metrics
8989
containerPort: 8233

deploy/ccm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ spec:
7575
valueFrom:
7676
fieldRef:
7777
fieldPath: spec.nodeName
78-
image: hetznercloud/hcloud-cloud-controller-manager:v1.15.0 # x-release-please-version
78+
image: hetznercloud/hcloud-cloud-controller-manager:v1.16.0 # x-release-please-version
7979
ports:
8080
- name: metrics
8181
containerPort: 8233

0 commit comments

Comments
 (0)