Commit d9502eb
authored
chore(main): release v1.30.1 (#1160)
### Datacenter Deprecation
The `server.datacenter` field is deprecated and will be removed from the
API response after July 2026:
https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters
To avoid a breaking change in HCCM, we decided to statically map from
the old location names to the existing datacenter names for the
`topology.kubernetes.io/zone` label. For new locations we will return
the location name without a `-dcxx` suffix.
Deployments of `hcloud-cloud-controller-manager` that are not updated
when the field is removed from the API will **panic** with the following
error:
"Observed a panic" panic="runtime error: invalid memory address or nil
pointer dereference" panicGoValue="\"invalid memory address or nil
pointer dereference\""
We have published an RFC which details how we want to continue utilizing
the labels `topology.kubernetes.io/zone` and
`topology.kubernetes.io/region`:
#1146 (comment)
### Bug Fixes
- statically map deprecated datacenter names (#1159)1 parent 0dc8d6a commit d9502eb
File tree
6 files changed
+23
-5
lines changed- chart
- .snapshots
- deploy
6 files changed
+23
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
3 | 21 | | |
4 | 22 | | |
5 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments