Skip to content

Conversation

@olamilekan000
Copy link

@olamilekan000 olamilekan000 commented Nov 3, 2025

What type of PR is this?

/kind feature

What this PR does / why we need it:

change pulls in kubernetest v1.33.5

Which issue(s) this PR fixes:

Fixes 3642

Special notes for your reviewer:

Does this PR introduce a user-facing change?

Add kubernetes 1.33.5

Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


cpanato and others added 27 commits July 11, 2025 20:34
On Linux, mask "/proc/interrupts" and "/sys/devices/system/cpu/cpu<x>/thermal_throttle"
inside containers by default. Privileged containers or containers started
with --security-opt="systempaths=unconfined" are not affected.

Mitigates potential Thermal Side-Channel Vulnerability Exploit
(https://github.com/moby/moby/security/advisories/GHSA-6fw5-f8r9-fgfm).

Also: improve integration test TestCreateWithCustomMaskedPaths() to ensure
default masked paths don't apply to privileged containers.

Refers to moby/moby#49560

Signed-off-by: Sascha Grunert <[email protected]>
[release-1.33][go] Bump dependencies, images and versions used to Go 1.24.5 and distroless iptables
…62-release-1.33

Cherrypick 133262 remove broken test that depends on expired credential onto Release 1.33
…-pick-of-#132895-upstream-release-1.33

Automated cherry pick of kubernetes#132895: Fixes scheduler nil panic due to empty init container request&limit
…ease-1.33

Update NodeRestriction to prevent nodes from updating their OwnerReferences
[release-1.33][go] Bump images, dependencies and versions to go 1.24.6 and distroless iptables
They were already listed in ineligible_endpoints.yaml, so we shouldn't
be testing them here anyway.
The comparison of SELinux labels in KCM tolerates missing fields - the
operating system is going to default them from its defaults, but in KCM we
don't know what the defaults are.

But the OS won't default the last component, "level", which includes also
categories. Make sure that labels with a level set conflicts with level "",
that's what will conflict on the OS too.
…-pick-of-#133513-upstream-release-1.33

Automated cherry pick of kubernetes#133513: Add missing conversion for timeoutForControlPlane
…rry-pick-of-#131018-base-release-1.33

Automated cherry pick of kubernetes#131018: Mask Linux thermal interrupt info in /proc and /sys.
…-pick-of-#133625-origin-release-1.33

Automated cherry pick of kubernetes#133625: Remove patch/update from ServiceCIDR API conformance test
…ick-of-#132891-upstream-release-1.33

Automated cherry pick of kubernetes#132891: Added NodeSelectors field to external DriverDefinition
…ick-of-#133425-release-1.33

Automated cherry pick of kubernetes#133425: Fix SELinux label comparison
Kubernetes official release v1.33.5
@kcp-ci-bot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign palnabarun, thockin for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@olamilekan000 olamilekan000 changed the title Kcp 1.33.5 Pull Kubernetes v1.33.5 Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: rebase to latest 1.33 Kubernetes