- CRI-O v1.34.14
- Downloads
- Changelog since v1.34.13
- Changes by Kind
- Feature
- Changes by Kind
- Dependencies
- Added
- Changed
- Removed
CRI-O v1.34.14
The release notes have been generated for the commit range
v1.34.13...v1.34.14 on Mon, 21 Sep 2026 15:52:26 UTC.
Downloads
Download one of our static release bundles via our Google Cloud Bucket:
- cri-o.amd64.v1.34.14.tar.gz
- cri-o.arm64.v1.34.14.tar.gz
- cri-o.ppc64le.v1.34.14.tar.gz
- cri-o.s390x.v1.34.14.tar.gz
To verify the artifact signatures via cosign, run:
> export COSIGN_EXPERIMENTAL=1
> cosign verify-blob cri-o.amd64.v1.34.14.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.14.tar.gz.bundleTo verify the bill of materials (SBOM) in SPDX format using the bom tool, run:
> tar xfz cri-o.amd64.v1.34.14.tar.gz
> bom validate -e cri-o.amd64.v1.34.14.tar.gz.spdx -d cri-oChangelog since v1.34.13
Changes by Kind
Feature
- Add new checkpoint_restore.container_level_enabled option, and set checkpoint_only by default. (#10327, @bitoku)
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.