Releases: hetznercloud/cli
v1.57.0
DNS API is now generally available
The DNS API is now generally available, as well as support for features in this project that are related to the DNS API.
To migrate existing zones to the new DNS API, see the DNS migration guide.
See the changelog for more details.
Features
- DNS support is now generally available (#1234)
v1.56.0
v1.55.0
Storage Box API Experimental
This release adds support for the Storage Box API.
The Storage Box integration will be introduced as an experimental feature. This experimental phase is expected to last until 21 November 2025. During this period, upcoming minor releases of the project may include breaking changes to features related to the Storage Box API. You can find out the current state of this in #1202.
This release includes all changes from the recent Storage Box API changelog entry.
Examples
hcloud storage-box create \
--name backups \
--type bx11 \
--location fsn1 \
--password "$PASSWORD" \
--enable-ssh \
--reachable-externally
hcloud storage-box enable-snapshot-plan backups \
--max-snapshots 10 \
--minute 0 \
--hour 2Features
- server,load-balancer: add --ip-range argument to attach-to-network commands (#1164)
- add support for Storage Boxes (#1118)
Bug Fixes
v1.54.0
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
hcloud zone create \
--name example.com \
--mode primary \
--label key=value
hcloud zone rrset create example.com \
--name @ \
--type A \
--record 201.180.75.2Features
- support the new DNS API (#1182)
v1.53.0
Server Types now depend on Locations.
-
We added a new
locationsproperty to the Server Types resource. The new property defines a list of supported Locations and additional per Locations details such as deprecations information. -
We deprecated the
deprecationproperty from the Server Types resource. The property will gradually be phased out as per Locations deprecations are being announced. Please use the new per Locations deprecation information instead.
See our changelog for more details.
Features
v1.52.0
v1.51.0
v1.51.0-rc.2
v1.51.0-rc.1
Bug Fixes
- docker publish not working