Releases: outscale/terraform-provider-outscale
Releases · outscale/terraform-provider-outscale
v1.0.0-rc.2
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
v0.12.0
0.12.0 (April 13, 2024)
BUG FIXES:
- Update documentation about creating two NICs on a single VM (GH-424)
FEATURES:
- Update subregion data_source(s) (filters) (GH-434)
- Update net_peerings data_source(s) (filters) (GH-433)
- Update vm_types data_source(s) (filters) (GH-432)
- Update vm data_source(s) (filters) (GH-431)
- Enable to set a route table as Main (GH-362)
IMPROVEMENT:
- Update tests and osc-sdk-go
- Somes refactoring
v0.11.0
v0.10.0
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
0.9.1 (April 27, 2023)
BUG FIXES:
- Fix terraform documentation
v0.9.0
v0.8.2
Release_v0.8.2
v0.8.1
Release_v0.8.1
v0.8.0
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 formoutscale-dev
tooutscale
organization