This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
Releases: symopsio/terraform-provider-sym
Releases · symopsio/terraform-provider-sym
v1.13.3
v1.13.2
Update goreleaser file to match scaffolding repo (#120) Co-authored-by: Komal Ali <[email protected]>
v1.13.1
What's Changed
- Terraform documentation by @komalali in #115
- Attribute descriptions for documentation by @komalali in #116
- Add manifest file by @komalali in #119
- Log Destination and Integration Examples by @komalali in #117
- Fix up provider docs by @komalali in #118
- [SYM-3925] Add deprecation warning for list type fields by @Arianna2028 in #121
- Update goreleaser file to match scaffolding repo by @syminfrastructure in #120
New Contributors
- @syminfrastructure made their first contribution in #120
Full Changelog: v1.13.0...v1.13.1
v1.13.0
v1.12.0
v1.11.2
What's Changed
- [SYM-3846] Make sym_runtime.context_id optional by @Arianna2028 in #112
Full Changelog: v1.11.1...v1.11.2
v1.11.1
What's Changed
- [SYM-3790] Add support for new schedule_deescalation flag by @Arianna2028 in #107
- [SYM-3790] Followup: fix sym_flow resource acceptance test by @Arianna2028 in #109
Full Changelog: v1.11.0...v1.11.1
v1.11.0 (unreleased)
What's Changed
- [SYM-3790] Add support for new schedule_deescalation flag by @Arianna2028 in #107
Full Changelog: v1.10.2...v1.11.0
v1.10.2
Names diffs are now case insensitive.
We recently lowercased all slugs on database and made it so every new slugs will get inserted in its lowercased format, but customers with slugs with capital letters in their Terraform project will get a diff showing the capitalization difference.
This PR changes the way names (aka slugs API side) are being diffed to not show capitalization differences in names.
v1.10.1
What's Changed
- fix: target_id -> identifier in acceptance test by @Arianna2028 in #104
- Install TF before running acceptance tests by @komalali in #105
- [SYM-3789] Support sym_flows without strategies by @Arianna2028 in #106
Full Changelog: v1.10.0...v1.10.1