From e6246a5134e32fd869f3a381077c86d3d8369c1f Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Wed, 24 Jan 2024 13:31:57 +0100 Subject: [PATCH] chore(main): release 1.42.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ internal/version/version.go | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index f344aefe..274dad13 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"1.41.1"} +{".":"1.42.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 54db4c0e..5f1f25fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.42.0](https://github.com/hetznercloud/cli/compare/v1.41.1...v1.42.0) (2024-01-24) + + +### Features + +* 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) +* 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) +* **server:** remove unsupported linux32 rescue type ([#679](https://github.com/hetznercloud/cli/issues/679)) ([5bb0350](https://github.com/hetznercloud/cli/commit/5bb03504474ac0ff35dd9fd550b6786a37eb39dd)) + + +### Bug Fixes + +* **server:** fix typo in ip subcommand ([#678](https://github.com/hetznercloud/cli/issues/678)) ([c5e3f00](https://github.com/hetznercloud/cli/commit/c5e3f001236f2a2ef07b8181687e037d8f7b83a2)) +* use --poll-interval flag ([#660](https://github.com/hetznercloud/cli/issues/660)) ([b9328a6](https://github.com/hetznercloud/cli/commit/b9328a6500837d92ac8632a6232f9d1f23338863)) + ## [1.41.1](https://github.com/hetznercloud/cli/compare/v1.41.0...v1.41.1) (2023-12-21) diff --git a/internal/version/version.go b/internal/version/version.go index 841359e0..8337aea4 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -2,7 +2,7 @@ package version var ( // version is a semver version (https://semver.org). - version = "1.41.1" // x-release-please-version + version = "1.42.0" // x-release-please-version // versionPrerelease is a semver version pre-release identifier (https://semver.org). //