CRI-O v1.33.3
The release notes have been generated for the commit range
v1.33.2...v1.33.3 on Sat, 02 Aug 2025 00:25:53 UTC.
Downloads
Download one of our static release bundles via our Google Cloud Bucket:
- cri-o.amd64.v1.33.3.tar.gz
- cri-o.arm64.v1.33.3.tar.gz
- cri-o.ppc64le.v1.33.3.tar.gz
- cri-o.s390x.v1.33.3.tar.gz
To verify the artifact signatures via cosign, run:
> export COSIGN_EXPERIMENTAL=1
> cosign verify-blob cri-o.amd64.v1.33.3.tar.gz \
--certificate-identity https://github.com/cri-o/cri-o/.github/workflows/test.yml@refs/tags/v1.33.3 \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-github-workflow-repository cri-o/cri-o \
--certificate-github-workflow-ref refs/tags/v1.33.3 \
--signature cri-o.amd64.v1.33.3.tar.gz.sig \
--certificate cri-o.amd64.v1.33.3.tar.gz.cert
To verify the bill of materials (SBOM) in SPDX format using the bom tool, run:
> tar xfz cri-o.amd64.v1.33.3.tar.gz
> bom validate -e cri-o.amd64.v1.33.3.tar.gz.spdx -d cri-o
Changelog since v1.33.2
Changes by Kind
Bug or Regression
- Server: delay CDI device injection, to ensure that CDI Spec edits take precedence over image defaults and the Pod Spec. (#9295, @klihub)
Uncategorized
- Fix the bug that pod can't be terminated when the process is uninterruptible sleep for a while. (#9320, @openshift-cherrypick-robot)
- Fixed segmentation fault when trying to create a lot of pods at a time. (#9368, @openshift-cherrypick-robot)
- Handle missing network namespace gracefully during networkStop (#9337, @openshift-cherrypick-robot)
Dependencies
Added
Nothing has changed.
Changed
- github.com/go-chi/chi/v5: v5.2.1 → v5.2.2
Removed
Nothing has changed.