Releases: ucloud/packer-plugin-ucloud
v1.0.9
What's Changed
Other Changes
- support uk8s custom image and custom boot disk size by @wangrzneu in #70
New Contributors
- @wangrzneu made their first contribution in #70
Full Changelog: v1.0.8...v1.0.9
v1.0.8
This release addresses the issue to support HCL. Previously, user can't use HCL syntax to compose the file to build uhost image.
With this release, both json and HCL are supported. To align with the upstream, we recommend user to migrate to HCL as it is easier to understand. Other minor changes include:
- Bump up golang to 1.20
- GPG-signed commits, tags and binaries
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
Other Changes
- Bump github.com/zclconf/go-cty from 1.10.0 to 1.13.1 by @dependabot in #67
Full Changelog: v1.0.6...v1.0.7
v1.0.6
Full Changelog: v1.0.2...v1.0.6
- Transfer repository ownership to UCloud from Hashicorp
- Upgrade golang to 1.20.3
v1.0.2
What's Changed
Other Changes
- goreleaser: add missing target goos/goarch by @lbajolet-hashicorp in #36
- Bump github.com/hashicorp/packer-plugin-sdk from 0.2.13 to 0.3.0 by @dependabot in #35
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.0 to 0.3.1 by @dependabot in #39
- Update Plugin binary releases to match Packer by @nywilken in #43
- Fix CI by @lbajolet-hashicorp in #44
- [COMPLIANCE] Update MPL 2.0 LICENSE by @hashicorp-copywrite in #46
- docs: fix references to internal documentation by @lbajolet-hashicorp in #49
- go.mod: bump go version from 1.17 to 1.18 by @lbajolet-hashicorp in #53
- .gitignore: ignore .docs by @lbajolet-hashicorp in #55
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.1 to 0.4.0 by @dependabot in #62
New Contributors
- @lbajolet-hashicorp made their first contribution in #36
- @hashicorp-copywrite made their first contribution in #46
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Note
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.
What's Changed
Bug fixes🧑🔧 🐞
- Bump packer-plugin-sdk to address legacy SSH key algorithms in SSH communicator
Other Changes
- Validate plugin from the packer-sdc plugin-validate command by @azr in #24
- goreleaser: auto-generate changelog file by @azr in #30
- Update release signing configuration by @nywilken in #31
New Contributors
Full Changelog: v1.0.0...v1.0.1
v1.0.0
cut v1.0.0 release
v0.0.1
fix failing test