CRI-O v1.37.0

The release notes have been generated for the commit range v1.36.0…94420a8 on Wed, 17 Jun 2026 00:40:13 UTC.

Downloads

Release Bundles

Download one of our static release bundles via our Google Cloud Bucket. Each bundle includes a SHA-256 checksum, a cosign signature (.bundle), and a SPDX bill of materials (.spdx) with its own signature:

Supply Chain Artifacts

The OpenVEX vulnerability report:

The SLSA provenance attestation:

OCI Distribution

All release artifacts are also available as signed OCI artifacts at ghcr.io/cri-o/bundle:94420a8330d9dd54d4656b050a1e2391c396a230.

Verification

To verify the artifact signatures via cosign, run:

> export COSIGN_EXPERIMENTAL=1
> cosign verify-blob cri-o.amd64.94420a8330d9dd54d4656b050a1e2391c396a230.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.94420a8330d9dd54d4656b050a1e2391c396a230.tar.gz.bundle

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

> tar xfz cri-o.amd64.94420a8330d9dd54d4656b050a1e2391c396a230.tar.gz
> bom validate -e cri-o.amd64.94420a8330d9dd54d4656b050a1e2391c396a230.tar.gz.spdx -d cri-o

To verify the OpenVEX vulnerability report, run:

> cosign verify-blob cri-o.94420a8330d9dd54d4656b050a1e2391c396a230.openvex.json \
    --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.94420a8330d9dd54d4656b050a1e2391c396a230.openvex.json.bundle

To verify the SLSA provenance attestation, run:

> cosign verify-blob cri-o.94420a8330d9dd54d4656b050a1e2391c396a230.provenance.json \
    --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.94420a8330d9dd54d4656b050a1e2391c396a230.provenance.json.bundle

Changelog since v1.36.0

Changes by Kind

Feature

Documentation

Bug or Regression

Other (Cleanup or Flake)

Uncategorized

Dependencies

Added

Changed

Removed