File tree Expand file tree Collapse file tree 6 files changed +9
-7
lines changed Expand file tree Collapse file tree 6 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Notable changes between releases.
8
8
9
9
* Update the target stable Ignition spec version to v3.4.0 ([ #156 ] ( https://github.com/poseidon/terraform-provider-ct/pull/156 ) )
10
10
* Parse Butane Configs to Ignition v3.4.0 ([ #159 ] ( https://github.com/poseidon/terraform-provider-ct/pull/159 ) )
11
+ * Add support for ` fcos ` [ v1.5.0] ( https://coreos.github.io/butane/config-fcos-v1_5/ ) Butane Configs
12
+ * Add support for ` flatcar ` [ v1.1.0] ( https://coreos.github.io/butane/config-flatcar-v1_1/ ) Butane Configs
11
13
* Remove deprecated ` platform ` field
12
14
* Move implementation to an ` internal ` package ([ #157 ] ( https://github.com/poseidon/terraform-provider-ct/pull/157 ) )
13
15
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.12 .0"
16
+ version = "0.13 .0"
17
17
}
18
18
}
19
19
}
@@ -23,7 +23,7 @@ Define a Butane config for Fedora CoreOS or Flatcar Linux:
23
23
24
24
``` yaml
25
25
variant : fcos
26
- version : 1.4 .0
26
+ version : 1.5 .0
27
27
passwd :
28
28
users :
29
29
- name : core
@@ -33,7 +33,7 @@ passwd:
33
33
34
34
` ` ` yaml
35
35
variant : flatcar
36
- version : 1.0 .0
36
+ version : 1.1 .0
37
37
passwd :
38
38
users :
39
39
- name : core
Original file line number Diff line number Diff line change 1
1
variant : fcos
2
- version : 1.4 .0
2
+ version : 1.5 .0
3
3
storage :
4
4
files :
5
5
- path : /etc/zincati/config.d/90-disable-feature.toml
Original file line number Diff line number Diff line change 1
1
---
2
2
variant : fcos
3
- version : 1.4 .0
3
+ version : 1.5 .0
4
4
storage :
5
5
filesystems :
6
6
- path : /
Original file line number Diff line number Diff line change 1
1
variant : flatcar
2
- version : 1.0 .0
2
+ version : 1.1 .0
3
3
storage :
4
4
files :
5
5
- path : " /etc/coreos/update.conf"
Original file line number Diff line number Diff line change 1
1
variant : flatcar
2
- version : 1.0 .0
2
+ version : 1.1 .0
3
3
storage :
4
4
filesystems :
5
5
- path : /
You can’t perform that action at this time.
0 commit comments