Skip to content

v1.31.3

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 00:25
· 249 commits to main since this release
5865976

CRI-O v1.31.3

The release notes have been generated for the commit range
v1.31.2...v1.31.3 on Tue, 03 Dec 2024 00:23:41 UTC.

Downloads

Download one of our static release bundles via our Google Cloud Bucket:

To verify the artifact signatures via cosign, run:

> export COSIGN_EXPERIMENTAL=1
> cosign verify-blob cri-o.amd64.v1.31.3.tar.gz \
    --certificate-identity https://github.com/cri-o/cri-o/.github/workflows/test.yml@refs/tags/v1.31.3 \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-repository cri-o/cri-o \
    --certificate-github-workflow-ref refs/tags/v1.31.3 \
    --signature cri-o.amd64.v1.31.3.tar.gz.sig \
    --certificate cri-o.amd64.v1.31.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.31.3.tar.gz
> bom validate -e cri-o.amd64.v1.31.3.tar.gz.spdx -d cri-o

Changelog since v1.31.2

Changes by Kind

Uncategorized

  • A runtime handler definition in the configuration file can use a new option use_default_runtime. Setting it to true causes the values for runtime path, runtime type and runtime root to be inherited from the currently configured default runtime. (#8762, @openshift-cherrypick-robot)
  • Added --pull-progress-timeout / pull_progress_timeout option to fine-tune the timeout for making progress on image pull. (#8776, @openshift-cherrypick-robot)
  • Fixed gpgme/gnupg search path in static build binaries. (#8745, @openshift-cherrypick-robot)
  • Only restore container if all bind mounts are defined. (#8792, @kwilczynski)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.