From 22e3863f3d0c499d4b4573953b9a56cbadd0ec60 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Mon, 22 Apr 2024 08:59:14 +0200 Subject: [PATCH] chore(main): release 1.43.1 (#731) :robot: I have created a release *beep* *boop* --- ## [1.43.1](https://github.com/hetznercloud/cli/compare/v1.43.0...v1.43.1) (2024-04-19) ### Bug Fixes * allow passing multiple args to server ssh command ([#729](https://github.com/hetznercloud/cli/issues/729)) ([d98aee5](https://github.com/hetznercloud/cli/commit/d98aee5cf6fc94cbfd470c5515132adde0523e48)), closes [#728](https://github.com/hetznercloud/cli/issues/728) * creating firewall with rules not working correctly ([64aeb23](https://github.com/hetznercloud/cli/commit/64aeb23f7f208d4fddd02d504fec9218c081dc04)) * **firewall:** missing error when not setting port for tcp rule ([#734](https://github.com/hetznercloud/cli/issues/734)) ([c5ad470](https://github.com/hetznercloud/cli/commit/c5ad47001ceb65157978eec2651ee6b198ac8233)) * **firewall:** setting rules not working correctly ([da1b684](https://github.com/hetznercloud/cli/commit/da1b6848ccf281cbf160cabf4cce2031245d52ab)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ internal/version/version.go | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index ad76cfdd..5b3fd4e8 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"1.43.0"} +{".":"1.43.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d8270678..8d2b4e11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.43.1](https://github.com/hetznercloud/cli/compare/v1.43.0...v1.43.1) (2024-04-19) + + +### Bug Fixes + +* allow passing multiple args to server ssh command ([#729](https://github.com/hetznercloud/cli/issues/729)) ([d98aee5](https://github.com/hetznercloud/cli/commit/d98aee5cf6fc94cbfd470c5515132adde0523e48)), closes [#728](https://github.com/hetznercloud/cli/issues/728) +* creating firewall with rules not working correctly ([64aeb23](https://github.com/hetznercloud/cli/commit/64aeb23f7f208d4fddd02d504fec9218c081dc04)) +* **firewall:** missing error when not setting port for tcp rule ([#734](https://github.com/hetznercloud/cli/issues/734)) ([c5ad470](https://github.com/hetznercloud/cli/commit/c5ad47001ceb65157978eec2651ee6b198ac8233)) +* **firewall:** setting rules not working correctly ([da1b684](https://github.com/hetznercloud/cli/commit/da1b6848ccf281cbf160cabf4cce2031245d52ab)) + ## [1.43.0](https://github.com/hetznercloud/cli/compare/v1.42.0...v1.43.0) (2024-04-03) diff --git a/internal/version/version.go b/internal/version/version.go index 95add43b..ac105866 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.43.0" // x-release-please-version + version = "1.43.1" // x-release-please-version // versionPrerelease is a semver version pre-release identifier (https://semver.org). //