Skip to content

Commit

Permalink
chore(main): release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hcloud-bot committed Jun 5, 2024
1 parent c630760 commit d57dddf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.4.0"}
{".":"1.5.0"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 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))


### 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)


Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d57dddf

Please sign in to comment.