Skip to content

Releases: coreos/ignition

v2.2.1

25 Mar 19:42
v2.2.1
2d3ff58
Compare
Choose a tag to compare

Bug Fixes:

  • Fix build failure on arches other than amd64, arm64, ppc64le, or s390x

v2.2.0

24 Mar 16:38
v2.2.0
edc493a
Compare
Choose a tag to compare

Features:

  • Add Exoscale and Vultr providers
  • On QEMU/s390x and QEMU/ppc64le, fetch Ignition config from a virtio block device (experimental)

Changes:

  • Don't relabel /root and /home

Bug Fixes:

  • Fix enabling systemd instantiated services
  • Fail if SSH keys cannot be written
  • Fix partition creation on s390x

No artifacts for this release.

v0.35.0

06 Feb 17:35
v0.35.0
7afbeba
Compare
Choose a tag to compare

Changes:

  • Mark the 2.4.0 config spec as stable
  • No longer accept configs with version 2.4.0-experimental
  • Create new 2.5.0-experimental config spec from 2.4.0

Features:

  • Allow specifying HTTP headers when fetching remote resources

v2.1.1

20 Dec 23:24
40c0b57
Compare
Choose a tag to compare

Note: v2.1.0 was tagged, but not released, this includes notes for both. See the NEWS file for which changes are in which tag.

Bug Fixes:

  • Fix panics when processes Ignition starts fail
  • Do not panic when filesystem paths are unspecified
  • Specify the correct config version HTTP Accept headers when fetching configs
  • Write the config cache file atomically
  • Relabel symlinks for masking systemd units
  • Fix bug where empty GPT labels were treated as errors
  • Do not generate warnings if mode is unset for files with only an append section
    • Validate HTTP(S) proxy urls in spec 3.1.0-experimental

Features:

  • An ignition-validate container is now built and can be used instead of
    the ignition-validate binaries
  • Ignition now logs the name of the stage it is running
  • Ignition now relabels files directly instead of writing systemd units to do so. Requires Linux 5.4.0+ or a patch. See operator notes for more details
  • Add optional "fetch" stage to cache the rendered config, but not apply any of it
  • Add support for aliyun cloud
  • Add support for zVM hypervisor
  • Add support for specifying mount options for filesystems in spec 3.1.0-experimental

Dependency Changes:

  • Ignition no longer needs the chroot or id binaries in the initramfs

v0.34.0

20 Dec 23:28
92f874c
Compare
Choose a tag to compare

Bug Fixes:

  • Fix bug where AWS region is not set correctly for fetches from s3
  • Fix bug where empty GPT labels were treated as errors

Changes:

  • Ignition now logs the name of the stage it is running

Features:

  • Add optional "fetch" stage to cache the rendered config, but not apply
    any of it
  • Add support for aliyun cloud

v2.0.1

25 Jul 22:43
e75cf24
Compare
Choose a tag to compare

Bug Fixes:

  • Fix getting AWS region when networking is slow to come up
  • Validate file/directory paths correctly

v0.33.0

02 Jul 18:34
c65e95c
Compare
Choose a tag to compare

Bug Fixes:

  • Fix regression where Ignition would panic if the guestinfo.* keys were missing on vmware

Changes:

  • Create /dev aliases under /run/ignition instead of /

v2.0.0

03 Jun 23:43
0c1da80
Compare
Choose a tag to compare

Bug Fixes:

  • Use /run/ignition/dev_aliases instead of /dev_aliases when creating our
    own symlinks to devices in /dev

Test Changes:

  • Rename tests to use dots.with.lowercase

Public Go API Changes:

  • Replace config/validate api with github.com/coreos/vcontext
  • Validate() functions in config/* now follow the vcontext validation interface

v2.0.0-beta

29 Apr 18:33
910e6c6
Compare
Choose a tag to compare

Features:

  • Add configuration spec 3.1.0-experimental
  • Allow specifying HTTP(S) proxies in spec 3.1.0-experimental
  • Validate hard links do not link to directories
  • Validate paths do not include links specified in the config

Bug Fixes:

  • Include major version in go.mod correctly
  • Fix SELinux relabeling of systemd unit files
  • Update documentation for spec 3.0.0+

Changes:

  • Remove all deprecated fields in configuration specs
  • Remove ec2 platform id in favor of aws
  • Remove pxe platform as it is not a platform
  • Fail if files, links, and directories conflict after symlink resolution
  • Do not fail when writing directories or links if overwrite is false and a
    matching directory or link already exists

v0.32.0

18 Apr 18:42
5941fc0
Compare
Choose a tag to compare

Features:

  • Add support for http(s) proxies in config v2.4.0-experimental
  • Add metal provider with a no-op config fetcher
  • Ignition supports using the kernel command line option ignition.config.url in addition to coreos.config.url

Bug Fixes:

  • Relabel /etc/sub{uid,gid} when adding users with SELinux enabled
  • Add Append() function back to config/vX_Y/ packages