Skip to content

Releases: outscale/terraform-provider-outscale

v1.0.0-rc.2

13 Sep 09:24
v1.0.0-rc.2
Compare
Choose a tag to compare

1.0.0-rc.2 (September 13, 2024)

BUG FIXES:

  • Error when setting endpoints in Provider configuration (GH-475)
  • Error on plan after migration v1.0.0 on link public IP (GH-469)
  • Bug with the vpn connection (GH-468)
  • Migration to1.0.0-rc.1: outscale_net_peering and outscale_net_peering_acceptation errors(GH-464)
  • Fail to import ouscale_nic if the NIC is attached to a public IP (GH-461)

IMPROVEMENTS:

  • Update tests and osc-sdk-go
  • Some refactoring

v1.0.0-rc.1

20 Jun 09:25
v1.0.0-rc.1
Compare
Choose a tag to compare

1.0.0-rc.1 (June 19, 2024)

BUG FIXES:

  • Error in attributes value for healthy_threshold (GH-450)

FEATURES:

  • Enable adding Tag on boot disk (GH-110)
  • Enable linked multiple flexible GPUs to VM (GH-220)

IMPROVEMENTS:

  • Rename outscale_volumes_link to outscale_volume_link
  • Upgrade to Terraform-plugin-sdkv2 and terraform-plugin-framework (GH-150)
  • Some refactoring

v0.12.0

05 Apr 13:59
Compare
Choose a tag to compare

0.12.0 (April 13, 2024)

BUG FIXES:

  • Update documentation about creating two NICs on a single VM (GH-424)

FEATURES:

IMPROVEMENT:

  • Update tests and osc-sdk-go
  • Somes refactoring

v0.11.0

13 Feb 10:55
v0.11.0
Compare
Choose a tag to compare

0.11.0 (February 13, 2024)

FEATURES:

  • Support for Creating Security Group Rules Using Security Group Names (GH-399)

IMPROVEMENT:

  • Update tests and osc-sdk-go
  • Somes refactoring

v0.10.0

10 Nov 14:31
v0.10.0
Compare
Choose a tag to compare

BUG FIXES:

  • Delete igw with TF take always more than 1m (GH-366
  • Security Group not restored on VMs when removed outside of terraform (GH-369
  • Plugin crashed when NAT not found (GH-373

FEATURES:

  • Add "ToCreationDate" and "FromCreationDate" to snapshots data_source(s) filters (GH-344)
  • Add block for primary_nic in VM to avoid conflict with nic block inside VM and link_nic resouces (GH-376)
  • Implement snapshot creation before volume deletion by terraform destroy (GH-367)
  • Support differential updates for outscale_load_balancer_vms (GH-54)

IMPROVEMENT:

  • Remove other inbound_rules and outbound_rules from outscale_security_group_rule (GH-286)

v0.9.1

27 Apr 14:02
v0.9.1
Compare
Choose a tag to compare

0.9.1 (April 27, 2023)

BUG FIXES:

  • Fix terraform documentation

v0.9.0

24 Apr 13:26
v0.9.0
Compare
Choose a tag to compare

BUG FIXES:

  • Cannot create access_key without "expiration_date" (GH-342)

FEATURES:

  • Implement all_vms parametter in vm_state datasource(s) (GH-291)

IMPROVEMENT:

  • Using environment secret and remove pull_request_target
  • Split acceptances tests

v0.8.2

10 Feb 10:00
v0.8.2
Compare
Choose a tag to compare
Release_v0.8.2

v0.8.1

09 Feb 16:42
Compare
Choose a tag to compare
Release_v0.8.1

v0.8.0

09 Feb 15:59
Compare
Choose a tag to compare

BUG FIXES:

  • Timeout for Image/Snapshot export task is too long (GH-87)
  • Terminated VMs cannot be restarted (GH-89)
  • Better handle "is_source_dest_checked" option on outscale_vm (GH-108)
  • Error message when updating tags on linked volumes (GH-221)
  • Incorrect iops value in block_device_mappings (GH-239)
  • Improve error message when the used endpoint/proxy is invalid (GH-245)

FEATURES:

  • Check the behaviour of the provider when the resource is removed manually by the user (GH-19)
  • "bsu_optimized" parameter in VM is deprecated in our API (GH-217)

IMPROVEMENT:

  • Move terraform-provider-outscale repository form outscale-dev to outscale organization