github cri-o/cri-o v1.25.1

latest releases: v1.29.5, v1.27.7, v1.28.7...
20 months ago
  • CRI-O v1.25.1
    • Downloads
    • Changelog since v1.25.0
      • Changes by Kind
        • Feature
        • Bug or Regression
        • Other (Cleanup or Flake)
    • Dependencies
      • Added
      • Changed
      • Removed

CRI-O v1.25.1

The release notes have been generated for the commit range
v1.25.0...v1.25.1 on Fri, 07 Oct 2022 16:17:20 UTC.

Downloads

Download one of our static release bundles via our Google Cloud Bucket:

To verify the artifact signatures via cosign, run:

> export COSIGN_EXPERIMENTAL=1
> cosign verify-blob cri-o.amd64.v1.25.1.tar.gz \
    --signature cri-o.amd64.v1.25.1.tar.gz.sig \
    --certificate cri-o.amd64.v1.25.1.tar.gz.cert

To verify the bill of materials (SBOM) in SPDX format using the bom tool, run:

> tar xfz cri-o.amd64.v1.25.1.tar.gz
> bom validate -e cri-o.amd64.v1.25.1.tar.gz.spdx -d cri-o

Changelog since v1.25.0

Changes by Kind

Feature

  • Add an option "add_inheritable_capabilities" which adds added capabilities to the inheritable list as well. As of CRI-O 1.24.0, CRI-O drops the inheritable capabilities to fix CVE-2022-27652 . However, this can cause regressions in workloads that attempt to pass capabilities to non-root users through inheritable capabilities. (#6236, @haircommander)
  • Allow crio.runtime.runtimes configuration to be updated on reload. (#6248, @elezar)
  • Allow for a reload to add additional runtimes and change the default runtime (#6056, @elezar)
  • CRI-O now logs the stage of container or pod creation under system load. This allows users to find why their creation requests are stalling. (#5683, @haircommander)

Bug or Regression

  • Fix a bug where conmon_cgroup and monitor_path became out of sync (#6255, @haircommander)
  • Fix a bug where static pods cannot be created because they've already been created. (#6123, @haircommander)
  • Fix a bug where updating default_runtime would cause the runc entry in the runtimes table to be deleted (#6257, @haircommander)

Other (Cleanup or Flake)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Don't miss a new cri-o release

NewReleases is sending notifications on new releases.