Releases: hashicorp/packer-plugin-ncloud
v1.1.2
What's Changed
Bug fixes🧑🔧 🐞
- fix: Error when copying a server image with added storage by @youngmn in #74
- chore: Fix logs that output pointer addresses and cause lint errors by @youngmn in #75
Other Changes
- bump go 1.18 to 1.19 by @lbajolet-hashicorp in #67
- Bump github.com/hashicorp/packer-plugin-sdk from 0.4.0 to 0.5.1 by @dependabot in #68
- Migration plugin docs to integration framework by @nywilken in #69
- makefile: remove old docs targets by @lbajolet-hashicorp in #72
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #73
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
Notes
This release fixes a regression that was introduced in release v1.0.5, where the deprecated configuration attribute access_control_group_configuration_no
was partially removed. In this released the deprecated attribute has been removed entirely.
What's Changed
Bug fixes🧑🔧 🐞
- fix: Resolve unknown configuration key error by @wonchulee in #64
Other Changes
- .gitignore: ignore crash.log by @lbajolet-hashicorp in #61
- cleanup github workflows by @lbajolet-hashicorp in #63
Full Changelog: v1.0.5...v1.1.0
v1.0.5
Notes
Users are encouraged to skip this release and use vesion 1.1.0.
This release contains a configuration parsing issue that results in an unknown configuration key error 👇🏽
Error: 1 error occurred:
* unknown configuration key: '"access_control_group_configuration_no"'
What's Changed
Exciting New Features 🎉
Other Changes
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.4 to 0.4.0 by @dependabot in #57
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #53
New Contributors
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
Exciting New Features 🎉
- Support
site
andregion_code
arguments by @wonchulee in #54 - Bump github.com/hashicorp/packer-plugin-sdk from 0.3.1 to 0.3.4 by @dependabot in #52
Other Changes
- Bump github.com/hashicorp/packer-plugin-sdk from 0.2.13 to 0.3.0 by @dependabot in #33
- goreleaser: add missing target goos/goarch by @lbajolet-hashicorp in #34
- Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.13.0 by @dependabot in #35
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.0 to 0.3.1 by @dependabot in #37
- Update Plugin binary releases to match Packer by @nywilken in #41
- [COMPLIANCE] Update MPL 2.0 LICENSE by @hashicorp-copywrite in #43
- go.mod: bump go version from 1.17 to 1.18 by @lbajolet-hashicorp in #48
- .gitignore: ignore .docs by @lbajolet-hashicorp in #49
New Contributors
- @lbajolet-hashicorp made their first contribution in #34
- @hashicorp-copywrite made their first contribution in #43
- @wonchulee made their first contribution in #54
Full Changelog: v1.0.3...v1.0.4
v1.0.3
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
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
Exciting New Features 🎉
- remove dependency VPC/Subnets in packer by @sangkyu-kim in #28
Other Changes
- Validate plugin from the packer-sdc plugin-validate command by @azr in #19
- goreleaser: auto-generate changelog file by @azr in #26
New Contributors
- @sangkyu-kim made their first contribution in #28
Full Changelog: v1.0.1...v1.0.2
v1.0.1
update docs and changelog
v1.0.0
cut 1.0.0 release
v0.0.2
use correct docs