This repository has been archived by the owner on Sep 18, 2020. It is now read-only.
Releases: coreos/container-linux-config-transpiler
Releases · coreos/container-linux-config-transpiler
v0.9.0
v0.8.0
v0.7.0
ct v0.6.1
ct v0.6.0
12-Jan-2018 CONFIG-TRANSPILER v0.6.0
Changes
- Releases now include arm64 binaries
- Enable the coreos-metadata-sshkeys service when generating OpenStack configs
- Unset file modes now default to 0644 for files and 0755 for directories
Features
- Local files on disk can now be referenced in CLCs in place of including a file inline
Fixes
- Report URL parse errors in remote file URLs
- Stop creating an empty file when invoked with the -out-file flag and conversion fails
v0.5.0
25-Sep-2017 CONFIG-TRANSPILER v0.5.0
Changes
- Support Ignition spec 2.1.0
Features
- Common partition type GUIDs can be specified via aliases
Fixes
- Fix regression in validation logic causing inaccurate line and column reporting
- Fix issue where locksmith fields would generate double quoted strings in /etc/coreos/update.conf
v0.4.2
v0.4.1
v0.4.0
12-Jul-2017 CONFIG-TRANSPILER v0.4.0
Features
- Added support for vagrant-virtualbox provider
- Added 'network_config' section for flannel
- Added new etcd-v3.2 flags
Fixes
- Handle omitted versions for flannel correctly
- Fixed envvar name LOCKSMITHD_ENDPOINT
v0.3.1
04-May-2017 CONFIG-TRANSPILER v0.3.1
Features
- Added 'enable-pprof' flag in etcd
Fixes
- Non-string values in the etcd and flannel sections are now formatted
correctly - On GCE the PUBLIC_IPV4 and PRIVATE_IPV4 dynamic data fields produced the
incorrect environment variable names, this has been fixed