Skip to content

chore(deps): update kubernetes components (ansible/playbooks) - #10832

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ansible/playbooks-kubernetes-components
Open

chore(deps): update kubernetes components (ansible/playbooks)#10832
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ansible/playbooks-kubernetes-components

Conversation

@renovate

@renovate renovate Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
cri-o/cri-o patch 1.36.11.36.5
kubernetes/kubernetes minor 1.36.11.37.0

Release Notes

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

v1.36.5

Compare Source

CRI-O v1.36.5

The release notes have been generated for the commit range
v1.36.4...v1.36.5 on Wed, 02 Sep 2026 08:47:31 UTC.

Downloads

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

The OpenVEX report for this release is available at:

The SLSA provenance attestation for this release is available at:

All release artifacts (bundles, SBOMs, VEX, and provenance) are also available as signed OCI artifacts at ghcr.io/cri-o/bundle:v1.36.5.

To verify the artifact signatures via cosign, run:

> export COSIGN_EXPERIMENTAL=1
> cosign verify-blob cri-o.amd64.v1.36.5.tar.gz \
    --certificate-identity https://github.com/cri-o/packaging/.github/workflows/obs.yml@refs/heads/main \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-repository cri-o/packaging \
    --certificate-github-workflow-ref refs/heads/main \
    --bundle cri-o.amd64.v1.36.5.tar.gz.bundle

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

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

To verify the OpenVEX vulnerability report, run:

> cosign verify-blob cri-o.v1.36.5.openvex.json \
    --certificate-identity https://github.com/cri-o/packaging/.github/workflows/obs.yml@refs/heads/main \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-repository cri-o/packaging \
    --certificate-github-workflow-ref refs/heads/main \
    --bundle cri-o.v1.36.5.openvex.json.bundle

To verify the SLSA provenance attestation, run:

> cosign verify-blob cri-o.v1.36.5.provenance.json \
    --certificate-identity https://github.com/cri-o/packaging/.github/workflows/obs.yml@refs/heads/main \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-repository cri-o/packaging \
    --certificate-github-workflow-ref refs/heads/main \
    --bundle cri-o.v1.36.5.provenance.json.bundle
Changelog since v1.36.4
Changes by Kind
Bug or Regression
  • Deduplicate concurrent image volume MountImage calls to avoid containers/storage lock serialization when many pods mount the same image volume simultaneously. (#​10255, @​openshift-cherrypick-robot)
  • Fix a bug in high performance hooks where an init container would continue to hold a cpuset that could be used by a regular container in the same pod. (#​10236, @​openshift-cherrypick-robot)
Dependencies
Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

v1.36.4

Compare Source

CRI-O v1.36.4

The release notes have been generated for the commit range
v1.36.3...v1.36.4 on Mon, 24 Aug 2026 16:51:10 UTC.

Downloads

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

The OpenVEX report for this release is available at:

The SLSA provenance attestation for this release is available at:

All release artifacts (bundles, SBOMs, VEX, and provenance) are also available as signed OCI artifacts at ghcr.io/cri-o/bundle:v1.36.4.

To verify the artifact signatures via cosign, run:

> export COSIGN_EXPERIMENTAL=1
> cosign verify-blob cri-o.amd64.v1.36.4.tar.gz \
    --certificate-identity https://github.com/cri-o/packaging/.github/workflows/obs.yml@refs/heads/main \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-repository cri-o/packaging \
    --certificate-github-workflow-ref refs/heads/main \
    --bundle cri-o.amd64.v1.36.4.tar.gz.bundle

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

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

To verify the OpenVEX vulnerability report, run:

> cosign verify-blob cri-o.v1.36.4.openvex.json \
    --certificate-identity https://github.com/cri-o/packaging/.github/workflows/obs.yml@refs/heads/main \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-repository cri-o/packaging \
    --certificate-github-workflow-ref refs/heads/main \
    --bundle cri-o.v1.36.4.openvex.json.bundle

To verify the SLSA provenance attestation, run:

> cosign verify-blob cri-o.v1.36.4.provenance.json \
    --certificate-identity https://github.com/cri-o/packaging/.github/workflows/obs.yml@refs/heads/main \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-repository cri-o/packaging \
    --certificate-github-workflow-ref refs/heads/main \
    --bundle cri-o.v1.36.4.provenance.json.bundle
Changelog since v1.36.3
Changes by Kind
Feature
  • Added support for per-container targeting of cpu-load-balancing.crio.io, irq-load-balancing.crio.io, and cpu-quota.crio.io annotations. A container name can be appended to the annotation key (e.g. cpu-load-balancing.crio.io/my-container: "disable") to apply the setting to a specific container rather than all containers in the pod. Container-specific annotations take precedence over pod-level annotations when both are present. (#​10152, @​openshift-cherrypick-robot)
Bug or Regression
Dependencies
Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

v1.36.3

Compare Source

CRI-O v1.36.3

The release notes have been generated for the commit range
v1.36.2...v1.36.3 on Tue, 04 Aug 2026 00:41:01 UTC.

Downloads

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

The OpenVEX report for this release is available at:

The SLSA provenance attestation for this release is available at:

All release artifacts (bundles, SBOMs, VEX, and provenance) are also available as signed OCI artifacts at ghcr.io/cri-o/bundle:v1.36.3.

To verify the artifact signatures via cosign, run:

> export COSIGN_EXPERIMENTAL=1
> cosign verify-blob cri-o.amd64.v1.36.3.tar.gz \
    --certificate-identity https://github.com/cri-o/packaging/.github/workflows/obs.yml@refs/heads/main \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-repository cri-o/packaging \
    --certificate-github-workflow-ref refs/heads/main \
    --bundle cri-o.amd64.v1.36.3.tar.gz.bundle

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

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

To verify the OpenVEX vulnerability report, run:

> cosign verify-blob cri-o.v1.36.3.openvex.json \
    --certificate-identity https://github.com/cri-o/packaging/.github/workflows/obs.yml@refs/heads/main \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-repository cri-o/packaging \
    --certificate-github-workflow-ref refs/heads/main \
    --bundle cri-o.v1.36.3.openvex.json.bundle

To verify the SLSA provenance attestation, run:

> cosign verify-blob cri-o.v1.36.3.provenance.json \
    --certificate-identity https://github.com/cri-o/packaging/.github/workflows/obs.yml@refs/heads/main \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-repository cri-o/packaging \
    --certificate-github-workflow-ref refs/heads/main \
    --bundle cri-o.v1.36.3.provenance.json.bundle
Changelog since v1.36.2
Changes by Kind
Bug or Regression
Uncategorized
  • Add enable_cni_status_monitoring config option (default false) and
    cni_status_grace_period (default 60s) to gate continuous CNI STATUS
    monitoring and tolerate brief plugin disruptions during upgrades. (#​10069, @​openshift-cherrypick-robot)
  • Restores pre-1.34 behavior handling envvar values containing non-utf8 data (#​10185, @​liggitt)
Dependencies
Added

Nothing has changed.

Changed
  • k8s.io/api: v0.36.0-rc.0 → v0.36.3
  • k8s.io/apimachinery: v0.36.0-rc.0 → v0.36.3
  • k8s.io/client-go: v0.36.0-rc.0 → v0.36.3
  • k8s.io/component-base: v0.36.0-rc.0 → v0.36.3
  • k8s.io/cri-api: v0.36.0-rc.0 → v0.36.3
  • k8s.io/cri-client: v0.36.0-rc.0 → v0.36.3
  • k8s.io/cri-streaming: v0.36.0-rc.0 → v0.36.3
  • k8s.io/kubelet: v0.36.0-rc.0 → v0.36.3
  • k8s.io/streaming: v0.36.0-rc.0 → v0.36.3
  • sigs.k8s.io/structured-merge-diff/v6: v6.3.2 → v6.3.3
Removed
  • github.com/goccy/go-json: v0.10.5

v1.36.2

Compare Source

CRI-O v1.36.2

The release notes have been generated for the commit range
v1.36.1...v1.36.2 on Thu, 02 Jul 2026 00:55:41 UTC.

Downloads

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

The OpenVEX report for this release is available at:

The SLSA provenance attestation for this release is available at:

All release artifacts (bundles, SBOMs, VEX, and provenance) are also available as signed OCI artifacts at ghcr.io/cri-o/bundle:v1.36.2.

To verify the artifact signatures via cosign, run:

> export COSIGN_EXPERIMENTAL=1
> cosign verify-blob cri-o.amd64.v1.36.2.tar.gz \
    --certificate-identity https://github.com/cri-o/packaging/.github/workflows/obs.yml@refs/heads/main \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-repository cri-o/packaging \
    --certificate-github-workflow-ref refs/heads/main \
    --bundle cri-o.amd64.v1.36.2.tar.gz.bundle

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

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

To verify the OpenVEX vulnerability report, run:

> cosign verify-blob cri-o.v1.36.2.openvex.json \
    --certificate-identity https://github.com/cri-o/packaging/.github/workflows/obs.yml@refs/heads/main \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-repository cri-o/packaging \
    --certificate-github-workflow-ref refs/heads/main \
    --bundle cri-o.v1.36.2.openvex.json.bundle

To verify the SLSA provenance attestation, run:

> cosign verify-blob cri-o.v1.36.2.provenance.json \
    --certificate-identity https://github.com/cri-o/packaging/.github/workflows/obs.yml@refs/heads/main \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-repository cri-o/packaging \
    --certificate-github-workflow-ref refs/heads/main \
    --bundle cri-o.v1.36.2.provenance.json.bundle
Changelog since v1.36.1
Changes by Kind
Uncategorized
  • Update gomaxprocs hook to ignore workload partitioning when considering whether to inject, as well as update the calculation to ensure containers get at least double the requested number of CPUs, to reduce potential go scheduler throttling. (#​10008, @​openshift-cherrypick-robot)
Dependencies
Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

kubernetes/kubernetes (kubernetes/kubernetes)

v1.37.0

Compare Source

See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.

See the CHANGELOG for more details.

v1.36.4

Compare Source

See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.

See the CHANGELOG for more details.

v1.36.3

Compare Source

See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.

See the CHANGELOG for more details.

v1.36.2

Compare Source

See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.

See the CHANGELOG for more details.


Configuration

📅 Schedule: (UTC)

  • 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 PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

This comment has been minimized.

@renovate renovate Bot changed the title Update Kubernetes components to v1.36.2 (ansible/playbooks) chore(deps): update kubernetes components to v1.36.2 (ansible/playbooks) Jul 20, 2026
@renovate
renovate Bot force-pushed the renovate/ansible/playbooks-kubernetes-components branch from 20a8895 to f50a559 Compare July 26, 2026 03:57
@renovate renovate Bot changed the title chore(deps): update kubernetes components to v1.36.2 (ansible/playbooks) chore(deps): update kubernetes components (ansible/playbooks) Jul 26, 2026
@github-actions

This comment has been minimized.

@renovate
renovate Bot force-pushed the renovate/ansible/playbooks-kubernetes-components branch from f50a559 to e33a2b7 Compare August 7, 2026 05:54
@renovate renovate Bot changed the title chore(deps): update kubernetes components (ansible/playbooks) chore(deps): update kubernetes components to v1.36.3 (ansible/playbooks) Aug 7, 2026
@github-actions

This comment has been minimized.

@renovate renovate Bot changed the title chore(deps): update kubernetes components to v1.36.3 (ansible/playbooks) Update Kubernetes components to v1.36.3 (ansible/playbooks) Aug 16, 2026
@renovate renovate Bot changed the title Update Kubernetes components to v1.36.3 (ansible/playbooks) chore(deps): update kubernetes components to v1.36.3 (ansible/playbooks) Aug 17, 2026
@renovate
renovate Bot force-pushed the renovate/ansible/playbooks-kubernetes-components branch from e33a2b7 to f859c5f Compare August 23, 2026 14:05
@renovate renovate Bot changed the title chore(deps): update kubernetes components to v1.36.3 (ansible/playbooks) chore(deps): update kubernetes components (ansible/playbooks) Aug 23, 2026
@github-actions

This comment has been minimized.

@renovate
renovate Bot force-pushed the renovate/ansible/playbooks-kubernetes-components branch from f859c5f to 545bc93 Compare August 27, 2026 21:11
@renovate renovate Bot changed the title chore(deps): update kubernetes components (ansible/playbooks) chore(deps): update kubernetes components to v1.36.4 (ansible/playbooks) Aug 27, 2026
@github-actions

This comment has been minimized.

@renovate
renovate Bot force-pushed the renovate/ansible/playbooks-kubernetes-components branch from 545bc93 to b2dc403 Compare August 29, 2026 17:47
@renovate renovate Bot changed the title chore(deps): update kubernetes components to v1.36.4 (ansible/playbooks) chore(deps): update kubernetes components (ansible/playbooks) Aug 29, 2026
@github-actions

This comment has been minimized.

@renovate
renovate Bot force-pushed the renovate/ansible/playbooks-kubernetes-components branch from b2dc403 to d08f117 Compare September 5, 2026 10:02
@github-actions

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants