mirror of
https://github.com/outbackdingo/terraform-provider-ct.git
synced 2026-01-27 02:20:29 +00:00
7.0 KiB
7.0 KiB
terraform-provider-ct
Notable changes between releases.
Latest
v0.14.0
- Update Butane from v0.24.0 to v0.25.1 (#223, #219, #212, #199)
- Update Ignition from v2.22.0 to v2.24.0 (#226, #220, #215)
- Update Terraform Plugin SDK from v2.36.0 to v2.38.1 (#222, #221)
- Add experimental
files_dirsupport to allow embedding local files relative to directory (5d67e66) - Improve error messages by including Butane translate reports (8782f05)
- Update Go from v1.19 to v1.24.0 with toolchain v1.25.3
v0.13.0
- Update the target stable Ignition spec version to v3.4.0 (#156)
- Remove deprecated
platformfield - Move implementation to an
internalpackage (#157)
v0.12.0
- Remove support for Container Linux Configs (#132)
- Butane Configs support
fcosandflatcarvariants - Focus on converting Butane Configs (with different variants) to Ignition
- Flatcar Linux now supports Ignition v3.3.0
- Butane Configs support
- Remove unused
github.com/coroes/ignition(v1) dependencies - Deprecate the
platformfield, it's no longer used
v0.11.0
- Update coreos/butane from v0.14.0 to v0.15.0 (#126)
- Add
flatcarButane Config variant with spec version 1.0.0 (generates Ignition v3.3.0)
- Add
- Deprecate Container Linux Configs (please migrate to Butane Configs)
- Update Go version to v1.18
v0.10.0
- Change how older (< 1.4) Butane Configs are parsed to Ignition (#116)
- Parse Ignition bytes to the forward compatible Ignition version (docs)
- Parse v1.3 Butane Configs to Ignition v3.3
- Parse v1.2 Butane Configs to Ignition v3.3
- Parse v1.1 Butane Configs to Ignition v3.3
- Parse v1.0 Butane Configs to Ignition v3.3
- Add support for verison skew among Butane Config snippets
- Butane Config and snippets will always convert to the current Ignition version
v0.9.2
- Update butane, ignition, and Terraform SDK modules
v0.9.1
- Update Go version to v1.16+
- Add
darwin-arm64release target
v0.9.0
- Add Butane Config v1.4.0 support (#100)
- Accept Butane v1.4.0 config/snippets and render Ignition v3.3.0
- Rename Fedora CoreOS Configs to Butane Configs
- Remove Go module vendoring
- Remove tarball release format
v0.8.0
v0.7.1
- Fix possible empty rendered Ignition (#72)
- Fix regression in rendering Fedora CoreOS v1.1.0 Configs with
snippetsandpretty_print = false
- Fix regression in rendering Fedora CoreOS v1.1.0 Configs with
- Remove Terraform v0.12.x instructions
v0.7.0
- Add Fedora CoreOS Config v1.2.0 support (#71)
- Accept FCC v1.2.0 and output Ignition v3.2.0
v0.6.1
v0.6.0
- 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
- Allow empty string snippets (#61)
v0.5.0
- 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
- Support Fedora CoreOS Config
content(#52)- Render Container Linux Config
contentin Ignition v2.2 format - Render Fedora CoreOS
contentin Ignition v3.x format (determined by their own version)
- Render Container Linux Config
- Add
strictfield for strict validation (defaults to false) (#53)
v0.3.2
- Add compatibility with Terraform v0.12. Retain v0.11 compatibility (#37)
v0.3.1
- 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
- Render Ignition Configs at Ingition v2.2.0
- Add
snippetsfield for appending Container Linux Configs tocontent(#22) - Update
ctto v0.8.0
v0.2.1
- Add
snippetsfield for appending Container Linux Configs tocontent(#22)
v0.2.0
- Render Ignition Configs at Ignition v2.0.0
- Add
platformfield to thect_configdata source - Add support for platform dynamic templating
- Update to support Terraform v0.9.2+
- Update Container Linux
ctto v0.3.1
v0.1.0
Initial release as tf-provider-fuze.