1.6.0 (2024-08-14)
1.5.4 (2024-08-06)
1.5.3 (2024-07-09)
1.5.2 (2024-06-18)
1.5.1 (2024-06-06)
1.5.0 (2024-06-05)
- add HCP packer support (#122) (85435ef)
- allow disabling the server public ips (#190) (82e6cdb), closes #188
1.4.0 (2024-05-06)
1.3.0 (2024-01-09)
- add labels options to server and ssh keys (#128) (3f7dcae)
- use existing IP for server create (#144) (1ebdfe7)
- do not pass nil error to error handler (#145) (e742263)
- improve logs messages and error handling (#139) (2f2bcf1)
- improve missing hcloud token error (#138) (e47f476)
1.2.1 (2023-11-08)
1.2.0 (2023-11-08)
- transfer the packer plugin to the
hetznercloud
organization (f3d1ed1)
1.2.0-rc1 (2023-11-07)
1.2.0-rc0 (2023-11-02)
1.1.1 (2023-11-01)
- Add networks in config to allow attaching server to private net by @magec in #45
- makefile: remove old docs targets by @lbajolet-hashicorp in #88
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #90
- @magec made their first contribution in #45
1.1.0 (2023-09-25)
- Change server type after create by @MarkusFreitag in #62
- feat: add support for ARM APIs by @apricote in #75
- chore(deps): migrate to hcloud-go v2 by @apricote in #83
- Update hcloud-go client to use Plugin version information by @apricote in #70
- docs: fix references to internal documentation by @lbajolet-hashicorp in #57
- Update docs to be HCL2 by @nebloc in #55
- docs: add example for plugin by @apricote in #74
- doc: remove freebsd64 from rescue system list by @fsrv-xyz in #73
- Update Plugin binary releases to match Packer by @nywilken in #50
- go.mod: run go mod tidy on go.mod/go.sum by @lbajolet-hashicorp in #51
- [COMPLIANCE] Update MPL 2.0 LICENSE by @hashicorp-copywrite in #53
- go.mod: bump go version from 1.17 to 1.18 by @lbajolet-hashicorp in #60
- Fix issues reported by Go checks by @nywilken in #47
- .gitignore: ignore .docs by @lbajolet-hashicorp in #61
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.1 to 0.4.0 by @dependabot in #69
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #66
- .gitignore: ignore crash.log by @lbajolet-hashicorp in #76
- cleanup github workflows by @lbajolet-hashicorp in #78
- bump go 1.18 to 1.19 by @lbajolet-hashicorp in #81
- Bump github.com/hashicorp/packer-plugin-sdk from 0.4.0 to 0.5.1 by @dependabot in #82
- Migration plugin docs to integration framework by @nywilken in #84
- version: prepare v1.1.0 release by @lbajolet-hashicorp in #89
- @hashicorp-copywrite made their first contribution in #53
- @nebloc made their first contribution in #55
- @MarkusFreitag made their first contribution in #62
- @apricote made their first contribution in #70
- @fsrv-xyz made their first contribution in #73
1.0.5 (2022-08-04)
- Use SDK communicator to generate SSH key pair by @Feder1co5oave in #39
- goreleaser: add missing target goos/goarch by @lbajolet-hashicorp in #40
- Bump github.com/hashicorp/packer-plugin-sdk from 0.2.13 to 0.3.1 by @dependabot in #44
- @lbajolet-hashicorp made their first contribution in #40
- @Feder1co5oave made their first contribution in #39
1.0.4 (2022-05-25)
This release contains the latest golang.org/x/crypto/ssh module which implements client authentication support for signature algorithms based on SHA-2 for use with existing RSA keys. Previously, a client would fail to authenticate with RSA keys to servers that reject signature algorithms based on SHA-1.
- Bump packer-plugin-sdk to address legacy SSH key algorithms in SSH communicator
1.0.3 (2022-05-06)
- goreleaser: auto-generate changelog file by @azr in #29
- Update release signing configuration by @nywilken in #32
- Add pre validate step check for snapshot names. Invoking packer build -force will bypass the checks, thus multiple snapshots with the same name will allowed. This is equivalent to the previous behavior of this plugin. [GH-17] [GH-18]
- Upgrade packer-plugin-sdk to v0.2.9. [GH-23]
- Add SSH key support for the Freebsd64 Rescue System. [GH-9]
- Bump to Go 1.17
- upgrade packer-plugin-sdk to v0.2.3. [GH-8]
- initial extraction of hcloud plugin from Packer core.