Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.45.0 #804

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.44.2"}
{".":"1.45.0"}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.45.0](https://github.com/hetznercloud/cli/compare/v1.44.2...v1.45.0) (2024-07-17)


### Features

* allow configuring default sort columns for each supported resource ([#795](https://github.com/hetznercloud/cli/issues/795)) ([f6877a1](https://github.com/hetznercloud/cli/commit/f6877a166ea7602ac2f65b85d9dcae16690f49c6))
* better error messages on malformed option value ([#798](https://github.com/hetznercloud/cli/issues/798)) ([8c6fec9](https://github.com/hetznercloud/cli/commit/8c6fec9b4ef776c10d58efd86a5d2122b3a8be5c))


### Bug Fixes

* **config:** ordering of list option values not preserved ([#805](https://github.com/hetznercloud/cli/issues/805)) ([1ac27bf](https://github.com/hetznercloud/cli/commit/1ac27bfbcca1eb3dbb3778b1894badff3d7462f2))
* debug log is truncated if it already exists ([#793](https://github.com/hetznercloud/cli/issues/793)) ([c3d3a9f](https://github.com/hetznercloud/cli/commit/c3d3a9fa0e90340bc45c7b6ab1eeb0b318a12cf7))
* **firewall:** wrong wording when firewall is removed from resource ([#812](https://github.com/hetznercloud/cli/issues/812)) ([9017a65](https://github.com/hetznercloud/cli/commit/9017a652907b17cee0be9500bc36d455ee51c49f)), closes [#809](https://github.com/hetznercloud/cli/issues/809)

## [1.44.2](https://github.com/hetznercloud/cli/compare/v1.44.1...v1.44.2) (2024-07-01)


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

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