Commit 3028d94
authored
chore(main): release v1.54.0 (#1211)
<!-- 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**
```terraform
resource "hcloud_zone" "example" {
name = "example.com"
mode = "primary"
labels = {
key = "value"
}
}
resource "hcloud_zone_rrset" "apex_a_example" {
zone = hcloud_zone.example.name
name = "@"
type = "A"
records = [
{ value = "201.78.10.45", comment = "server1" },
]
}
```
### Features
- support the new DNS API (#1210)
<!-- 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**
```terraform
resource "hcloud_zone" "example" {
name = "example.com"
mode = "primary"
labels = {
key = "value"
}
}
resource "hcloud_zone_rrset" "apex_a_example" {
zone = hcloud_zone.example.name
name = "@"
type = "A"
records = [
{ value = "201.78.10.45", comment = "server1" },
]
}
```
~~~~
### Suffix / End
This will be added to the end of the release notes.
~~~~rp-suffix
~~~~
</details>
Co-authored-by: Hetzner Cloud Bot <>1 parent 177f3d3 commit 3028d94
1 file changed
+37
-0
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 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
3 | 40 | | |
4 | 41 | | |
5 | 42 | | |
| |||
0 commit comments