Skip to content

v1.25.0 Alpha 4

Pre-release
Pre-release
Compare
Choose a tag to compare
@EmilyShepherd EmilyShepherd released this 13 Jul 14:17
· 54 commits to main since this release
v1.25.0-alpha4
5053a46

Changes

Additions

  • seccomp profiles can stored in /etc/seccomp - kubelet is configured to read these
  • Documentation now available at https://kios.redcoat.dev
  • Most binaries are now built with -flto, making them slightly smaller / more optimised for runtime
  • Kubelet will no longer restart static pods when the node name changes
  • Kubelet and Crio now log to a named fifo pipe - which is expected to be read by a container, allowing for viewing logs via kubectl logs

Removals

  • The /run/system directory used to be created at boot time for some legacy behaviour. This has been removed

Fixes

  • Full rebuilds are easier, as build-pkg better cleans each package when called with the --clean flag or CLEAN=1 environment variable
  • The build process missed the /dev directory - meaning builds from scratch were failing
  • Fixed a race condition which could leave the system unbootable if the container runtime started before lo had been brought up