Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Releases: coreos/container-linux-config-transpiler

v0.9.0

18 May 23:47
e2f6c94
Compare
Choose a tag to compare

18-May-2018 CONFIG-TRANSPILER v0.9.0

Fixes:

- Fix Makefile dependencies to ensure modified files are rebuilt
- Do not ignore fields when explicitly set to go zero values for the etcd, 
  flannel, and locksmith sections

v0.8.0

11 Apr 22:52
73f2769
Compare
Choose a tag to compare

Changes

- Generate Ignition 2.2.0 configs
- Add fields present in Ignition 2.2.0 spec
- Emit a warning when a unit is enabled but no "Install" section is defined

Fixes

- Emit an error when more than one source is specified for a file

v0.7.0

15 Feb 00:20
90d21c6
Compare
Choose a tag to compare

Features:

  • Add support for custom metadata providers
  • Add support for etcd 3.3.x
  • Automatically build docker images as part of CI

ct v0.6.1

19 Jan 21:36
b76ab0b
Compare
Choose a tag to compare

19-Jan-2018 CONFIG-TRANSPILER v0.6.1

Fixes

  • Signatures for the v0.6.0 release binaries were generated incorrectly

ct v0.6.0

12 Jan 23:38
a3a8541
Compare
Choose a tag to compare

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 23:58
Compare
Choose a tag to compare

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

08 Aug 20:20
Compare
Choose a tag to compare

08-Aug-2017 CONFIG-TRANSPILER v0.4.2

Fixes

  • Emit an error when an unsupported platform is used
  • Always emit an empty create object for non-core users to ensure Ignition
    creates them

v0.4.1

15 Jul 00:02
v0.4.1
Compare
Choose a tag to compare

14-Jul-2017 CONFIG-TRANSPILER v0.4.1

Fixes

  • Fixed the build process to properly set version number

v0.4.0

13 Jul 17:10
Compare
Choose a tag to compare

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 22:14
Compare
Choose a tag to compare

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