Skip to content

Commit

Permalink
chore(main): release 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hcloud-bot committed Oct 31, 2024
1 parent 635c727 commit 65a7c6c
Show file tree
Hide file tree
Showing 5 changed files with 24 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.21.0"}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.21.0](https://github.com/hetznercloud/hcloud-cloud-controller-manager/compare/v1.20.0...v1.21.0) (2024-10-31)


### Features

* add support & tests for Kubernetes 1.31 ([#747](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/747)) ([c1e903c](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/c1e903c798b19f7091a8ca36a042cc81d609fc54))
* drop tests for kubernetes v1.27 ([#748](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/748)) ([0485215](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/0485215b0e4e12850c218b974677cc9ff45d7288))
* emit event when robot server name and node name mismatch ([#773](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/773)) ([7960ddc](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/7960ddc0774dbce3d5f207561b07c218f5c236de))
* **helm:** allow setting extra pod volumes via chart values ([#744](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/744)) ([ad43445](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/ad43445c0e945482099561d2bed0a3c8f125e13f)), closes [#743](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/743)
* **instance:** add label to distinguish servers from Cloud and Robot ([#764](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/764)) ([e6c0356](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/e6c03563d63f4ace31fc307f8a0f8fba9846353a))
* **service:** Specify private ip for loadbalancer ([#724](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/724)) ([4801f0e](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/4801f0e9d645a7c96799b823935098c5562a94b0))


### Bug Fixes

* invalid characters in label instance-type of robot servers ([#770](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/770)) ([dfffde7](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/dfffde70c905c15f3c1235991a1dcfb3c2817912))
* no events are emitted as broadcaster has no sink configured ([#774](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/774)) ([635c727](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/635c72775d8a095c1115ea4ad884103b0c08620b))
* 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))
* wrong version logged on startup ([#729](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/729)) ([6b8cbf4](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/6b8cbf4f4c0e2a8e7a98bd7c8346b958e638ba57))

## [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.21.0
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.21.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 @@ -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.21.0 # x-release-please-version
ports:
- name: metrics
containerPort: 8233
Expand Down

0 comments on commit 65a7c6c

Please sign in to comment.