Skip to content

Commit

Permalink
chore(main): release 1.43.1 (#731)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.43.1](v1.43.0...v1.43.1) (2024-04-19)


### Bug Fixes

* allow passing multiple args to server ssh command ([#729](#729))
([d98aee5](d98aee5)),
closes [#728](#728)
* creating firewall with rules not working correctly
([64aeb23](64aeb23))
* **firewall:** missing error when not setting port for tcp rule
([#734](#734))
([c5ad470](c5ad470))
* **firewall:** setting rules not working correctly
([da1b684](da1b684))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
hcloud-bot committed Apr 22, 2024
1 parent 64aeb23 commit 22e3863
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.43.0"}
{".":"1.43.1"}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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).
//
Expand Down

0 comments on commit 22e3863

Please sign in to comment.