CRI-O v1.28.4
The release notes have been generated for the commit range
v1.28.3…v1.28.4 on Thu, 22 Feb 2024 19:58: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.28.4.tar.gz \
--certificate-identity https://github.com/cri-o/cri-o/.github/workflows/test.yml@refs/tags/v1.28.4 \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-github-workflow-repository cri-o/cri-o \
--certificate-github-workflow-ref refs/tags/v1.28.4 \
--signature cri-o.amd64.v1.28.4.tar.gz.sig \
--certificate cri-o.amd64.v1.28.4.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.4.tar.gz
> bom validate -e cri-o.amd64.v1.28.4.tar.gz.spdx -d cri-o
Changelog since v1.28.3
Changes by Kind
Bug or Regression
- Reverted image ID field change in the container status. (#7763, @saschagrunert)
Uncategorized
- Add support for –metrics-host. (#7747, @rphillips)
- Confidential Containers: add support for pull-in-guest method (#7678, @littlejawa)
- Fix a bug where a container that exits soon after a StopContainer request is issued will be paused in termination for longer than the grace period (#7738, @openshift-cherrypick-robot)
- Restore infra containers state on CRI-O restart. Without this, the infra containers will be accounted as missing, leading to a spurious error message. (#7750, @openshift-cherrypick-robot)
- Update linked logs to drop an intermediate directory and append
.log
to the container symlink (#7682, @openshift-cherrypick-robot)
Dependencies
Added
- code.cloudfoundry.org/bytefmt: 5bb3c17
- github.com/intel-go/cpuid: 5747e5c
- github.com/kata-containers/kata-containers/src/runtime: c7c7632
- github.com/mdlayher/socket: v0.2.0
- github.com/mdlayher/vsock: v1.1.0
- github.com/pbnjay/memory: 7b4eea6
- gitlab.com/nvidia/cloud-native/go-nvlib: 47893b1
- go.opentelemetry.io/otel/exporters/jaeger: v1.0.0
Changed
Removed
Nothing has changed.