Skip to content

Commit

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


##
[1.40.0](v1.39.0...v1.40.0)
(2023-11-14)


### Features

* add warning messages to context commands
([#605](#605))
([d84fe36](d84fe36)),
closes [#588](#588)
* allow JSON output on resource creation
([#609](#609))
([d7241fe](d7241fe)),
closes [#470](#470)
* **context:** ask to use HCLOUD_TOKEN when creating new context
([#582](#582))
([54e582a](54e582a)),
closes [#576](#576)
* pretty-print JSON output
([#610](#610))
([ca4706f](ca4706f))
* print out IPs after they were created
([#590](#590))
([0e0eaa8](0e0eaa8))


### Bug Fixes

* "create" actions were not awaited in some cases
([#589](#589))
([1c0e50a](1c0e50a))
* **image:** backup is suggested as type in update command
([#603](#603))
([6ea4695](6ea4695))
* inconsistent formatting in "describe" commands
([#593](#593))
([b70dfe3](b70dfe3))
* **network:** create prints success to stderr instead of stdout
([#587](#587))
([0a4c361](0a4c361))
* **primary-ip:** list does now allow to output IP column
([#594](#594))
([ee8e6ed](ee8e6ed)),
closes [#591](#591)
* **primary-ip:** updating the name resets auto-delete
([#604](#604))
([292f6c4](292f6c4))
* static resource list commands only return first 50 entries
([#592](#592))
([7e511d9](7e511d9))

---
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 Nov 14, 2023
1 parent d7241fe commit 1143e07
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [1.40.0](https://github.com/hetznercloud/cli/compare/v1.39.0...v1.40.0) (2023-11-14)


### Features

* add warning messages to context commands ([#605](https://github.com/hetznercloud/cli/issues/605)) ([d84fe36](https://github.com/hetznercloud/cli/commit/d84fe3629f3879f157883bbcc21de618ae333e8b)), closes [#588](https://github.com/hetznercloud/cli/issues/588)
* allow JSON output on resource creation ([#609](https://github.com/hetznercloud/cli/issues/609)) ([d7241fe](https://github.com/hetznercloud/cli/commit/d7241fed634bdba2598197fe458a08205f6e0f36)), closes [#470](https://github.com/hetznercloud/cli/issues/470)
* **context:** ask to use HCLOUD_TOKEN when creating new context ([#582](https://github.com/hetznercloud/cli/issues/582)) ([54e582a](https://github.com/hetznercloud/cli/commit/54e582a7253274ef5b578b01fc9f992ef6eae226)), closes [#576](https://github.com/hetznercloud/cli/issues/576)
* pretty-print JSON output ([#610](https://github.com/hetznercloud/cli/issues/610)) ([ca4706f](https://github.com/hetznercloud/cli/commit/ca4706f118d4cfb559d84c7a726f99673d42f7d4))
* print out IPs after they were created ([#590](https://github.com/hetznercloud/cli/issues/590)) ([0e0eaa8](https://github.com/hetznercloud/cli/commit/0e0eaa8b58b184d26c8c1cb3b08b5b87bd5770f6))


### Bug Fixes

* "create" actions were not awaited in some cases ([#589](https://github.com/hetznercloud/cli/issues/589)) ([1c0e50a](https://github.com/hetznercloud/cli/commit/1c0e50ac88b78f0ae5b013e5a3a83fee9797d4df))
* **image:** backup is suggested as type in update command ([#603](https://github.com/hetznercloud/cli/issues/603)) ([6ea4695](https://github.com/hetznercloud/cli/commit/6ea469544a281d081fd5130ac5b7cd25df96ca18))
* inconsistent formatting in "describe" commands ([#593](https://github.com/hetznercloud/cli/issues/593)) ([b70dfe3](https://github.com/hetznercloud/cli/commit/b70dfe3613b75af0ef8b78cd01af8a2ae5dd47e5))
* **network:** create prints success to stderr instead of stdout ([#587](https://github.com/hetznercloud/cli/issues/587)) ([0a4c361](https://github.com/hetznercloud/cli/commit/0a4c3611b33dc8c1ae1621b03c45026fd0bd6950))
* **primary-ip:** list does now allow to output IP column ([#594](https://github.com/hetznercloud/cli/issues/594)) ([ee8e6ed](https://github.com/hetznercloud/cli/commit/ee8e6ed9a9e0ca2bc71dc04bbed8b80352a1a8dc)), closes [#591](https://github.com/hetznercloud/cli/issues/591)
* **primary-ip:** updating the name resets auto-delete ([#604](https://github.com/hetznercloud/cli/issues/604)) ([292f6c4](https://github.com/hetznercloud/cli/commit/292f6c40d33c8028184756318fe276b5b46c37c5))
* static resource list commands only return first 50 entries ([#592](https://github.com/hetznercloud/cli/issues/592)) ([7e511d9](https://github.com/hetznercloud/cli/commit/7e511d95669bade7057b0054c0bfafa57a6a1551))

## [1.39.0](https://github.com/hetznercloud/cli/compare/v1.38.3...v1.39.0) (2023-10-25)


Expand Down

0 comments on commit 1143e07

Please sign in to comment.