Commit graph

10610 commits

Author SHA1 Message Date
Humble Devassy Chirammal
ea67842860 etcd: update etcd image to v3.6.11
Update etcd images to v3.6.11 across build dependencies, kubeadm defaults,
GCE manifests, test manifests, and sample-apiserver deployment.

Signed-off-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
2026-05-03 19:28:50 +05:30
Kubernetes Prow Robot
fa0f6ab037
Merge pull request #138610 from DamianSawicki/bump-dns-to-1-26-8
Bump kubedns and nodelocaldns to 1.26.8
2026-05-01 16:11:22 +05:30
ChengHao Yang
fc1726397e
Revert "bump coredns to v1.14.3" 2026-04-30 22:24:50 +08:00
Kubernetes Prow Robot
de8018b430
Merge pull request #138613 from saschagrunert/cri-tools-1.36
Update cri-tools to v1.36.0
2026-04-29 22:53:23 +05:30
yashsingh74
548ace71c0
bump coredns to v1.14.3
Signed-off-by: yashsingh74 <yashsingh1774@gmail.com>
2026-04-29 11:51:52 +05:30
Sascha Grunert
25521e7406
Update cri-tools to v1.36.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2026-04-27 11:43:21 +02:00
Damian Sawicki
a17953e20c Bump kubedns and nodelocaldns to 1.26.8
Promotion PR: https://github.com/kubernetes/k8s.io/pull/9378.

As per https://github.com/kubernetes/kubernetes/issues/137556,
this is most likely the last release of kubernetes/dns.

Signed-off-by: Damian Sawicki <dsawicki@google.com>
2026-04-27 08:20:44 +00:00
Kubernetes Prow Robot
7f19b73805
Merge pull request #138154 from humblec/update-metrics-server-v0.8.1
metrics-server: update to v0.8.1 and fix stale RBAC resourceName
2026-04-25 18:22:45 +05:30
Kubernetes Prow Robot
61723e7fa7
Merge pull request #138392 from humblec/update-etcd-image-3.6.10
etcd: update etcd image to v3.6.10
2026-04-23 17:28:45 +05:30
Humble Devassy Chirammal
d5c1f165c1 etcd: update etcd image to v3.6.10
Update etcd images to v3.6.10 across build dependencies, kubeadm defaults,
GCE manifests, test manifests, and sample-apiserver deployment.

Signed-off-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
2026-04-15 16:18:52 +05:30
Huy Pham
611d92ff1b
Update cloud-controller-manager image version 2026-04-14 09:32:03 -07:00
Lubomir I. Ivanov
bc2179d882 pause: fix version drift in various files
The latest pause version is 3.10.2 but due to the introduction
of the PATCH level version to the pause image (previously was
only MAJOR.MINOR), various files have remained on an older
version. Either 3.10 or 3.10.1. Our validation with
build/dependencies.yaml ./hack/verify-external-dependencies.sh
did not account for that.
2026-04-03 16:11:09 +02:00
Humble Devassy Chirammal
4964f699db metrics-server: update to v0.8.1 and fix stale RBAC resourceName
Update metrics-server addon from v0.8.0 to v0.8.1.

Also fix the ClusterRole resource-reader which still referenced the
deployment name from v0.7.1 (metrics-server-v0.7.1). The addon-resizer
nanny needs get/patch permission on the current deployment name to
function correctly; without this fix the nanny requests would be
denied by RBAC.

Additionally update the README link from the archived
kubernetes-incubator org to the current kubernetes-sigs org.

Signed-off-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
2026-04-02 20:29:25 +05:30
yashsingh74
afdb5e5d1f
Update CNI plugins to v1.9.1
Signed-off-by: yashsingh74 <yashsingh1774@gmail.com>
2026-04-01 14:06:34 +05:30
Kubernetes Prow Robot
0909c60df9
Merge pull request #137605 from pacoxu/coredns-1.14.2
bump coredns to v1.14.2
2026-03-12 06:09:55 +05:30
Tomasz Lenarcik
b764d8831b
Skip legacy version check
The original check was supposed to gate against a legacy version that
would be almost 10 years old as of today.
2026-03-11 11:51:35 +00:00
Tomasz Lenarcik
945804cc5f
Use packaging.version for gcloud version parsing
Since `distutils` package is no longer present in `python3.12` and newer, the generated script will no longer work with recent python versions. This change removes the dependency on `distutils.version` and replaces it with `packaging.version`, which is part of the standard library.
2026-03-11 11:51:34 +00:00
Paco Xu
ed316226d2 bump coredns to v1.14.2 for kubeadm and cluster/ 2026-03-10 17:44:14 +08:00
Antoni Zawodny
3f094dc228
Create Workload API v1alpha2 (#136976)
* Drop WorkloadRef field and introduce SchedulingGroup field in Pod API

* Introduce v1alpha2 Workload and PodGroup APIs, drop v1alpha1 Workload API

Co-authored-by: yongruilin <yongrlin@outlook.com>

* Run hack/update-codegen.sh

* Adjust kube-scheduler code and integration tests to v1alpha2 API

* Drop v1alpha1 scheduling API group and run make update

---------

Co-authored-by: yongruilin <yongrlin@outlook.com>
2026-03-10 07:59:10 +05:30
Humble Devassy Chirammal
4531b9ec51 csi: update CSI sidecar images in cluster/addons
Update snapshot-controller from v8.1.0 to v8.5.0 in the
volumesnapshots cluster addon deployment.

https://github.com/kubernetes-csi/external-snapshotter/blob/v8.5.0/CHANGELOG/CHANGELOG-8.5.md

Signed-off-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
2026-02-27 11:21:10 +05:30
joshjms
7c54689847
etcd: update etcd image to v3.6.8
Signed-off-by: joshjms <joshjms1607@gmail.com>
2026-02-18 21:29:56 +08:00
Huy Pham
dfda908ab2
Update cloud-controller-manager image version to v35.0.2 2026-02-12 09:22:46 -08:00
Kubernetes Prow Robot
45b924818c
Merge pull request #136719 from pohly/e2e-gce-speedups
e2e-gce: improve performance of cluster shutdown
2026-02-11 18:12:01 +05:30
Patrick Ohly
f7a0c01d60 cluster gce: parallelize cluster cleanup a bit more
This brings down the execution time for ./hack/e2e-internal/e2e-down.sh in
e2e-gce from ~7:30min to slightly less than 5 minutes.
2026-02-11 10:50:30 +01:00
Patrick Ohly
46a9dfe361 cluster gce: remove installation of additional packages
Downloading repository metadata and installing these packages can take too
long, causing timeouts in e2e-gce and similar jobs because the 300s timeout for
"Kubernetes is up and running" gets exceeded.

It's unclear whether all of these packages are still needed. They apparently
were in 2020 (acd286d), but maybe not anymore?
2026-02-05 09:43:48 +01:00
Davanum Srinivas
67043dca9f
disable unnecessary Ubuntu services during node bootstrap
Mask and stop services that compete with apt operations or are not
needed for Kubernetes nodes:

- apt-news.service/timer: fetches APT news, holds apt lock
- esm-cache.service: Ubuntu Pro cache updates
- snapd.service/socket: Snap package manager
- lxd-installer.socket: LXD container helper
- ubuntu-advantage.service: Ubuntu Pro auto-attach
- unattended-upgrades.service: automatic security updates
- motd-news.timer: MOTD news fetching
- update-notifier-motd.timer: "new Ubuntu version" checks
- update-notifier-download.timer: failed package retry

This addresses CI timeouts where apt-news.service running concurrently
with apt-get update caused the master node to take ~5 minutes for
package index downloads (vs ~5-9 seconds on worker nodes).

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2026-02-03 16:49:06 -05:00
Davanum Srinivas
f81e280ca9
fix install-containerd-ubuntu to skip apt when both versions specified
when both UBUNTU_INSTALL_CONTAINERD_VERSION and UBUNTU_INSTALL_RUNC_VERSION
are set, skip apt entirely and download binaries directly from GitHub.
this avoids installing apt packages that get immediately overwritten.

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2026-02-03 15:41:53 -05:00
xin.li
1713d43d13 update coredns to 1.14.1
Signed-off-by: xin.li <xin.li@daocloud.io>
2026-01-29 13:56:47 +08:00
xin.li
4823e1fade Update CoreDNS to v1.14.0
Signed-off-by: xin.li <xin.li@daocloud.io>
2026-01-29 13:56:47 +08:00
Kubernetes Prow Robot
f866eed44a
Merge pull request #134394 from toredash/dns-1.26.5
kube-dns bump to v1.26.7
2026-01-28 09:21:48 +05:30
Kubernetes Prow Robot
81e8d2e54f
Merge pull request #136571 from liggitt/kube-proxy-ds
Remove kube proxy daemonset from cluster
2026-01-28 03:27:56 +05:30
Jordan Liggitt
ae6f08eefd
Remove kube proxy daemonset from cluster 2026-01-27 10:49:34 -05:00
Tore Lønøy
82a636f1f3 kube-dns bump to v1.26.7 2026-01-26 14:07:55 +01:00
Kubernetes Prow Robot
4116b65ac5
Merge pull request #135694 from saschagrunert/update-cri-tools-v1.35.0
Update cri-tools to v1.35.0
2026-01-24 09:01:26 +05:30
HirazawaUi
3164b73d28 upgrade containerd version to v2.1+ 2026-01-13 18:13:52 +08:00
Kubernetes Prow Robot
c71eec3c3f
Merge pull request #135687 from yashsingh74/cni-bump
Update CNI plugins to v1.9.0
2026-01-10 04:57:41 +05:30
upodroid
2514b1df49 bump gcp ccm to v35 2025-12-26 13:39:58 +03:00
Kubernetes Prow Robot
9bd81471eb
Merge pull request #135805 from humblec/etcd-3.6.7
etcd: Update etcd to v3.6.7
2025-12-22 16:28:39 -08:00
Walter Fender
c8f8bb83d1 Update KAS apiserver network proxy to v0.34
Update konnectivity network proxy to v0.34.0. Includes bug fixes such as memory-leak in http-connect mode, stale count fix and updates to match/support kubernetes version 1.34
(https://github.com/kubernetes-sigs/apiserver-network-proxy/commits/v0.34.0)
2025-12-22 17:42:53 +00:00
Ciprian Hacman
c1b4b41c1f etcd: Remove unused legacy image build code 2025-12-18 18:15:13 +02:00
Humble Devassy Chirammal
8dc8edf49b etcd: Update etcd to v3.6.7
ETCD 3.6.7 has some critical bug fixes
https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.6.md

Signed-off-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
2025-12-18 19:05:14 +05:30
Patrick Ohly
ad79e479c2 build: remove deprecated '// +build' tag
This has been replaced by `//build:...` for a long time now.

Removal of the old build tag was automated with:

    for i in $(git grep -l '^// +build' | grep -v -e '^vendor/'); do if ! grep -q '^// Code generated' "$i"; then sed -i -e '/^\/\/ +build/d' "$i"; fi; done
2025-12-18 12:16:21 +01:00
Kubernetes Prow Robot
fba3338407
Merge pull request #135526 from dims/debug-mounter-issue
Fix mounter issue with latest ubuntu 24.04 (nfs tests)
2025-12-17 23:27:23 -08:00
Sascha Grunert
95420eab45
Update cri-tools to v1.35.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2025-12-10 10:03:19 +01:00
yashsingh74
1618bf1357
Update CNI plugins to v1.9.0
Signed-off-by: yashsingh74 <yashsingh1774@gmail.com>
2025-12-10 10:01:39 +05:30
bzsuni
2c811fdd3a etcd: Update etcd to v3.6.6
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
2025-12-08 05:37:15 +00:00
Davanum Srinivas
2dd576e6cb
fix mounter issue
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2025-12-01 03:24:00 -05:00
Kubernetes Prow Robot
f38a61181c
Merge pull request #133968 from yashsingh74/bump-coredns-1.12.4
Update coredns to v1.13.1
2025-11-06 20:38:54 -08:00
Yash
fface8ebfc
Bump coredns version 1.13.1
Signed-off-by: Yash <yashsingh1774@gmail.com>
2025-10-16 16:58:52 +05:30
Carlos Panato
96a9fe5f7b
update debian-base and setcap
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2025-10-15 09:42:15 +02:00