From 970a02f9c4b32ccac624d794fbe713086ad24b69 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Tue, 9 Jan 2024 18:17:28 +0100 Subject: [PATCH] chore(main): release 1.3.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ version/version.go | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index f783fd01..c17c08f7 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"1.2.1"} +{".":"1.3.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index be5113d5..98c5e8b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.3.0](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.2.1...v1.3.0) (2024-01-09) + + +### Features + +* add labels options to server and ssh keys ([#128](https://github.com/hetznercloud/packer-plugin-hcloud/issues/128)) ([3f7dcae](https://github.com/hetznercloud/packer-plugin-hcloud/commit/3f7dcae20a07ad8367a06926aa2df1c415105e8b)) +* use existing IP for server create ([#144](https://github.com/hetznercloud/packer-plugin-hcloud/issues/144)) ([1ebdfe7](https://github.com/hetznercloud/packer-plugin-hcloud/commit/1ebdfe74b395b2adaf015bc909a621aea2897a97)) + + +### Bug Fixes + +* do not pass nil error to error handler ([#145](https://github.com/hetznercloud/packer-plugin-hcloud/issues/145)) ([e742263](https://github.com/hetznercloud/packer-plugin-hcloud/commit/e74226397f420ecfd016c60e050ffc37fd3cddc8)) +* improve logs messages and error handling ([#139](https://github.com/hetznercloud/packer-plugin-hcloud/issues/139)) ([2f2bcf1](https://github.com/hetznercloud/packer-plugin-hcloud/commit/2f2bcf1bca4aa46440e639907093095df67faf34)) +* improve missing hcloud token error ([#138](https://github.com/hetznercloud/packer-plugin-hcloud/issues/138)) ([e47f476](https://github.com/hetznercloud/packer-plugin-hcloud/commit/e47f47679164d4ba700de64c4b44400604f152e2)) + ## [1.2.1](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.2.0...v1.2.1) (2023-11-08) diff --git a/version/version.go b/version/version.go index 61af7ce1..037b4a01 100644 --- a/version/version.go +++ b/version/version.go @@ -7,7 +7,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version" var ( // Version is the main version number that is being run at the moment. - Version = "1.2.1" // x-release-please-version + Version = "1.3.0" // x-release-please-version // VersionPrerelease is A pre-release marker for the Version. If this is "" // (empty string) then it means that it is a final release. Otherwise, this