Skip to content

Commit 08338de

Browse files
authored
chore(main): release 1.42.0 (#664)
## [1.42.0](v1.41.1...v1.42.0) (2024-02-01) ### Features * add global --quiet flag to hide non-error messages ([#656](#656)) ([25fcbbf](25fcbbf)), closes [#644](#644) * allow adding/removing multiple labels at once ([#665](#665)) ([919c446](919c446)), closes [#662](#662) * group subcommands in command help ([#675](#675)) ([0cb271f](0cb271f)) * **server:** remove unsupported linux32 rescue type ([#679](#679)) ([5bb0350](5bb0350)) ### Bug Fixes * refetch after creating managed certificate ([#685](#685)) ([4864553](4864553)) * **server:** fix typo in ip subcommand ([#678](#678)) ([c5e3f00](c5e3f00)) * use --poll-interval flag ([#660](#660)) ([b9328a6](b9328a6))
1 parent b8269de commit 08338de

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.41.1"}
1+
{".":"1.42.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.42.0](https://github.com/hetznercloud/cli/compare/v1.41.1...v1.42.0) (2024-02-01)
4+
5+
6+
### Features
7+
8+
* add global --quiet flag to hide non-error messages ([#656](https://github.com/hetznercloud/cli/issues/656)) ([25fcbbf](https://github.com/hetznercloud/cli/commit/25fcbbfe33680a61b9483956a30dd5403d471c3d)), closes [#644](https://github.com/hetznercloud/cli/issues/644)
9+
* allow adding/removing multiple labels at once ([#665](https://github.com/hetznercloud/cli/issues/665)) ([919c446](https://github.com/hetznercloud/cli/commit/919c44649eec16e219954cbac4cc1b66a7f53380)), closes [#662](https://github.com/hetznercloud/cli/issues/662)
10+
* group subcommands in command help ([#675](https://github.com/hetznercloud/cli/issues/675)) ([0cb271f](https://github.com/hetznercloud/cli/commit/0cb271f9859dab9bcf04e8b1be13ee4580356517))
11+
* **server:** remove unsupported linux32 rescue type ([#679](https://github.com/hetznercloud/cli/issues/679)) ([5bb0350](https://github.com/hetznercloud/cli/commit/5bb03504474ac0ff35dd9fd550b6786a37eb39dd))
12+
13+
14+
### Bug Fixes
15+
16+
* refetch after creating managed certificate ([#685](https://github.com/hetznercloud/cli/issues/685)) ([4864553](https://github.com/hetznercloud/cli/commit/4864553c53716a61a35b6c2b6ab0d1ed1156720a))
17+
* **server:** fix typo in ip subcommand ([#678](https://github.com/hetznercloud/cli/issues/678)) ([c5e3f00](https://github.com/hetznercloud/cli/commit/c5e3f001236f2a2ef07b8181687e037d8f7b83a2))
18+
* use --poll-interval flag ([#660](https://github.com/hetznercloud/cli/issues/660)) ([b9328a6](https://github.com/hetznercloud/cli/commit/b9328a6500837d92ac8632a6232f9d1f23338863))
19+
320
## [1.41.1](https://github.com/hetznercloud/cli/compare/v1.41.0...v1.41.1) (2023-12-21)
421

522

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

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

0 commit comments

Comments
 (0)