Skip to content

Commit

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


##
[1.6.0](v1.5.4...v1.6.0)
(2024-08-14)


### Features

* allow attaching firewalls to the server
([#221](#221))
([73f10e4](73f10e4))


### Bug Fixes

* check if the image was found
([#223](#223))
([da3b49b](da3b49b)),
closes
[#222](#222)

---
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 Aug 14, 2024
1 parent da3b49b commit f57c6d5
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.5.4"}
{".":"1.6.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.6.0](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.5.4...v1.6.0) (2024-08-14)


### Features

* allow attaching firewalls to the server ([#221](https://github.com/hetznercloud/packer-plugin-hcloud/issues/221)) ([73f10e4](https://github.com/hetznercloud/packer-plugin-hcloud/commit/73f10e462e2f69b1a88a8036fe694016c57d702b))


### Bug Fixes

* check if the image was found ([#223](https://github.com/hetznercloud/packer-plugin-hcloud/issues/223)) ([da3b49b](https://github.com/hetznercloud/packer-plugin-hcloud/commit/da3b49baac321a4774249c607b7a27a62563a55d)), closes [#222](https://github.com/hetznercloud/packer-plugin-hcloud/issues/222)

## [1.5.4](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.5.3...v1.5.4) (2024-08-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.5.4" // x-release-please-version
Version = "1.6.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 f57c6d5

Please sign in to comment.