Skip to content

Commit 398874d

Browse files
authored
chore(main): release v1.61.0 (#1318)
<!-- section-start changelog --> ### Storage Boxes support is now generally available The experimental phase for Storage Boxes is over, and Storage Boxes support is now generally available. ### Features - Storage Box support no longer experimental (#1267) - **server**: allow specifying user-data for rebuild (#1319) <!-- 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 ### Storage Boxes support is now generally available The experimental phase for Storage Boxes is over, and Storage Boxes support is now generally available. ~~~~ ### Suffix / End This will be added to the end of the release notes. ~~~~rp-suffix ~~~~ </details> Co-authored-by: Hetzner Cloud Bot <>
1 parent eb81121 commit 398874d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [v1.61.0](https://github.com/hetznercloud/cli/releases/tag/v1.61.0)
4+
5+
### Storage Boxes support is now generally available
6+
7+
The experimental phase for Storage Boxes is over, and Storage Boxes support is now generally available.
8+
9+
### Features
10+
11+
- Storage Box support no longer experimental (#1267)
12+
- **server**: allow specifying user-data for rebuild (#1319)
13+
314
## [v1.60.0](https://github.com/hetznercloud/cli/releases/tag/v1.60.0)
415

516
### Storage Box Subaccounts are no longer identified by `username`

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package version
22

33
var (
44
// version is a semver version (https://semver.org).
5-
version = "1.60.0" // x-releaser-pleaser-version
5+
version = "1.61.0" // x-releaser-pleaser-version
66

77
// versionPrerelease is a semver version pre-release identifier (https://semver.org).
88
//

0 commit comments

Comments
 (0)