Skip to content

Commit 564bf8b

Browse files
committed
Release poseidon/ct v0.12.0
* Release v0.12.0 converts Butane Configs to Ignition spec v3.3.0 (via forward compatibility)
1 parent 752bdbf commit 564bf8b

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ Notable changes between releases.
44

55
## Latest
66

7+
## v0.12.0
8+
79
* Remove support for Container Linux Configs ([#132](https://github.com/poseidon/terraform-provider-ct/pull/132))
810
* Butane Configs support `fcos` and `flatcar` variants
11+
* Focus on converting Butane Configs (with different variants) to Ignition
912
* Flatcar Linux now supports Ignition v3.3.0
10-
* Focus on converting Butane Configsi (with different variants) to Ignition
11-
* Remove unused github.com/coroes/ignition (v1) dependencies
12-
* Deprecate the `platform` field, its no longer used
13+
* Remove unused `github.com/coroes/ignition` (v1) dependencies
14+
* Deprecate the `platform` field, it's no longer used
1315

1416
## v0.11.0
1517

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ terraform {
1818
required_providers {
1919
ct = {
2020
source = "poseidon/ct"
21-
version = "0.11.0"
21+
version = "0.12.0"
2222
}
2323
}
2424
}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ terraform {
1313
required_providers {
1414
ct = {
1515
source = "poseidon/ct"
16-
version = "0.11.0"
16+
version = "0.12.0"
1717
}
1818
}
1919
}

examples/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
local = "~> 1.2"
66
ct = {
77
source = "poseidon/ct"
8-
version = "~> 0.11.0"
8+
version = "~> 0.12.0"
99
#source = "terraform.localhost/poseidon/ct"
1010
#version = "0.12.0"
1111
}

0 commit comments

Comments
 (0)