File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,14 @@ Notable changes between releases.
4
4
5
5
## Latest
6
6
7
+ ## v0.12.0
8
+
7
9
* Remove support for Container Linux Configs ([ #132 ] ( https://github.com/poseidon/terraform-provider-ct/pull/132 ) )
8
10
* Butane Configs support ` fcos ` and ` flatcar ` variants
11
+ * Focus on converting Butane Configs (with different variants) to Ignition
9
12
* 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
13
15
14
16
## v0.11.0
15
17
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ terraform {
18
18
required_providers {
19
19
ct = {
20
20
source = "poseidon/ct"
21
- version = "0.11 .0"
21
+ version = "0.12 .0"
22
22
}
23
23
}
24
24
}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ terraform {
13
13
required_providers {
14
14
ct = {
15
15
source = "poseidon/ct"
16
- version = "0.11 .0"
16
+ version = "0.12 .0"
17
17
}
18
18
}
19
19
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ terraform {
5
5
local = " ~> 1.2"
6
6
ct = {
7
7
source = " poseidon/ct"
8
- version = " ~> 0.11 .0"
8
+ version = " ~> 0.12 .0"
9
9
# source = "terraform.localhost/poseidon/ct"
10
10
# version = "0.12.0"
11
11
}
You can’t perform that action at this time.
0 commit comments