diff --git a/CHANGES.md b/CHANGES.md index 10b5e3e..925cd52 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,15 @@ Notable changes between releases. ## Latest +## v0.14.0 + +* Update Butane from v0.24.0 to v0.25.1 ([#223](https://github.com/poseidon/terraform-provider-ct/pull/223), [#219](https://github.com/poseidon/terraform-provider-ct/pull/219), [#212](https://github.com/poseidon/terraform-provider-ct/pull/212), [#199](https://github.com/poseidon/terraform-provider-ct/pull/199)) +* Update Ignition from v2.22.0 to v2.24.0 ([#226](https://github.com/poseidon/terraform-provider-ct/pull/226), [#220](https://github.com/poseidon/terraform-provider-ct/pull/220), [#215](https://github.com/poseidon/terraform-provider-ct/pull/215)) +* Update Terraform Plugin SDK from v2.36.0 to v2.38.1 ([#222](https://github.com/poseidon/terraform-provider-ct/pull/222), [#221](https://github.com/poseidon/terraform-provider-ct/pull/221)) +* Add experimental `files_dir` support to allow embedding local files relative to directory ([5d67e66](https://github.com/poseidon/terraform-provider-ct/commit/5d67e66)) +* Improve error messages by including Butane translate reports ([8782f05](https://github.com/poseidon/terraform-provider-ct/commit/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](https://github.com/poseidon/terraform-provider-ct/pull/156)) diff --git a/README.md b/README.md index f98bcd2..3d92d3f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ terraform { required_providers { ct = { source = "poseidon/ct" - version = "0.13.0" + version = "0.14.0" } } } @@ -96,6 +96,8 @@ Butane configs are converted to the current (according to this provider) stable | poseidon/ct | Butane variant | Butane version | Ignition verison | |-----------------------|----------------|----------------|------------------| +| 0.14.x | fcos | 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0 | 3.4.0 | +| 0.14.x | flatcar | 1.0.0, 1.1.0 | 3.4.0 | | 0.13.x | fcos | 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0 | 3.4.0 | | 0.13.x | flatcar | 1.0.0, 1.1.0 | 3.4.0 | | 0.12.x | fcos | 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0 | 3.3.0 | diff --git a/docs/index.md b/docs/index.md index 6c7a648..e526b66 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,7 +13,7 @@ terraform { required_providers { ct = { source = "poseidon/ct" - version = "0.13.0" + version = "0.14.0" } } }