Skip to content

Releases: zededa/terraform-provider-zedcloud

v2.0.8

20 Feb 14:47
24f45e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.7...v2.0.8

v2.0.7

17 Feb 16:59
d2d5802
Compare
Choose a tag to compare
feat: add schema documentation (#59)

v2.0.6

17 Feb 14:31
a54c272
Compare
Choose a tag to compare
Eng 786 do not require UUID in node base image (#58)

* chore(node): add udpate test

v2.0.5

16 Feb 17:31
4f95411
Compare
Choose a tag to compare
fix(app instance): fix schema so that plan doesn't result in diff

v2.0.4

15 Feb 17:21
d45637f
Compare
Choose a tag to compare
chore: increase go version in release action (#56)

v1.0.8

24 Jan 18:41
0807787
Compare
Choose a tag to compare
fix check for valid states (#51)

v1.0.7

24 Jan 13:13
025a80a
Compare
Choose a tag to compare
fix: do not report diff on adminstate_config when in registered state…

v1.0.6

03 Jan 15:18
e5a7f57
Compare
Choose a tag to compare
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

23 Sep 08:26
ebe2ef5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

23 Aug 21:04
ca40a14
Compare
Choose a tag to compare

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