Skip to content

v0.27.0

Compare
Choose a tag to compare
@ajeddeloh ajeddeloh released this 16 Aug 17:32
· 2651 commits to main since this release
cc7ebe0

Features:

  • Ignition is now built as a Position Independent Executable (PIE)
  • Blackbox tests now run against all spec versions (within the same major version) greater than their minimum version
  • Ignition now reports its status when running on Packet
  • Add a compile-time flag to enable SELinux file relabeling after boot

Bug Fixes:

  • Directories specified in both base and appended configs are always created with the permissions specified in the appended config
  • Call chdir() after chroot() to silence static checkers