Skip to content

chore(deps): update dependency cri-o/cri-o to v1.28.1

Yellowhat requested to merge renovate/cri-o-cri-o-1.x into main

This MR contains the following updates:

Package Update Change
cri-o/cri-o patch v1.28.0 -> v1.28.1

Release Notes

cri-o/cri-o (cri-o/cri-o)

v1.28.1

Compare Source

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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports