From cc52ce05cfacec3d07b4c2c720268491763bc4a9 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Fri, 25 Oct 2024 14:41:58 +0200 Subject: [PATCH] chore(main): release 1.48.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ internal/version/version.go | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index d16b9332..64a679de 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"1.47.0"} +{".":"1.48.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 04b80bb4..17140c35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.48.0](https://github.com/hetznercloud/cli/compare/v1.47.0...v1.48.0) (2024-10-25) + + +### Features + +* allow auto-completing context flag ([#861](https://github.com/hetznercloud/cli/issues/861)) ([7495b14](https://github.com/hetznercloud/cli/commit/7495b140e2359c47f5991bc2863674bb02dec9ea)) +* **primary-ip:** allow setting auto-delete on create ([#860](https://github.com/hetznercloud/cli/issues/860)) ([b6aecb3](https://github.com/hetznercloud/cli/commit/b6aecb31893016e05070856c291704403b76a296)), closes [#855](https://github.com/hetznercloud/cli/issues/855) + + +### Bug Fixes + +* **image:** only use numerical IDs for label auto-completion ([#865](https://github.com/hetznercloud/cli/issues/865)) ([1d10d92](https://github.com/hetznercloud/cli/commit/1d10d9284a7544971416c1efe8d2452a90b205e0)) +* **primary-ip:** labels ignored in create command ([#885](https://github.com/hetznercloud/cli/issues/885)) ([7a17174](https://github.com/hetznercloud/cli/commit/7a1717412348f26bb14c27ee965f415044bb2b81)), closes [#883](https://github.com/hetznercloud/cli/issues/883) + ## [1.47.0](https://github.com/hetznercloud/cli/compare/v1.46.0...v1.47.0) (2024-08-30) diff --git a/internal/version/version.go b/internal/version/version.go index ebdd47b9..15d883a1 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.47.0" // x-release-please-version + version = "1.48.0" // x-release-please-version // versionPrerelease is a semver version pre-release identifier (https://semver.org). //