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.35.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-02 4.8 kB
v1.35.2 source code.tar.gz 2026-04-02 22.2 MB
v1.35.2 source code.zip 2026-04-02 29.3 MB
Totals: 3 Items   51.5 MB 0

CRI-O v1.35.2

The release notes have been generated for the commit range v1.35.1...v1.35.2 on Thu, 02 Apr 2026 00:35:01 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.35.2.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.35.2.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.35.2.tar.gz
> bom validate -e cri-o.amd64.v1.35.2.tar.gz.spdx -d cri-o

Changelog since v1.35.1

Changes by Kind

Bug or Regression

  • PullImage now returns the image ID directly, ensuring compatibility with Kubernetes credential verification for image pulls. (#9826, @haircommander)

Uncategorized

  • Added support for configuring additional read-only artifact stores via the additional_artifact_stores configuration option. (#9829, @openshift-cherrypick-robot)
  • Fixed a bug where CRI-O didn't return all metrics when "all" is set. (#9781, @openshift-cherrypick-robot)
  • Fixed cases where regular container images could accidentally be pulled into the OCI artifact store (#9788, @openshift-cherrypick-robot)
  • Respect the same pinned_images configuration used by regular container images (#9838, @openshift-cherrypick-robot)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Source: README.md, updated 2026-04-02