Ciprian Hacman
c1b4b41c1f
etcd: Remove unused legacy image build code
2025-12-18 18:15:13 +02:00
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
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
Jordan Liggitt
39d37a1e92
Remove invalid SAN certificate construction
2025-10-13 10:27:22 -07:00
upodroid
0a05490e08
fix broken gce jobs
2025-10-13 12:49:46 +03:00
Kubernetes Prow Robot
adce99702a
Merge pull request #134461 from borg-land/kubeup-patches
...
improve kubeup env parameters
2025-10-11 09:26:52 -07:00
Kubernetes Prow Robot
27cfc5b4d5
Merge pull request #133778 from carlory/kubeadm-cleanup-pod-infra-container-image
...
Remove the --pod-infra-container-image flag from kubeadm and cluster/gce
2025-10-10 19:48:58 -07:00
Robert Kolchmeyer
3ec711f91e
cluster/gce/gci: revert PATH change when using custom runc
...
Commit 6031ff29c1
("make containerd download more robust") updated the containerd systemd
unit to use `Environment=PATH=/home/containerd/bin:$PATH`. However,
environment variables are not evaluated in systemd units in that way.
This resulted in containerd running with the literal value
`/home/containerd/bin:$PATH` for its PATH, breaking containerd (it could
not access the apparmor_parser program).
The old way passes the PATH that configure.sh runs with to containerd,
which is not optimal, but at least it doesn't break the tests. Let's
revert to the old way.
2025-10-08 16:19:01 -07:00
upodroid
8dc51e11ef
improve kubeup env parameters
2025-10-08 18:42:20 +03:00
Kubernetes Prow Robot
4db43d1321
Merge pull request #134251 from joshjms/update-etcd-3.6.5
...
etcd: Update etcd to v3.6.5
2025-10-03 07:00:58 -07:00
joshjms
070d4c1846
bump etcd to v3.6.5
...
Signed-off-by: joshjms <joshjms1607@gmail.com >
2025-10-03 18:19:15 +08:00
Kubernetes Prow Robot
14f808b041
Merge pull request #134310 from humblec/mod-update
...
cluster/addons: update container images to latest versions
2025-10-02 10:46:57 -07:00
upodroid
a7b720ad5b
upgrade to cos 121
2025-10-02 16:57:10 +03:00
Humble Devassy Chirammal
6e7762ef0e
Update cluster/addons/ip-masq-agent/ip-masq-agent.yaml
...
Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com >
2025-10-02 11:57:15 +05:30
Humble Devassy Chirammal
b5805f28e7
Update cluster/addons/kube-network-policies/kube-network-policies.yaml
...
Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com >
2025-10-02 11:57:08 +05:30
Kubernetes Prow Robot
5161bf0058
Merge pull request #134268 from joshjms/gce-test-fix-etcd-manifest
...
gce: Fix etcd manifest
2025-09-28 08:00:16 -07:00
joshjms
6a5d0ef423
gce: fix etcd manifest
...
Signed-off-by: joshjms <joshjms1607@gmail.com >
2025-09-28 22:06:16 +08:00
Humble Devassy Chirammal
1cfc29a179
cluster/addons: update container images to latest versions
...
Update several addon container images to their latest stable versions:
- metrics-server: v0.7.2 → v0.8.0
- addon-resizer: 1.8.14 → 1.8.20
- ip-masq-agent: v2.9.3 → v2.9.4
- kube-network-policies: v0.7.0 → v0.8.0
These updates provide bug fixes, security improvements, and enhanced functionality
Signed-off-by: Humble Devassy Chirammal <humble.devassy@gmail.com >
2025-09-28 16:38:18 +05:30
Ciprian Hacman
2b3f1877be
Update NPD to v1.34.0
2025-09-27 19:57:47 +03:00
yashsingh74
4347d4be81
Update coredns to v1.12.4
...
Signed-off-by: yashsingh74 <yashsingh1774@gmail.com >
2025-09-26 08:51:35 +05:30
Davanum Srinivas
6031ff29c1
make containerd download more robust
2025-09-25 12:17:34 -04:00
carlory
784b842a44
Remove the --pod-infra-container-image flag from cluster/gce
2025-09-23 10:01:33 +08:00
Kubernetes Prow Robot
6b94b09f0e
Merge pull request #130548 from Jefftree/addon-manager-image-bump
...
Bump addon manager image to v9.1.8
2025-09-10 15:55:56 -07:00
Kubernetes Prow Robot
5dff07fdf9
Merge pull request #133837 from saschagrunert/cni-plugins
...
Update CNI plugins to v1.8.0
2025-09-03 07:53:15 -07:00
Sascha Grunert
f0be916f7a
Update CNI plugins to v1.8.0
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2025-09-02 08:39:57 +02:00
Sascha Grunert
584a9da594
Use golang protobuf for etcd version monitor
...
The golang package is preferred over the gogo one and the type
conversion should work in the same way.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2025-09-02 08:37:05 +02:00
Kubernetes Prow Robot
546519987d
Merge pull request #132288 from thevilledev/chore/coredns-v1.12.2
...
chore: update CoreDNS to v1.12.3
2025-08-28 06:55:10 -07:00
Kubernetes Prow Robot
7174623fb8
Merge pull request #131639 from borg-land/fetch-mounter-cdn
...
pull mounter from dl.k8s.io
2025-08-28 03:17:10 -07:00
Sascha Grunert
e792dcb810
Update cri-tools to v1.34.0
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2025-08-21 10:11:08 +02:00
Ville Vesilehto
aa819af85a
chore: update CoreDNS to v1.12.3
...
Signed-off-by: Ville Vesilehto <ville@vesilehto.fi >
2025-08-13 08:52:10 +03:00
Ivan Valdes
e8dc272c53
Update etcd to 3.6.4
2025-07-27 21:45:02 -07:00
Ivan Valdes
b562335cb3
Build etcd v3.6.4 image
2025-07-25 13:51:25 -07:00
Kubernetes Prow Robot
8a85a750c1
Merge pull request #132515 from gemmahou/ccm-33.0.0
...
Update CCM image to v33.1.1
2025-07-24 17:58:40 -07:00
Ivan Valdes
db9b9b5a42
Build etcd v3.6.3 image
2025-07-22 16:48:31 -07:00
Gemma Hou
19b00ecc94
update CCM image to v33.1.1
...
Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com >
2025-07-22 17:36:03 +00:00
bzsuni
b1a35c640e
Build etcd image v3.6.2
...
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io >
2025-07-11 05:36:16 +00:00
Kubernetes Prow Robot
c6539bc785
Merge pull request #132284 from ArkaSaha30/bump-etcd-3.6.1
...
Bump etcd to v3.6.1
2025-06-30 11:00:35 -07:00
ArkaSaha30
e1d74f1d33
Update etcd image revision to 3.6.1-1
...
This commit will update etcd image revision from 3.6.1-0 to 3.6.1-1
Ref Discussion: https://github.com/kubernetes/kubernetes/pull/132395/files#r2156576606
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com >
2025-06-23 23:00:38 +05:30
Timothy-Dougherty
db32c4cf7c
fixing syntax issue for etcd builds
2025-06-20 09:11:35 +10:00
Kubernetes Prow Robot
72e32cb2a6
Merge pull request #132395 from Timothy-Dougherty/timdoug/fix-etcd-361-arm-builds
...
handling the etcd 3.6+ build directory location change
2025-06-19 05:56:51 -07:00
Timothy-Dougherty
280cecb8fb
fixing location to ensure the cp commands dont fail
2025-06-19 17:07:32 +10:00
Timothy-Dougherty
d2945a21fd
bumping revision
2025-06-19 12:21:44 +10:00
Timothy-Dougherty
fa1832484d
handling the etcd 3.6+ build directory location change
2025-06-19 11:48:23 +10:00
Kubernetes Prow Robot
b4e17418b3
Merge pull request #132369 from p0lyn0mial/upstream-rm-support-for-list-inconsistency-detector-to-ci-jobs
...
cluster/gce: rm KUBE_LIST_FROM_CACHE_INCONSISTENCY_DETECTOR
2025-06-18 06:34:51 -07:00
Kubernetes Prow Robot
60f0ad4615
Merge pull request #122384 from carlory/remove-kubelet-flag-register-schedulable
...
kubelet: remove --register-schedulable flag
2025-06-18 05:26:54 -07:00