Releases: UpCloudLtd/packer-plugin-upcloud
Releases · UpCloudLtd/packer-plugin-upcloud
v1.9.2
v1.9.1
What's Changed
- chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #106
- chore(deps): bump github.com/ulikunitz/xz from 0.5.10 to 0.5.14 by @dependabot[bot] in #108
- fix(builder): add network interface validation by @thevilledev in #107
- chore: prepare release v1.9.1 by @thevilledev in #109
- fix: broken xz dependency by @thevilledev in #110
Full Changelog: v1.9.0...v1.9.1
v1.9.0
Added
- Support for using API token from system keyring.
Changed
- If both basic authentication and API token are provided, the API token will be used instead of raising an error.
v1.8.1
Fixed
- Use
ziparchive format for release assets - Update Go version to 1.25.0
v1.8.0
v1.7.0
Added
- Authentication token support through
UPCLOUD_TOKENenvironment variable andtokenconfig parameter
Fixed
- Update Go version to 1.24.4
v1.6.0
v1.5.3
Fixed
- Update UpCloud Go SDK to v6 and fix security vulnerabilities
v1.5.2
v1.5.1
Fixed
- client timeout when importing large images