Skip to content

v1.28.1

Compare
Choose a tag to compare
@haircommander haircommander released this 12 Sep 15:12
· 861 commits to main since this release
eda470f

CRI-O v1.28.1

The release notes have been generated for the commit range
v1.28.0...v1.28.1 on Tue, 12 Sep 2023 15:07:42 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.28.1.tar.gz \
    --certificate-identity https://github.com/cri-o/cri-o/.github/workflows/test.yml@refs/tags/v1.28.1 \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-repository cri-o/cri-o \
    --certificate-github-workflow-ref refs/tags/v1.28.1 \
    --signature cri-o.amd64.v1.28.1.tar.gz.sig \
    --certificate cri-o.amd64.v1.28.1.tar.gz.cert

To verify the bill of materials (SBOM) in SPDX format using the bom tool, run:

> tar xfz cri-o.amd64.v1.28.1.tar.gz
> bom validate -e cri-o.amd64.v1.28.1.tar.gz.spdx -d cri-o

Changelog since v1.28.0

Changes by Kind

Feature

  • Check the runtime supports IDMap support before specifying it (#7297, @rata)

Uncategorized

Dependencies

Added

Nothing has changed.

Changed

Removed

Nothing has changed.