Skip to content

Commit 06c9b48

Browse files
authored
chore(main): release 1.3.0 (#137)
🤖 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).
1 parent 1ebdfe7 commit 06c9b48

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.github/release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.2.1"}
1+
{".":"1.3.0"}

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.2.1...v1.3.0) (2024-01-09)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* 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))
10+
11+
12+
### Bug Fixes
13+
14+
* 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))
15+
* 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))
16+
* 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))
17+
318
## [1.2.1](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.2.0...v1.2.1) (2023-11-08)
419

520

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version"
77

88
var (
99
// Version is the main version number that is being run at the moment.
10-
Version = "1.2.1" // x-release-please-version
10+
Version = "1.3.0" // x-release-please-version
1111

1212
// VersionPrerelease is A pre-release marker for the Version. If this is ""
1313
// (empty string) then it means that it is a final release. Otherwise, this

0 commit comments

Comments
 (0)