OVHcloud Plugin Release Notes
0.1.3
Fix: Volumes deleted outside of formae are now reliably removed from the inventory after synchronization. Previously, out-of-band volume deletions could go undetected indefinitely because the OVH API reports deleted volumes with a deleted status rather than returning a 404.
Fix: Private subnet provisioning no longer fails intermittently with "network does not exist" errors. The plugin now verifies the parent network is fully propagated across OVH API endpoints before reporting it as ready, preventing a race condition caused by eventual consistency between the network and subnet APIs.
0.1.2
Fix: Spurious diffs during updates and synchronization for provider-populated fields across multiple resource types: network shared and mtu, port security_groups, description and mac_address, subnet allocation_pools, private network vlanId, and S3 bucket ownerId and objectLock.
0.1.1
Feature: Added S3-compatible bucket support with schema definitions and discovery for OVH Object Storage buckets.
Fix: Fixed bucket storage operations after field renames in the upstream API.
Fix: Fixed private subnet reads that returned incomplete data.
Fix: Fixed the ResponseTransformer in apply status handling, which could cause commands to report incorrect status.
0.1.0
Initial release of the OVH plugin as a standalone package built on the formae Plugin SDK.