Skip to content

Releases: poseidon/terraform-provider-ct

v0.6.1

09 Aug 01:58
v0.6.1
Compare
Choose a tag to compare
  • Add Linux ARM64 release artifacts (#66)
  • Fix zip archive artifacts for Darwin and Windows (#67)

v0.6.0

23 Jul 05:46
v0.6.0
Compare
Choose a tag to compare
  • Add Fedora CoreOS Config v1.1.0 support (#63)
    • Accept FCC v1.1.0 and output Ignition v3.1.0
    • Continue to support FCC v1.0.0 and output Ignition v3.0.0
    • Support merging FCC snippets into v1.0.0 or v1.1.0 FCC content
    • Note: Version skew among snippets and content is not supported
  • Change Container Linux Config to render Ignition v2.3.0 (#60)
  • Add zip archive format with signed checksum

v0.5.1

10 Jun 06:36
v0.5.1
Compare
Choose a tag to compare
  • Allow empty string snippets (#61)

v0.5.0

28 Mar 23:58
v0.5.0
Compare
Choose a tag to compare
  • Add support for Fedora CoreOS snippets (#58)
  • Migrate to the Terraform Plugin SDK (#56)
  • Upgrade fcct from v0.1.0 to v0.4.0 (#57)

v0.4.0

17 Jul 05:31
v0.4.0
Compare
Choose a tag to compare
  • Add strict field for strict validation (defaults to false) (#53)
  • Support Fedora CoreOS Config content (#52)
    • Render Container Linux Config content in Ignition v2.2 format
    • Render Fedora CoreOS content in Ignition v3.x format (determined by their own version)

v0.3.2

27 May 17:51
v0.3.2
Compare
Choose a tag to compare
  • Add compatibility with Terraform v0.12. Retain v0.11 compatibility (#37)

v0.3.1

03 Mar 01:32
v0.3.1
Compare
Choose a tag to compare
  • Document usage with the Terraform 3rd-party plugin directory (#35)
  • Provide pre-compiled binaries from Go v1.11.5
    • Add windows release binaries

v0.3.0

25 Apr 23:58
v0.3.0
276b238
Compare
Choose a tag to compare

Warning: updating between minor versions of this plugin will re-provision machines on existing managed cluster. See the Ignition schema output section in the readme for more information

  • Render Ignition Configs at Ignition 2.2.0
  • Update ct to v0.8.0
  • Add snippets field, a list of Container Linux Configs additively appended to the Container Linux Config in content

v0.2.1

23 Feb 16:22
v0.2.1
Compare
Choose a tag to compare
  • Render Ignition Configs at Ignition 2.0.0
  • Add snippets list of Container Linux configs that are additively appended to the Container Linux config content (see #22)

v0.2.0

03 Aug 19:15
v0.2.0
Compare
Choose a tag to compare
  • Render Ignition Configs at Ignition 2.0.0
  • Add platform field to the ct_config data source
  • Add support for platform dynamic templating
  • Update to support Terraform v0.9.2+
  • Update Container Linux ct to v0.3.1