❗ Important change
The backend stopped returning the secret
field when setting webhooks secrets for security reasons. Related pull request.
Consequences:
spacelift_named_webhook
andspacelift_webhook
data sources got thesecret
field removed- For
spacelift_audit_trail_webhook
,spacelift_named_webhook
andspacelift_webhook
resources thesecret
field will be set to an empty string in the state, sort of a set & forget mode. Changing the secret requires creating a new resource.
What's Changed
- fix: install TF on doc workflow by @eliecharra in #597
- Don't recreate contexts on rename by @zhimsel in #591
- fix: tests by @eliecharra in #600
- Fix
secret
field shenanigans caused by backend change by @peterdeme in #605 - chore: update Go dependencies by @peterdeme in #602
- Add description to
spacelift_mounted_file
by @peterdeme in #604
New Contributors
Full Changelog: v1.19.1...v1.20.0