Releases: outscale/packer-plugin-outscale
Releases · outscale/packer-plugin-outscale
v1.0.5
v1.0.4
WARNING: This version is broken, do not use it
What's Changed
- Handle globalPermission: allow image to be public by @outscale-hmi in #79
- Update Example to match the new version of packer by @outscale-hmi in #80
- update go version for CI by @outscale-hmi in #90
- fix go fmt by @outscale-hmi in #93
- Fix lint and update workflow CI to use ubuntu and go latest version by @outscale-hmi in #92
- add example fo test most-recent-omiFilter by @outscale-hmi in #85
- add logs for mostRecent test by @outscale-hmi in #97
- fix indent workflow yaml file by @outscale-hmi in #96
- fix read me format by @outscale-hmi in #100
- Bump github.com/zclconf/go-cty from 1.10.0 to 1.11.1 by @dependabot in #99
- Fix make generate and go-cty by @outscale-hmi in #106
- remove handling of spot instance as we don't have such a use case in … by @outscale-hmi in #108
- add examples with the 3 builders by @outscale-hmi in #103
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Bump github.com/hashicorp/packer-plugin-sdk from 0.2.3 to 0.2.7 by @dependabot in #43
- Validate plugin from the packer-sdc plugin-validate command by @azr in #45
- Bump github.com/zclconf/go-cty from 1.9.1 to 1.10.0 by @dependabot in #44
- Bump github.com/hashicorp/packer-plugin-sdk from 0.2.7 to 0.2.9 by @dependabot in #47
- Post migration fixes by @azr in #48
- add .github/releases.yml by @azr in #50
- Bump github.com/hashicorp/hcl/v2 from 2.10.1 to 2.11.1 by @dependabot in #49
- Bump github.com/hashicorp/packer-plugin-sdk from 0.2.9 to 0.2.10 by @dependabot in #51
- Bump github.com/hashicorp/packer-plugin-sdk from 0.2.10 to 0.2.11 by @dependabot in #52
- Migrate CI from Circle-Ci to GitHb Action by @outscale-mdr in #53
- goreleaser: auto-generate changelog by @azr in #55
- Add credential checking by @jerome-jutteau in #59
- Fix docs links by @outscale-mdr in #60
- Add version into User-Agent by @outscale-mdr in #56
- Explicit message on missing params by @outscale-mdr in #61
- Support for the HCP Packer registry by @outscale-hmi in #70
- Remove wrong setting of Profile by @outscale-hmi in #64
- bump packer sdk version to address legacy SSH key algorithms in SSH communicator by @outscale-hmi in #78
- Bump github.com/hashicorp/hcl/v2 from 2.11.1 to 2.14.0 by @dependabot in #74
- Bump github.com/hashicorp/packer-plugin-sdk from 0.2.12 to 0.3.2 by @dependabot in #81
- Auto-merge dependabot requests when tests are OK by @outscale-hmi in #82
- Update release.yml by @nywilken in #83
- update github token in worflow ci by @outscale-hmi in #84
New Contributors
- @azr made their first contribution in #45
- @jerome-jutteau made their first contribution in #59
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Improve the shutdown Behavior handler (#41) * Update osc-sdk-go This update is to fix the issue that DeleteOnVmDeletion was taken into account when submitting the request to the API * Reject misconfiguration We cannot set shutdown_behavior to terminate and in the same time, delete_on_vm_deletion to true for the launching device. The reason why is because we stop the VM and then we perform the snapshot but in this case, the volume is no longer available. * Change the way we wait the VM When the VM will be terminate, the state will never be 'stopped', in this case we need to wait for 'deleted' * Add tests for these fixes - builder => reject when shutdown_behavior is terminate and delete_on_vm_deletion is true - acc => test that the snapshot is performed when the delete_on_vm_deletion is terminate * Fix compilation and test errors * Refactoring of shutdown behaviors
v1.0.1
use packer-plugins-check from 1.7.2
v1.0.0
cut v1.0.0 release
v0.0.1
add known codeowners