Skip to content

Releases: vivantel/terraform-provider-paddle

v0.8.3

Choose a tag to compare

@github-actions github-actions released this 14 Sep 06:05
chore: update CHANGELOG for v0.8.3 release

Refs: docs/skills/release-with-kms-changelog.md
Refs: docs/guardrails/configurable-timeouts-need-a-hard-ceiling.md

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 10 Sep 06:57
docs: add v0.8.2 CHANGELOG entry

Generated from commit history since v0.8.1 (one commit: grpc dependency bump to 1.83.2).

Refs: docs/skills/release-with-kms-changelog.md
Refs: docs/facts/0004-versioning-v0.1.0-and-changelog.md

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 09 Sep 21:54
Republishes v0.8.0's content under a new version number -- v0.8.0's
tag was deleted/recreated after first publish, causing a Registry
checksum mismatch. See CHANGELOG.md.

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 21:09

⚠️ Broken — do not use. This version's tag was deleted and recreated after first publish (to drop a stray commit-message trailer), which produced different build checksums than what the Terraform Registry had already permanently cached for 0.8.0. terraform init against this version fails with a checksum mismatch. Use v0.8.1 instead — same intended content, clean checksums. See CHANGELOG.md for details.

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 06:11
v0.7.0 — contract-diff checker, paddle_notification_setting_secret ep…

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 03 Sep 16:09
v0.6.1 — human-friendly provider docs/examples, grpc DoS CVE patch, C…

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 11:07
54055d6
v0.6.0 — PII audit fix, four plural/list data sources, paddle_notific…

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 23:29
7b8bf33
v0.5.0 — lookup data sources (subscription, transaction, customer, ev…

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 12:41
0ac6ae5
v0.4.0 — stable: Terraform actions for Paddle (adjustments, subscript…

v0.4.0-beta.1

v0.4.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Aug 22:39
First Terraform actions in this provider: paddle_adjustment
(refund/credit) and paddle_subscription_cancel/pause/resume/charge.
Requires Terraform >= 1.14.0.

Beta: adjustments' core path (invoke-twice-confirm-once) and the
always-available subscription error path are verified against the real
sandbox; the subscription actions' success paths (pause/resume,
charge) have not yet been exercised against a real sandbox subscription
-- Paddle subscriptions can only be created via a real checkout with a
test card, outside this release's automation. See CHANGELOG.md and
docs/decisions/0010-v3-scope-lifecycle-actions.md.