Skip to content

Commit 7479cf1

Browse files
authored
chore(main): release v1.51.0 (#1057)
<!-- section-start changelog --> ### Features - **load-balancer**: allow specifying network on create (#1013) - **context**: add unset commmand (#1017) - publish image to Docker Hub (#1043) ### Bug Fixes - allow getting resources with number as name - some list flags are not correctly parsed (#987) - **load-balancer**: allow certificate names in addition to IDs when creating/updating (#1026) - config option flags sometimes not parsed correctly (#1025) <!-- 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: releaser-pleaser <>
1 parent 73eec9f commit 7479cf1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [v1.51.0](https://github.com/hetznercloud/cli/releases/tag/v1.51.0)
4+
5+
### Features
6+
7+
- **load-balancer**: allow specifying network on create (#1013)
8+
- **context**: add unset commmand (#1017)
9+
- publish image to Docker Hub (#1043)
10+
11+
### Bug Fixes
12+
13+
- allow getting resources with number as name
14+
- some list flags are not correctly parsed (#987)
15+
- **load-balancer**: allow certificate names in addition to IDs when creating/updating (#1026)
16+
- config option flags sometimes not parsed correctly (#1025)
17+
318
## [v1.51.0-rc.2](https://github.com/hetznercloud/cli/releases/tag/v1.51.0-rc.2)
419

520
## [v1.51.0-rc.1](https://github.com/hetznercloud/cli/releases/tag/v1.51.0-rc.1)

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.51.0-rc.2" // x-releaser-pleaser-version
5+
version = "1.51.0" // x-releaser-pleaser-version
66

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

0 commit comments

Comments
 (0)