Thoth SDK
sdk v0.1.15 / proxy v0.3.3

Versioning and Releases

Terraform provider versioning model and upgrade guidance.

The Thoth Terraform provider follows semantic versioning.

Current stable release

  • Stable: v0.1.11

Pin to the minor line to receive patch updates:

required_providers {
  thoth = {
    source  = "atensecurity/thoth"
    version = ">= 0.1.11"
  }
}

Upgrade process

  1. Review provider release notes in GitHub Releases and the Terraform Registry.
  2. Run terraform init -upgrade.
  3. Validate plan output in non-production environments.
  4. 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.

On this page