github ansible-collections/hetzner.hcloud 5.4.0
v5.4.0

one day ago

5.4.0 (2025-10-07)

DNS API Beta

This release adds support for the new DNS API.

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 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 for more details.

Examples

- name: Create a primary Zone
  hetzner.hcloud.zone:
    name: example.com
    mode: primary
    labels:
    key: value
    state: present

- name: Create a Zone RRSet
  hetzner.hcloud.zone_rrset:
    zone: example.com
    name: "@"
    type: A
    records:
      - comment: server1
        value: 201.118.10.2
    state: present

Features

Bug Fixes

Don't miss a new hetzner.hcloud release

NewReleases is sending notifications on new releases.