Commit 4240171
authored
chore(main): release v1.54.0 (#1183)
<!-- section-start changelog -->
### DNS API Beta
This release adds support for the new [DNS
API](https://docs.hetzner.cloud/reference/cloud#dns).
The DNS API is currently in **beta**, which will likely end on 10
November 2025. After the beta ended, it will no longer be possible to
create new zones in the old DNS system. See the [DNS Beta
FAQ](https://docs.hetzner.com/networking/dns/faq/beta) for more details.
Future minor releases of this project may include breaking changes for
features that are related to the DNS API.
See the [DNS API Beta
changelog](https://docs.hetzner.cloud/changelog#2025-10-07-dns-beta) for
more details.
**Examples**
```sh
hcloud zone create \
--name example.com \
--mode primary \
--label key=value
hcloud zone rrset create example.com \
--name @ \
--type A \
--record 201.180.75.2
```
### Features
- support the new DNS API (#1182)
<!-- section-end changelog -->
---
<details>
<summary><h4>PR by <a
href="https://github.com/apricote/releaser-pleaser">releaser-pleaser</a>
🤖</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
### DNS API Beta
This release adds support for the new [DNS
API](https://docs.hetzner.cloud/reference/cloud#dns).
The DNS API is currently in **beta**, which will likely end on 10
November 2025. After the beta ended, it will no longer be possible to
create new zones in the old DNS system. See the [DNS Beta
FAQ](https://docs.hetzner.com/networking/dns/faq/beta) for more details.
Future minor releases of this project may include breaking changes for
features that are related to the DNS API.
See the [DNS API Beta
changelog](https://docs.hetzner.cloud/changelog#2025-10-07-dns-beta) for
more details.
**Examples**
```sh
hcloud zone create \
--name example.com \
--mode primary \
--label key=value
hcloud zone rrset create example.com \
--name @ \
--type A \
--record 201.180.75.2
```
~~~~
### Suffix / End
This will be added to the end of the release notes.
~~~~rp-suffix
~~~~
</details>
Co-authored-by: Hetzner Cloud Bot <>1 parent bfbf5eb commit 4240171
2 files changed
+31
-1
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 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
3 | 33 | | |
4 | 34 | | |
5 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments