Releases: zededa/terraform-provider-zedcloud
Releases · zededa/terraform-provider-zedcloud
v2.0.8
What's Changed
- chore: fix typos by @fabian-zededa in #60
- feat(client): support retries of failed requests by @fabian-zededa in #61
Full Changelog: v2.0.7...v2.0.8
v2.0.7
feat: add schema documentation (#59)
v2.0.6
Eng 786 do not require UUID in node base image (#58) * chore(node): add udpate test
v2.0.5
fix(app instance): fix schema so that plan doesn't result in diff
v2.0.4
chore: increase go version in release action (#56)
v1.0.8
fix check for valid states (#51)
v1.0.7
fix: do not report diff on adminstate_config when in registered state…
v1.0.6
1) Added support for ac_version field in app manifest (#49) 2) Set acKind attribute in app manifest - derive it from App Type
v1.0.5
What's Changed
- Fix bug in processing App Manifest by @kalyan-nidumolu in #43
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- PIgnore DeploymentType field in AppInstance. This was wrongly set as RW. Marked it as OBSOLETE
- Fixes to handle Spurious diffs in terraform plan
- Changed StaticDNSEntryResourceSchema.addrs to Set from List. This doesn't change the syntax of the config file. And the field is always intended to carry unique values. So this is a backward compatible change.
- Removed the duplicate structure - staticDNSListSchema. Use StaticDNSEntryResourceSchema for both Network and Network Instance.
- Regenerate Schema Documentation
Full Changelog: v1.0.3...v1.0.4