v1.32.2
CRI-O v1.32.2
The release notes have been generated for the commit range
v1.32.1...v1.32.2 on Mon, 03 Mar 2025 00:23:07 UTC.
Downloads
Download one of our static release bundles via our Google Cloud Bucket:
- cri-o.amd64.v1.32.2.tar.gz
- cri-o.arm64.v1.32.2.tar.gz
- cri-o.ppc64le.v1.32.2.tar.gz
- cri-o.s390x.v1.32.2.tar.gz
To verify the artifact signatures via cosign, run:
> export COSIGN_EXPERIMENTAL=1
> cosign verify-blob cri-o.amd64.v1.32.2.tar.gz \
--certificate-identity https://github.com/cri-o/cri-o/.github/workflows/test.yml@refs/tags/v1.32.2 \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-github-workflow-repository cri-o/cri-o \
--certificate-github-workflow-ref refs/tags/v1.32.2 \
--signature cri-o.amd64.v1.32.2.tar.gz.sig \
--certificate cri-o.amd64.v1.32.2.tar.gz.cert
To verify the bill of materials (SBOM) in SPDX format using the bom tool, run:
> tar xfz cri-o.amd64.v1.32.2.tar.gz
> bom validate -e cri-o.amd64.v1.32.2.tar.gz.spdx -d cri-o
Changelog since v1.32.1
Changes by Kind
Uncategorized
- Fixed context cancellation when image pull progress timeout is
0
(--pull-progress-timeout=0
/pull_progress_timeout=0
) (#9010, @openshift-cherrypick-robot)
Dependencies
Added
Nothing has changed.
Changed
- github.com/go-jose/go-jose/v4: v4.0.4 → v4.0.5
- golang.org/x/crypto: v0.29.0 → v0.32.0
- golang.org/x/sync: v0.9.0 → v0.10.0
- golang.org/x/sys: v0.28.0 → v0.29.0
- golang.org/x/term: v0.26.0 → v0.28.0
- golang.org/x/text: v0.20.0 → v0.21.0
- tags.cncf.io/container-device-interface: v0.8.0 → v0.8.1
Removed
Nothing has changed.