Skip to content

Commit

Permalink
chore(main): release v1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
releaser-pleaser committed Dec 16, 2024
1 parent e8341af commit 0d33e5d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v1.22.0](https://github.com/hetznercloud/hcloud-cloud-controller-manager/releases/tag/v1.22.0)

### Features

- **metrics**: add metrics from cloud-provider library (#824)

## [v1.21.0](https://github.com/hetznercloud/hcloud-cloud-controller-manager/releases/tag/v1.21.0)

### Feature Highlights & Upgrade Notes
Expand Down
2 changes: 1 addition & 1 deletion chart/.snapshots/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
key: robot-user
name: hcloud
optional: true
image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.21.0 # x-releaser-pleaser-version
image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.22.0 # x-releaser-pleaser-version
ports:
- name: metrics
containerPort: 8233
Expand Down
2 changes: 1 addition & 1 deletion chart/.snapshots/full.daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
key: robot-user
name: hcloud
optional: true
image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.21.0 # x-releaser-pleaser-version
image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.22.0 # x-releaser-pleaser-version
ports:
- name: metrics
containerPort: 8233
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.21.0 # x-releaser-pleaser-version
version: 1.22.0 # x-releaser-pleaser-version
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.21.0 # x-releaser-pleaser-version
image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.22.0 # x-releaser-pleaser-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.21.0 # x-releaser-pleaser-version
image: docker.io/hetznercloud/hcloud-cloud-controller-manager:v1.22.0 # x-releaser-pleaser-version
ports:
- name: metrics
containerPort: 8233
Expand Down

0 comments on commit 0d33e5d

Please sign in to comment.