All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][wrynose][PATCH] kubernetes: upgrade to 1.35.5
@ 2026-05-25 13:03 Zhixiong Chi
  2026-05-25 13:14 ` Bruce Ashfield
  2026-06-10 18:58 ` Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: Zhixiong Chi @ 2026-05-25 13:03 UTC (permalink / raw)
  To: meta-virtualization

Bumping to version 1.35.5, which comprises the following commits:

    6636cbce3bb Release commit for Kubernetes v1.35.5
    b9ffe7c06a9 kubeadm: use dedicated ClusterRole for apiserver kubelet client
    7909267f8b4 kubeadm: skip LocalAPIEndpoint defaulting on worker join
    f79279632e9 kubeadm: use the localAPIEndpoint for all API calls in 'init'
    faa81128567 kube-proxy: don't do full periodic syncs on large cluster mode
    943d9419438 Delete remote endpoint if it has same ip as local endpoint in the system.
    d550d458d34 Delete remote endpoint if it has same ip as local endpoint in the system.
    6d314b2fd9a Add a (*Client) addEndpoint method
    feb7fa11123 Evaluate etcd cluster health using quorum
    1a7f0b3dec6 Escape path inside the container
    6953afbad16 scheduler: address recreated pod review feedback
    bf14155eb41 scheduler: skip requeueing recreated pods on scheduling failure
    55f12e8477a scheduler: fix inFlightPods leak when pod is recreated during scheduling failure
    31d47ca373f Update CHANGELOG/CHANGELOG-1.35.md for v1.35.4
    7b8c6cf0edd Release commit for Kubernetes v1.35.4
    1687aa8c94e Update github.com/moby/spdystream from v0.5.0 to v0.5.1
    e87f6b927bf update go.opentelemetry.io/otel to v1.41.0
    97ccbdf2ee8 Bump images and versions to go 1.25.9 and distroless iptables
    69dd59d5b4f podStartSLOduration excludes init container runtime and image pulling time, includes only stateless and immediately schedulable pods
    46ba1c3c279 Deflake TestPodSubresourceAuth by waiting for effective permissions before testing
    1d5e94efa21 podresources: filter out inactive pods in Get()
    91a1e8b2db6 e2e: node: podresources: fix expectations for Get() and terminated pods
    9d8bbea593e Fix device plugin admission failure after container restart
    d8a562b6476 Fix backport differences for 1.35 (remove WithOrigin and MarkAlpha)
    b6ee759d8ea Add slice and map union member support with tests
    3d39627cd98 Use IsZero instead of IsNil for union ratcheting check
    7b708cc7c64 Add DRA test for device attribute with no value set
    863ed56ac0e Add nil OldValue test coverage for union doc_tests
    9a39e5c49fa Fix union validation ratcheting when oldObj is nil
    b0ec348c24d KEP-961: demote maxUnavailable feature in statefulset to off by default
    570f471d7cb kubelet: fix sidecar restart after kubelet restart
    4c0429295c7 Update CHANGELOG/CHANGELOG-1.35.md for v1.35.3
    6c1cd99aef0 Release commit for Kubernetes v1.35.3
    93de120edff pkg/proxy/nftables: fix kube-proxy crash with newer nftables versions
    6b5673451a8 Update knftables to v0.0.21
    38378d5df7c Bugfix: calculate request latency properly in audit log filter

Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
---
 recipes-containers/kubernetes/kubernetes_git.bb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-containers/kubernetes/kubernetes_git.bb b/recipes-containers/kubernetes/kubernetes_git.bb
index 03243605..0d33925e 100644
--- a/recipes-containers/kubernetes/kubernetes_git.bb
+++ b/recipes-containers/kubernetes/kubernetes_git.bb
@@ -5,9 +5,9 @@ applications across multiple hosts, providing basic mechanisms for deployment, \
 maintenance, and scaling of applications. \
 "
 
-PV = "1.35.2+git"
-CVE_VERSION = "1.35.2"
-SRCREV_kubernetes = "b6f632ba56e937dad484d5ac99d5ff51e7073dfe"
+PV = "1.35.5+git"
+CVE_VERSION = "1.35.5"
+SRCREV_kubernetes = "6636cbce3bbef91ff61d36658757179426f9e1b2"
 SRCREV_kubernetes-release = "21382abdbfa8e6a43fd417306fa649cb651cc06e"
 PE = "1"
 
@@ -19,7 +19,7 @@ SRC_URI:class-devupstream = "git://github.com/kubernetes/kubernetes.git;branch=r
                             "
 SRCREV_kubernetes:class-devupstream = "b6f632ba56e937dad484d5ac99d5ff51e7073dfe"
 SRCREV_kubernetes-release:class-devupstream = "21382abdbfa8e6a43fd417306fa649cb651cc06e"
-PV:class-devupstream = "1.35.2+git${SRCREV_kubernetes}"
+PV:class-devupstream = "1.35.5+git${SRCREV_kubernetes}"
 
 SRCREV_FORMAT ?= "kubernetes_release"
 
-- 
2.53.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-virtualization][wrynose][PATCH] kubernetes: upgrade to 1.35.5
  2026-05-25 13:03 [meta-virtualization][wrynose][PATCH] kubernetes: upgrade to 1.35.5 Zhixiong Chi
@ 2026-05-25 13:14 ` Bruce Ashfield
  2026-06-10 18:58 ` Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2026-05-25 13:14 UTC (permalink / raw)
  To: zhixiong.chi; +Cc: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 5139 bytes --]

On Mon, May 25, 2026 at 9:03 AM Zhixiong Chi via lists.yoctoproject.org
<zhixiong.chi=windriver.com@lists.yoctoproject.org> wrote:

> Bumping to version 1.35.5, which comprises the following commits:
>
>     6636cbce3bb Release commit for Kubernetes v1.35.5
>     b9ffe7c06a9 kubeadm: use dedicated ClusterRole for apiserver kubelet
> client
>     7909267f8b4 kubeadm: skip LocalAPIEndpoint defaulting on worker join
>     f79279632e9 kubeadm: use the localAPIEndpoint for all API calls in
> 'init'
>     faa81128567 kube-proxy: don't do full periodic syncs on large cluster
> mode
>     943d9419438 Delete remote endpoint if it has same ip as local endpoint
> in the system.
>     d550d458d34 Delete remote endpoint if it has same ip as local endpoint
> in the system.
>     6d314b2fd9a Add a (*Client) addEndpoint method
>     feb7fa11123 Evaluate etcd cluster health using quorum
>     1a7f0b3dec6 Escape path inside the container
>     6953afbad16 scheduler: address recreated pod review feedback
>     bf14155eb41 scheduler: skip requeueing recreated pods on scheduling
> failure
>     55f12e8477a scheduler: fix inFlightPods leak when pod is recreated
> during scheduling failure
>     31d47ca373f Update CHANGELOG/CHANGELOG-1.35.md for v1.35.4
>     7b8c6cf0edd Release commit for Kubernetes v1.35.4
>     1687aa8c94e Update github.com/moby/spdystream from v0.5.0 to v0.5.1
>     e87f6b927bf update go.opentelemetry.io/otel to v1.41.0
>     97ccbdf2ee8 Bump images and versions to go 1.25.9 and distroless
> iptables
>     69dd59d5b4f podStartSLOduration excludes init container runtime and
> image pulling time, includes only stateless and immediately schedulable pods
>     46ba1c3c279 Deflake TestPodSubresourceAuth by waiting for effective
> permissions before testing
>     1d5e94efa21 podresources: filter out inactive pods in Get()
>     91a1e8b2db6 e2e: node: podresources: fix expectations for Get() and
> terminated pods
>     9d8bbea593e Fix device plugin admission failure after container restart
>     d8a562b6476 Fix backport differences for 1.35 (remove WithOrigin and
> MarkAlpha)
>     b6ee759d8ea Add slice and map union member support with tests
>     3d39627cd98 Use IsZero instead of IsNil for union ratcheting check
>     7b708cc7c64 Add DRA test for device attribute with no value set
>     863ed56ac0e Add nil OldValue test coverage for union doc_tests
>     9a39e5c49fa Fix union validation ratcheting when oldObj is nil
>     b0ec348c24d KEP-961: demote maxUnavailable feature in statefulset to
> off by default
>     570f471d7cb kubelet: fix sidecar restart after kubelet restart
>     4c0429295c7 Update CHANGELOG/CHANGELOG-1.35.md for v1.35.3
>     6c1cd99aef0 Release commit for Kubernetes v1.35.3
>     93de120edff pkg/proxy/nftables: fix kube-proxy crash with newer
> nftables versions
>     6b5673451a8 Update knftables to v0.0.21
>     38378d5df7c Bugfix: calculate request latency properly in audit log
> filter
>
> Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
> ---
>  recipes-containers/kubernetes/kubernetes_git.bb | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/recipes-containers/kubernetes/kubernetes_git.bb
> b/recipes-containers/kubernetes/kubernetes_git.bb
> index 03243605..0d33925e 100644
> --- a/recipes-containers/kubernetes/kubernetes_git.bb
> +++ b/recipes-containers/kubernetes/kubernetes_git.bb
> @@ -5,9 +5,9 @@ applications across multiple hosts, providing basic
> mechanisms for deployment, \
>  maintenance, and scaling of applications. \
>  "
>
> -PV = "1.35.2+git"
> -CVE_VERSION = "1.35.2"
>

This one is eligible, and I've queued it for testing.

Bruce


> -SRCREV_kubernetes = "b6f632ba56e937dad484d5ac99d5ff51e7073dfe"
> +PV = "1.35.5+git"
> +CVE_VERSION = "1.35.5"
> +SRCREV_kubernetes = "6636cbce3bbef91ff61d36658757179426f9e1b2"
>  SRCREV_kubernetes-release = "21382abdbfa8e6a43fd417306fa649cb651cc06e"
>  PE = "1"
>
> @@ -19,7 +19,7 @@ SRC_URI:class-devupstream = "git://
> github.com/kubernetes/kubernetes.git;branch=r
>                              "
>  SRCREV_kubernetes:class-devupstream =
> "b6f632ba56e937dad484d5ac99d5ff51e7073dfe"
>  SRCREV_kubernetes-release:class-devupstream =
> "21382abdbfa8e6a43fd417306fa649cb651cc06e"
> -PV:class-devupstream = "1.35.2+git${SRCREV_kubernetes}"
> +PV:class-devupstream = "1.35.5+git${SRCREV_kubernetes}"
>
>  SRCREV_FORMAT ?= "kubernetes_release"
>
> --
> 2.53.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9812):
> https://lists.yoctoproject.org/g/meta-virtualization/message/9812
> Mute This Topic: https://lists.yoctoproject.org/mt/119480103/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [
> bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end
- "Use the force Harry" - Gandalf, Star Trek II

[-- Attachment #2: Type: text/html, Size: 7726 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-virtualization][wrynose][PATCH] kubernetes: upgrade to 1.35.5
  2026-05-25 13:03 [meta-virtualization][wrynose][PATCH] kubernetes: upgrade to 1.35.5 Zhixiong Chi
  2026-05-25 13:14 ` Bruce Ashfield
@ 2026-06-10 18:58 ` Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2026-06-10 18:58 UTC (permalink / raw)
  To: zhixiong.chi; +Cc: meta-virtualization

Merged into wrynose as b240066a.

Thanks.

Bruce


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-06-10 18:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-25 13:03 [meta-virtualization][wrynose][PATCH] kubernetes: upgrade to 1.35.5 Zhixiong Chi
2026-05-25 13:14 ` Bruce Ashfield
2026-06-10 18:58 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.