Skip to content

Releases: hashicorp/packer-plugin-ncloud

v1.1.2

01 Nov 09:36
Compare
Choose a tag to compare

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

Full Changelog: v1.1.1...v1.1.2

v1.1.1

17 Jul 15:55
f6ad0d4
Compare
Choose a tag to compare

What's Changed

Other Changes

  • fix: resolve error when using member_server_image_no config by @youngmn in #65

Full Changelog: v1.1.0...v1.1.1

v1.1.0

20 Jun 21:42
Compare
Choose a tag to compare

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

Full Changelog: v1.0.5...v1.1.0

v1.0.5

11 Apr 22:03
0ed9548
Compare
Choose a tag to compare

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 🎉

  • fix: region and region_code argument by @youngmn in #59

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

23 Feb 17:48
ffaed72
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Support site and region_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

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

25 May 15:28
1c5621b
Compare
Choose a tag to compare

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

28 Feb 14:43
@azr azr
925ff89
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

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

Full Changelog: v1.0.1...v1.0.2

v1.0.1

25 Aug 17:48
Compare
Choose a tag to compare
update docs and changelog

v1.0.0

14 Jun 23:45
Compare
Choose a tag to compare
cut 1.0.0 release

v0.0.2

20 Apr 12:24
Compare
Choose a tag to compare
use correct docs