From cdf68ff4e3237311155730068044efc42f3f797b Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:36:47 +0200 Subject: [PATCH] chore(main): release 1.5.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ version/version.go | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index af718e59..ef197571 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"1.4.0"} +{".":"1.5.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 1400f43d..bfcc3baf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.5.0](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.4.0...v1.5.0) (2024-06-05) + + +### Features + +* add HCP packer support ([#122](https://github.com/hetznercloud/packer-plugin-hcloud/issues/122)) ([85435ef](https://github.com/hetznercloud/packer-plugin-hcloud/commit/85435efce96f06f0fd6f7016732d66cf9d2b6cac)) +* allow disabling the server public ips ([#190](https://github.com/hetznercloud/packer-plugin-hcloud/issues/190)) ([82e6cdb](https://github.com/hetznercloud/packer-plugin-hcloud/commit/82e6cdb5ec589cc3de10159d74bcd7b352e67eec)), closes [#188](https://github.com/hetznercloud/packer-plugin-hcloud/issues/188) + + +### Bug Fixes + +* ensure the upgrade server type is not nil ([#182](https://github.com/hetznercloud/packer-plugin-hcloud/issues/182)) ([d297dcb](https://github.com/hetznercloud/packer-plugin-hcloud/commit/d297dcb44805f12d6a37b1218fe268dd633c48c1)) + ## [1.4.0](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.3.0...v1.4.0) (2024-05-06) diff --git a/version/version.go b/version/version.go index 101f2759..a205614d 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.4.0" // x-release-please-version + Version = "1.5.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