[1.3.0-alpha.1] - 2025-09-30
v1.3.0-alpha.1 adds support for OUTSCALE Kubernetes as a Service (OKS) in the Terraform provider with:
Resources:
outscale_oks_project
- Manage OKS projectsoutscale_oks_cluster
- Manage Kubernetes clusters within OKS projects
Data Sources:
outscale_oks_quotas
- Retrieve OKS account quotasoutscale_oks_kubeconfig
- Fetch OKS cluster kubeconfig
It also adds support for the Protocol Version 6, using the Protocol Version 5 to 6 Muxer.
✨ Added
- ✨ feat: Protocol Version 6 support
- ✨ feat: osc-sdk-go@v3 support for OKS
- ✨ feat: OKS Cluster resource
- ✨ feat: OKS Project resource
- ✨ feat: OKS Quotas datasource
- ✨ feat: OKS Kubeconfig datasource
🛠️ Changed / Refactoring
- 🔊 chore: wrap SDKv3 logger to tflog
📝 Documentation
- 📝 docs: Adding missing templates
- 📝 docs: Adding OKS project resource
- 📝 docs: Adding OKS kubeconfig datasource
- 📝 docs: Adding OKS cluster resource
- 📝 docs: Adding OKS cluster resource - typo fix
🐛 Fixed
- 🐛 fix(lbu): datasource backend_vm_ids element type #580
🌱 Others
- 👷 ci: Update sanity scan file
- 🔧 config: Add codeowners file to help selecting reviewers
- 🔨 chore: Add label sync script
- 👷 ci: Update cred-scan workflow
- 👷 ci: use github changelog for goreleaser