Skip to content

Commit

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


##
[1.3.0](v1.2.1...v1.3.0)
(2024-01-09)


### Features

* add labels options to server and ssh keys
([#128](#128))
([3f7dcae](3f7dcae))
* use existing IP for server create
([#144](#144))
([1ebdfe7](1ebdfe7))


### Bug Fixes

* do not pass nil error to error handler
([#145](#145))
([e742263](e742263))
* improve logs messages and error handling
([#139](#139))
([2f2bcf1](2f2bcf1))
* improve missing hcloud token error
([#138](#138))
([e47f476](e47f476))

---
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 authored Jan 12, 2024
1 parent 1ebdfe7 commit 06c9b48
Show file tree
Hide file tree
Showing 3 changed files with 17 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.2.1"}
{".":"1.3.0"}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.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
Expand Down

0 comments on commit 06c9b48

Please sign in to comment.