Skip to content

Releases: coreos/butane

v0.5.0

25 Mar 19:44
v0.5.0
739503c
Compare
Choose a tag to compare

Breaking Changes:

  • Previously, command-line options could be preceded by a single dash (-strict) or double dash (--strict). Accept only the double-dash form.

Features:

  • Accept input filename directly on command line, without --input
  • Add short equivalents of command-line options

Bug Fixes:

  • Fail if unexpected non-option arguments are specified

Misc Changes:

  • Deprecate --input and hide it from --help
  • Document files[].append[].inline property
  • Update docs for switch to Fedora signing keys

v0.4.0

06 Feb 17:24
v0.4.0
846a5a4
Compare
Choose a tag to compare

Features:

  • Add mount_options field to filesystem entry

Misc Changes:

  • Add release tag to container of latest release
  • Vendor dependencies

v0.3.0

24 Jan 16:44
v0.3.0
2b4178a
Compare
Choose a tag to compare

Features:

  • Add v1.1.0-experimental spec
  • Add with_mount_unit field to generate mount unit from filesystem entry

Bug Fixes:

  • Report warnings and errors to stderr, not stdout
  • Truncate output file before writing
  • Fix line and column reporting

Misc Changes:

  • Document syntax of inline file contents
  • Document usage of published container image

This release will not have artifacts uploaded, but the next one will.

v0.2.0

25 Jul 22:45
fd86de5
Compare
Choose a tag to compare

Features:

  • Add --version flag
  • Add Dockerfile and build containers automatically on quay.io

Bug Fixes:

  • Fix validation of paths for files and directories
  • Fix --output flag handling

Misc Changes:

  • Add tests for the examples in the docs
  • Add travis integration

FCCT v0.1.0

10 Jul 22:50
4456b6f
Compare
Choose a tag to compare

Initial Release of FCCT. While the golang API is not stable, the Fedora CoreOS
Configuration language is. Configs written with version 1.0.0 will continue to
work with future releases of FCCT.