Skip to content

Commit b59cfbf

Browse files
authored
chore(main): release 1.47.0 (#842)
🤖 I have created a release *beep* *boop* --- ## [1.47.0](v1.46.0...v1.47.0) (2024-08-30) ### Features * allow deleting rDNS entries ([#839](#839)) ([129f51d](129f51d)), closes [#814](#814) * **certificate:** allow retrying managed certificate issuance ([#847](#847)) ([0223f7d](0223f7d)) * improve datacenter describe server types readability ([#854](#854)) ([fc0002c](fc0002c)), closes [#852](#852) ### Bug Fixes * `quiet` option sometimes only working as a flag ([#846](#846)) ([f7c9ac6](f7c9ac6)) * **image:** only accept numerical ids for update, delete, label ([#844](#844)) ([7355571](7355571)) * **load-balancer:** show message if none of --server, --label-selector or --ip is set ([#849](#849)) ([2df45e0](2df45e0)) * **primary-ip:** change protection commands do not allow protection levels ([#851](#851)) ([697a87a](697a87a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent fc0002c commit b59cfbf

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.github/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.46.0"}
1+
{".":"1.47.0"}

CHANGELOG.md

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

3+
## [1.47.0](https://github.com/hetznercloud/cli/compare/v1.46.0...v1.47.0) (2024-08-30)
4+
5+
6+
### Features
7+
8+
* allow deleting rDNS entries ([#839](https://github.com/hetznercloud/cli/issues/839)) ([129f51d](https://github.com/hetznercloud/cli/commit/129f51de4cc76bb12d60a43ffd3068e1764ddbb9)), closes [#814](https://github.com/hetznercloud/cli/issues/814)
9+
* **certificate:** allow retrying managed certificate issuance ([#847](https://github.com/hetznercloud/cli/issues/847)) ([0223f7d](https://github.com/hetznercloud/cli/commit/0223f7d7948d40b4dabe219c2578bc123a034bf2))
10+
* improve datacenter describe server types readability ([#854](https://github.com/hetznercloud/cli/issues/854)) ([fc0002c](https://github.com/hetznercloud/cli/commit/fc0002c3fce9185a33bd485a8199200e4aec6776)), closes [#852](https://github.com/hetznercloud/cli/issues/852)
11+
12+
13+
### Bug Fixes
14+
15+
* `quiet` option sometimes only working as a flag ([#846](https://github.com/hetznercloud/cli/issues/846)) ([f7c9ac6](https://github.com/hetznercloud/cli/commit/f7c9ac6241531c556544b5b398b474d05b67df9f))
16+
* **image:** only accept numerical ids for update, delete, label ([#844](https://github.com/hetznercloud/cli/issues/844)) ([7355571](https://github.com/hetznercloud/cli/commit/735557183200eaeb4f5f8c586e5be84f245c52fc))
17+
* **load-balancer:** show message if none of --server, --label-selector or --ip is set ([#849](https://github.com/hetznercloud/cli/issues/849)) ([2df45e0](https://github.com/hetznercloud/cli/commit/2df45e0082ec48faf40d64c6b313c37b4377d8c4))
18+
* **primary-ip:** change protection commands do not allow protection levels ([#851](https://github.com/hetznercloud/cli/issues/851)) ([697a87a](https://github.com/hetznercloud/cli/commit/697a87ab2f0ddf6dbe53b3867a744230b2f8a952))
19+
320
## [1.46.0](https://github.com/hetznercloud/cli/compare/v1.45.0...v1.46.0) (2024-07-25)
421

522
### API Changes for Traffic Prices and Server Type Included Traffic

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.46.0" // x-release-please-version
5+
version = "1.47.0" // x-release-please-version
66

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

0 commit comments

Comments
 (0)