Versioning and Releases
Terraform provider versioning model and upgrade guidance.
The Thoth Terraform provider follows semantic versioning.
Current stable release
- Stable:
v0.1.11
Recommended version constraints
Pin to the minor line to receive patch updates:
Upgrade process
- Review provider release notes in GitHub Releases and the Terraform Registry.
- Run
terraform init -upgrade. - Validate plan output in non-production environments.
- Promote to production after approval.
Release publication
Provider binaries are released from the public provider repository and published to Terraform Registry using signed release artifacts.