Skip to content

Commit d5b8b96

Browse files
authored
chore(main): release v1.58.0 (#1240)
<!-- section-start changelog --> ### Features - **firewall**: add list columns for labels, created and age (#1239) - drop builds for windows armv6 and armv7 (32 bit) (#1246) - **context**: allow creation in non-interactive tty (#1252) <!-- 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 ~~~~ ### Suffix / End This will be added to the end of the release notes. ~~~~rp-suffix ~~~~ </details> Co-authored-by: Hetzner Cloud Bot <>
1 parent 77c686e commit d5b8b96

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [v1.58.0](https://github.com/hetznercloud/cli/releases/tag/v1.58.0)
4+
5+
### Features
6+
7+
- **firewall**: add list columns for labels, created and age (#1239)
8+
- drop builds for windows armv6 and armv7 (32 bit) (#1246)
9+
- **context**: allow creation in non-interactive tty (#1252)
10+
311
## [v1.57.0](https://github.com/hetznercloud/cli/releases/tag/v1.57.0)
412

513
### DNS API is now generally available

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.57.0" // x-releaser-pleaser-version
5+
version = "1.58.0" // x-releaser-pleaser-version
66

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

0 commit comments

Comments
 (0)