Skip to content

Commit

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


##
[1.17.0](v1.16.0...v1.17.0)
(2023-07-18)


### Features

* **helm:** allow to set labels and annotations for podMonitor
([#471](#471))
([5dad655](5dad655))
* upgrade to hcloud-go v2 e4352ec
([5a066a1](5a066a1))


### Bug Fixes

* **helm-chart:** resource namespace and name
([#462](#462))
([0c4eee6](0c4eee6))
* **routes:** deleting wrong routes when other server has same private
IP
([#472](#472))
([5461038](5461038)),
closes
[#470](#470)

---
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 Jul 18, 2023
1 parent 05b8e8c commit d048de2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.17.0](/~https://github.com/hetznercloud/hcloud-cloud-controller-manager/compare/v1.16.0...v1.17.0) (2023-07-18)


### Features

* **helm:** allow to set labels and annotations for podMonitor ([#471](/~https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/471)) ([5dad655](/~https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/5dad655dd6f7091ea96ccbe6443f3f74a0d7c7ae))
* upgrade to hcloud-go v2 e4352ec ([5a066a1](/~https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/5a066a1825b1a10015bb481ccc164a65f508fe6d))


### Bug Fixes

* **helm-chart:** resource namespace and name ([#462](/~https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/462)) ([0c4eee6](/~https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/0c4eee63d2263cd4a6fa999da50b9c8734c4fa15))
* **routes:** deleting wrong routes when other server has same private IP ([#472](/~https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/472)) ([5461038](/~https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/546103879336e86ade1f2217f33003aa125bdb98)), closes [#470](/~https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/470)

## [1.16.0](/~https://github.com/hetznercloud/hcloud-cloud-controller-manager/compare/v1.15.0-rc.0...v1.16.0) (2023-06-16)


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.16.0 # x-release-please-version
version: v1.17.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 @@ -83,7 +83,7 @@ spec:
secretKeyRef:
name: hcloud
key: network
image: hetznercloud/hcloud-cloud-controller-manager:v1.16.0 # x-release-please-version
image: hetznercloud/hcloud-cloud-controller-manager:v1.17.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 @@ -75,7 +75,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: hetznercloud/hcloud-cloud-controller-manager:v1.16.0 # x-release-please-version
image: hetznercloud/hcloud-cloud-controller-manager:v1.17.0 # x-release-please-version
ports:
- name: metrics
containerPort: 8233
Expand Down

0 comments on commit d048de2

Please sign in to comment.