Skip to content

Releases: outscale/packer-plugin-outscale

v1.0.5

17 Jan 10:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

17 Jan 09:48
6d60832
Compare
Choose a tag to compare

WARNING: This version is broken, do not use it

What's Changed

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

v1.0.3

20 Sep 11:35
75da34d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

07 Oct 15:09
@azr azr
349a2c3
Compare
Choose a tag to compare
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

14 Jul 14:02
Compare
Choose a tag to compare
use packer-plugins-check from 1.7.2

v1.0.0

15 Jun 01:59
Compare
Choose a tag to compare
cut v1.0.0 release

v0.0.1

14 Jul 15:38
Compare
Choose a tag to compare
add known codeowners