From 05e65b9feff2f9102d44577df6027f677b074559 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Thu, 25 Jul 2024 13:26:28 +0200 Subject: [PATCH] chore(main): release 1.46.0 (#823) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [1.46.0](https://github.com/hetznercloud/cli/compare/v1.45.0...v1.46.0) (2024-07-25) ### Features * **load-balancer-type:** show traffic details for each location in describe output ([5c9380c](https://github.com/hetznercloud/cli/commit/5c9380c5b4d5792d259f13b6f44bf10f3d0c1b68)) * **server-type:** show traffic details for each location in describe output ([5c9380c](https://github.com/hetznercloud/cli/commit/5c9380c5b4d5792d259f13b6f44bf10f3d0c1b68)) ### Bug Fixes * ineffective poll interval option ([#822](https://github.com/hetznercloud/cli/issues/822)) ([41aaa56](https://github.com/hetznercloud/cli/commit/41aaa56bd4649d42054eabe48e14d9fdde42a8ae)) * printing for server create with mulitple networks ([#824](https://github.com/hetznercloud/cli/issues/824)) ([f3fcbd2](https://github.com/hetznercloud/cli/commit/f3fcbd2378a18df09abc82c6b7ac9c8aa8a68302)) * **server-type:** remove deprecated traffic column ([5c9380c](https://github.com/hetznercloud/cli/commit/5c9380c5b4d5792d259f13b6f44bf10f3d0c1b68)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: Julian Tölle --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 24 ++++++++++++++++++++++++ internal/version/version.go | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 2d0e632c..8df249eb 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"1.45.0"} +{".":"1.46.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 03cc7828..459b1e13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [1.46.0](https://github.com/hetznercloud/cli/compare/v1.45.0...v1.46.0) (2024-07-25) + +### API Changes for Traffic Prices and Server Type Included Traffic + +There will be a breaking change in the API regarding Traffic Prices and Server Type Included Traffic on 2024-08-05. This release implements the necessary changes for the CLI. + +Until now, the `hcloud server-type list` command had a column `traffic`. This is no longer possible, because there is no single included traffic for a server type, and instead this depends on the location. We have set the field to `-` and removed it from the default columns. The information is still available in `hcloud server-type describe `, now in the "Pricing" section of the output. + +This also affects the JSON and YAML output of both `hcloud server-type list` and `hcloud server-type describe` as we use the API schema for this. + +You can learn more about this change in [our changelog](https://docs.hetzner.cloud/changelog#2024-07-25-cloud-api-returns-traffic-information-in-different-format). + +### Features + +* **load-balancer-type:** show traffic details for each location in describe output ([5c9380c](https://github.com/hetznercloud/cli/commit/5c9380c5b4d5792d259f13b6f44bf10f3d0c1b68)) +* **server-type:** show traffic details for each location in describe output ([5c9380c](https://github.com/hetznercloud/cli/commit/5c9380c5b4d5792d259f13b6f44bf10f3d0c1b68)) + + +### Bug Fixes + +* ineffective poll interval option ([#822](https://github.com/hetznercloud/cli/issues/822)) ([41aaa56](https://github.com/hetznercloud/cli/commit/41aaa56bd4649d42054eabe48e14d9fdde42a8ae)) +* printing for server create with multiple networks ([#824](https://github.com/hetznercloud/cli/issues/824)) ([f3fcbd2](https://github.com/hetznercloud/cli/commit/f3fcbd2378a18df09abc82c6b7ac9c8aa8a68302)) +* **server-type:** remove deprecated traffic column ([5c9380c](https://github.com/hetznercloud/cli/commit/5c9380c5b4d5792d259f13b6f44bf10f3d0c1b68)) + ## [1.45.0](https://github.com/hetznercloud/cli/compare/v1.44.2...v1.45.0) (2024-07-17) diff --git a/internal/version/version.go b/internal/version/version.go index 356ed291..374b8917 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.45.0" // x-release-please-version + version = "1.46.0" // x-release-please-version // versionPrerelease is a semver version pre-release identifier (https://semver.org). //