Skip to content

Commit e6fa01c

Browse files
authored
chore(main): release v1.7.0 (#291)
<!-- section-start changelog --> ### Features - add `skip_create_snapshot` config to the builder (#289) <!-- section-end changelog --> --- <details> <summary><h4>PR by <a href="https://github.com/apricote/releaser-pleaser">releaser-pleaser</a> 🤖</h4></summary> If you want to modify the proposed release, add you overrides here. You can learn more about the options in the docs. ## Release Notes ### Prefix / Start This will be added to the start of the release notes. ```rp-prefix ``` ### Suffix / End This will be added to the end of the release notes. ```rp-suffix ``` </details> Co-authored-by: Hetzner Cloud Bot <>
1 parent 05c6fe0 commit e6fa01c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v1.7.0](https://github.com/hetznercloud/packer-plugin-hcloud/releases/tag/v1.7.0)
4+
5+
### Features
6+
7+
- add `skip_create_snapshot` config to the builder (#289)
8+
39
## [v1.6.1](https://github.com/hetznercloud/packer-plugin-hcloud/releases/tag/v1.6.1)
410

511
### Bug Fixes

version/version.go

Lines changed: 1 addition & 1 deletion
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.6.1" // x-releaser-pleaser-version
10+
Version = "1.7.0" // x-releaser-pleaser-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)