File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v1.60.0] ( https://github.com/hetznercloud/cli/releases/tag/v1.60.0 )
4+
5+ ## Storage Box Subaccounts are no longer identified by ` username `
6+
7+ Storage Box Subaccounts now have a ` name ` property, allowing users to specify custom names for their Subaccounts.
8+
9+ More importantly, Storage Box Subaccounts are now identified (` <subaccount> ` ) by ` id ` or ` name ` , instead of by ` id ` or ` username ` .
10+
11+ ``` diff
12+ hcloud storage-box subaccount describe <storage-box> <subaccount>
13+ - hcloud storage-box subaccount describe my-storage-box u1337-sub1
14+ + hcloud storage-box subaccount describe my-storage-box my-subaccount
15+ ```
16+
17+ Existing Subaccounts have been updated to use their ` username ` as ` name ` value.
18+
19+ See our [ changelog] ( https://docs.hetzner.cloud/changelog#2026-01-15-storage-box-subaccount-name ) for more details.
20+
21+ ### Features
22+
23+ - ** table** : mark columns as deprecated and show warning (#1300 )
24+ - ** server** : deprecate datacenter column (#1301 )
25+ - ** storage-box** : add name property to subaccounts (#1315 )
26+
327## [ v1.59.0] ( https://github.com/hetznercloud/cli/releases/tag/v1.59.0 )
428
529### Deprecation of ` datacenter ` attribute for Primary IPs and Servers
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package version
22
33var (
44 // version is a semver version (https://semver.org).
5- version = "1.59 .0" // x-releaser-pleaser-version
5+ version = "1.60 .0" // x-releaser-pleaser-version
66
77 // versionPrerelease is a semver version pre-release identifier (https://semver.org).
88 //
You can’t perform that action at this time.
0 commit comments