github cri-o/cri-o v1.29.3

latest releases: v1.30.0, v1.28.6, v1.27.6...
13 days ago
  • CRI-O v1.29.3
    • Downloads
    • Changelog since v1.29.2
      • Changes by Kind
        • Ci
        • Uncategorized
    • Dependencies
      • Added
      • Changed
      • Removed

CRI-O v1.29.3

The release notes have been generated for the commit range
v1.29.2...v1.29.3 on Mon, 22 Apr 2024 07:20:14 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.29.3.tar.gz \
    --certificate-identity https://github.com/cri-o/cri-o/.github/workflows/test.yml@refs/tags/v1.29.3 \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-repository cri-o/cri-o \
    --certificate-github-workflow-ref refs/tags/v1.29.3 \
    --signature cri-o.amd64.v1.29.3.tar.gz.sig \
    --certificate cri-o.amd64.v1.29.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.29.3.tar.gz
> bom validate -e cri-o.amd64.v1.29.3.tar.gz.spdx -d cri-o

Changelog since v1.29.2

Changes by Kind

Ci

Uncategorized

  • Extend workloads config option to support CPU limits for containers that use the workloads annotations. This will expose cpuperiod and cpuquota options for a desired default value outside the norm. This feature will primarily be utilized to ensure that containers with workload annotations are correctly limited, the average use cases will not need to alter the default values. (#7959, @openshift-cherrypick-robot)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/containerd/otelttrpc: 5909713 → ea5083f
  • github.com/containers/image/v5: v5.29.0 → bccacc1
  • github.com/go-jose/go-jose/v3: v3.0.1 → v3.0.3
  • golang.org/x/crypto: v0.16.0 → v0.19.0
  • golang.org/x/sys: v0.15.0 → v0.17.0
  • golang.org/x/term: v0.15.0 → v0.17.0
  • google.golang.org/protobuf: v1.31.0 → v1.32.0
  • gopkg.in/go-jose/go-jose.v2: v2.6.1 → v2.6.3

Removed

Nothing has changed.

Don't miss a new cri-o release

NewReleases is sending notifications on new releases.