Release v0.14.0: bump Butane, Ignition, Terraform SDK; add experimental files_dir; improve Butane translate error messages; update Go/toolchain and docs

Signed-off-by: Jan Bronicki <janbronicki@microsoft.com>
This commit is contained in:
Jan Bronicki
2025-10-15 10:45:03 +00:00
committed by Dalton Hubble
parent 2be789a9d7
commit 099032e679
3 changed files with 13 additions and 2 deletions

View File

@@ -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))

View File

@@ -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 |

View File

@@ -13,7 +13,7 @@ terraform {
required_providers {
ct = {
source = "poseidon/ct"
version = "0.13.0"
version = "0.14.0"
}
}
}