Skip to content

Commit

Permalink
chore(main): release 1.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hcloud-bot committed May 24, 2024
1 parent eca9605 commit 46f7d6d
Show file tree
Hide file tree
Showing 3 changed files with 16 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.1"}
{".":"1.44.0"}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.44.0](https://github.com/hetznercloud/cli/compare/v1.43.1...v1.44.0) (2024-05-24)


### Features

* delete multiple resources in parallel ([#761](https://github.com/hetznercloud/cli/issues/761)) ([f2fb321](https://github.com/hetznercloud/cli/commit/f2fb321a774419431bb851d8e92c3a4741bb9220))
* **load-balancer:** allow specifying health check options in add-service ([#743](https://github.com/hetznercloud/cli/issues/743)) ([2cd08b2](https://github.com/hetznercloud/cli/commit/2cd08b2298882b5877c8ff522ddc4e2226ecbdb7)), closes [#742](https://github.com/hetznercloud/cli/issues/742)
* new action waiting progress ([#749](https://github.com/hetznercloud/cli/issues/749)) ([9e30f3f](https://github.com/hetznercloud/cli/commit/9e30f3f69bc930e4b87be0cee8a096827b542d53))


### Bug Fixes

* **firewall:** 'create --rules-file' not working with outbound rules ([#752](https://github.com/hetznercloud/cli/issues/752)) ([2f2be32](https://github.com/hetznercloud/cli/commit/2f2be32a513f9e2e878553672189d24d098205bc)), closes [#750](https://github.com/hetznercloud/cli/issues/750)

## [1.43.1](https://github.com/hetznercloud/cli/compare/v1.43.0...v1.43.1) (2024-04-19)


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.1" // x-release-please-version
version = "1.44.0" // x-release-please-version

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

0 comments on commit 46f7d6d

Please sign in to comment.