Download Latest Version v1.36.0 source code.tar.gz (21.7 MB)
Email in envelope

Get an email when there's a new version of CRI-O

Home / v1.34.8
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-05-05 4.8 kB
v1.34.8 source code.tar.gz 2026-05-05 26.0 MB
v1.34.8 source code.zip 2026-05-05 32.8 MB
Totals: 3 Items   58.8 MB 0

CRI-O v1.34.8

The release notes have been generated for the commit range v1.34.7...v1.34.8 on Tue, 05 May 2026 00:45:22 UTC.

Downloads

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

To verify the artifact signatures via cosign, run:

:::console
> export COSIGN_EXPERIMENTAL=1
> cosign verify-blob cri-o.amd64.v1.34.8.tar.gz \
    --certificate-identity https://github.com/cri-o/packaging/.github/workflows/obs.yml@refs/heads/main \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-repository cri-o/packaging \
    --certificate-github-workflow-ref refs/heads/main \
    --bundle cri-o.amd64.v1.34.8.tar.gz.bundle

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

:::console
> tar xfz cri-o.amd64.v1.34.8.tar.gz
> bom validate -e cri-o.amd64.v1.34.8.tar.gz.spdx -d cri-o

Changelog since v1.34.7

Changes by Kind

Dependency-Change

  • Fix CVE-2026-35469 by updating spdystream dependency (#9884, @haircommander)

Uncategorized

  • Add container_runtime_crio_default_runtime metric to display which default runtime the node is configured to use (#9899, @openshift-cherrypick-robot)
  • Add min_injected_gomaxprocs option, which allows a user to specify GOMAXPROCS in every container CRI-O creates. The config field itself is an integer that represents the floor of GOMAXPROCS. CRI-O will inject max(floor, cpu.request), if the pod is not a guaranteed pod or is part of a partitioned workload (#9886, @haircommander)

Dependencies

Added

Nothing has changed.

Changed

Removed

Nothing has changed.

Source: README.md, updated 2026-05-05