Skip to content
Snippets Groups Projects
Unverified Commit 3032a476 authored by Hetzner Cloud Bot's avatar Hetzner Cloud Bot Committed by GitHub
Browse files

chore(main): release v1.22.0 (#826)

<!-- section-start changelog -->
This release includes an extension of our current metrics to also
include the internals of `k8s.io/cloud-provider` with respect to the
work queue depth and requests to the Kubernetes API.

Besides having all data available, this will also help us with debugging
[#661](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/661).

### Features

- **metrics**: add metrics from cloud-provider library (#824)
- **load-balancer**: emit warning if unsupported port protocol is
configured (#828)
- allow arbitrary length API tokens (#752)

<!-- section-end changelog -->

---

<details>
<summary><h4>PR by <a
href="https://github.com/apricote/releaser-pleaser">releaser-pleaser</a>
:robot:</h4></summary>

If you want to modify the proposed release, add you overrides here. You
can learn more about the options in the docs.

## Release Notes

### Prefix / Start

This will be added to the start of the release notes.

```rp-prefix
This release includes an extension of our current metrics to also include the internals of `k8s.io/cloud-provider` with respect to the work queue depth and requests to the Kubernetes API.

Besides having all data available, this will also help us with debugging [#661](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/661).
```

### Suffix / End

This will be added to the end of the release notes.

```rp-suffix
```

</details>

Co-authored-by: releaser-pleaser <>
parent 03d6fd36
Branches
Tags v1.22.0
No related merge requests found
# Changelog
## [v1.22.0](https://github.com/hetznercloud/hcloud-cloud-controller-manager/releases/tag/v1.22.0)
This release includes an extension of our current metrics to also include the internals of `k8s.io/cloud-provider` with respect to the work queue depth and requests to the Kubernetes API.
Besides having all data available, this will also help us with debugging [#661](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/661).
### Features
- **metrics**: add metrics from cloud-provider library (#824)
- **load-balancer**: emit warning if unsupported port protocol is configured (#828)
- allow arbitrary length API tokens (#752)
## [v1.21.0](https://github.com/hetznercloud/hcloud-cloud-controller-manager/releases/tag/v1.21.0)
### Feature Highlights &amp; Upgrade Notes
......
......@@ -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
......
......@@ -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
......
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
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment