Skip to content

Commit

Permalink
chore(main): release 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hcloud-bot committed Aug 21, 2024
1 parent 93b8aca commit dedee18
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.20.0"}
{".":"1.20.1"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.20.1](https://github.com/hetznercloud/hcloud-cloud-controller-manager/compare/v1.20.0...v1.20.1) (2024-08-21)


### Bug Fixes

* populate ingress private ip when disable-private-ingress is false ([#715](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/715)) ([8d29153](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/8d291534a1adbb8bc9df0db7e5bd9f432ff2de6e))

## [1.20.0](https://github.com/hetznercloud/hcloud-cloud-controller-manager/compare/v1.19.0...v1.20.0) (2024-07-08)


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.20.0
version: 1.20.1
2 changes: 1 addition & 1 deletion deploy/ccm-networks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
secretKeyRef:
key: network
name: hcloud
image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.20.0 # x-release-please-version
image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.20.1 # 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 @@ -83,7 +83,7 @@ spec:
key: robot-user
name: hcloud
optional: true
image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.20.0 # x-release-please-version
image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.20.1 # x-release-please-version
ports:
- name: metrics
containerPort: 8233
Expand Down

0 comments on commit dedee18

Please sign in to comment.