Kubernetes Prow Robot
3045dd122e
Merge pull request #130173 from liggitt/go-tools-130
...
[release-1.30][go1.23] Honor KUBE_HACK_TOOLS_GOTOOLCHAIN
2025-02-14 17:22:21 -08:00
Jordan Liggitt
76d8dd1618
Honor KUBE_HACK_TOOLS_GOTOOLCHAIN
2025-02-14 12:54:03 -05:00
Kubernetes Release Robot
2808163876
Update CHANGELOG/CHANGELOG-1.30.md for v1.30.10
2025-02-12 21:53:31 +00:00
Kubernetes Release Robot
ccc69071da
Release commit for Kubernetes v1.30.10
2025-02-12 21:24:57 +00:00
Kubernetes Prow Robot
d1e5dbf1a1
Merge pull request #130076 from cpanato/update-go-130
...
[release-1.30][go] Bump images, dependencies and versions to go 1.22.12 and distroless iptables
2025-02-11 15:49:58 -08:00
cpanato
0963b145cc
Bump images, dependencies and versions to go 1.22.12 and distroless iptables
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2025-02-10 14:28:23 -06:00
Kubernetes Prow Robot
70854ac129
Merge pull request #129964 from cpanato/update-go-rel130
...
[release-1.30][go] Bump images, dependencies and versions to go 1.22.11 and distroless iptables
2025-02-07 09:19:55 -08:00
Kubernetes Prow Robot
e6a6b51f0e
Merge pull request #130012 from tallclair/automated-cherry-pick-of-#129739-upstream-release-1.30
...
Automated cherry pick of #129739 : Kubelet server handler cleanup
2025-02-06 23:49:55 -08:00
Tim Allclair
a7c65364b4
Kubelet server handler cleanup
2025-02-06 11:11:38 -08:00
cpanato
1c6380b7cd
Bump images, dependencies and versions to go 1.22.11 and distroless iptables
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2025-02-03 18:39:13 +01:00
Kubernetes Prow Robot
ab7a7da245
Merge pull request #129860 from neolit123/automated-cherry-pick-of-#129859-origin-release-1.30
...
Automated cherry pick of #129859 : kubeadm: use the v1beta4 EtcdAPICall timeout for etcd calls
2025-01-30 07:51:23 -08:00
Kubernetes Prow Robot
613b926458
Merge pull request #125863 from ArkaSaha30/bump-govulncheck-1.30
...
[1.30]Bump govulncheck to 1.1.2
2025-01-30 03:13:23 -08:00
Kubernetes Prow Robot
d6360f081c
Merge pull request #126712 from MadhavJivrajani/bump-go-tools-130
...
[release-1.30][go1.23] hack: bump go-tools and exclude SA1006 #125926
2025-01-28 09:35:25 -08:00
Lubomir I. Ivanov
37573be183
kubeadm: use the v1beta4 EtcdAPICall timeout for etcd calls
...
v1beta4 added the Timeouts struct and a EtcdAPICall timeout
field, but it was never used in the etcd client calls.
This is a bug, so it should be fixed, we also reduced
the timeout from 200 seconds exponentional backoff to 2 minute
linear default timeout.
2025-01-28 17:52:00 +02:00
Kubernetes Prow Robot
69bbe24c91
Merge pull request #129133 from cwangVT/bm-cadvisor-v0.49.2
...
bump cadvisor to v0.49.2 in release 1.30
2025-01-28 05:07:24 -08:00
Kubernetes Prow Robot
31c9ab133d
Merge pull request #129745 from pjsharath28/automated-cherry-pick-of-#128997-upstream-release-1.30
...
Automated cherry pick of #128997 : Replaced util.NewIOHandler() with fakeIOHandler to make UT pass on different host envs
2025-01-28 04:05:32 -08:00
Kubernetes Prow Robot
366322cacd
Merge pull request #129469 from hbostan/automated-cherry-pick-of-#124223-upstream-release-1.30
...
Automated cherry pick of #124223 : Fix: EtcdOptions.StorageObjectCountTracker is nil, APF estimator got ObjectCountNotFoundErr
2025-01-28 04:05:24 -08:00
Kubernetes Prow Robot
1f4b5f1ca0
Merge pull request #129521 from KeerthanaAP/automated-cherry-pick-of-#127422-upstream-release-1.30
...
Automated cherry pick of #127422 : Go vet fixes for gotip
2025-01-22 07:14:38 -08:00
Abhishek Kr Srivastav
6cb38ff71f
Added check for multipath device mapper
...
Addressed review comments
2025-01-22 10:42:46 +05:30
Abhishek Kr Srivastav
d58b536147
Fix Go vet errors for master golang
...
Co-authored-by: Rajalakshmi-Girish <rajalakshmi.girish1@ibm.com>
Co-authored-by: Abhishek Kr Srivastav <Abhishek.kr.srivastav@ibm.com>
2025-01-17 17:16:21 +05:30
Kubernetes Release Robot
f7e807048f
Update CHANGELOG/CHANGELOG-1.30.md for v1.30.9
2025-01-15 15:01:10 +00:00
Kubernetes Release Robot
a87cd69061
Release commit for Kubernetes v1.30.9
2025-01-15 14:33:08 +00:00
Kubernetes Prow Robot
45f4ccc215
Merge pull request #129602 from aravindhp/automated-cherry-pick-of-#129599-upstream-release-1.30
...
Automated cherry pick of #129599 : Automated cherry pick of #129595 : kubelet: use env vars in node log query PS command
2025-01-14 10:26:35 -08:00
Aravindh Puthiyaparambil
9c25992dcb
kubelet: use env vars in node log query PS command
...
- Use environment variables to pass string arguments in the node log
query PS command
- Split getLoggingCmd into getLoggingCmdEnv and getLoggingCmdArgs
for better modularization
2025-01-13 16:21:53 -08:00
chenk008
3212c129d6
Update pkg/controlplane/apiserver/config_test.go
...
Co-authored-by: Paco Xu <paco.xu@daocloud.io>
2025-01-13 08:54:09 +00:00
Kubernetes Prow Robot
a962fa5fc6
Merge pull request #129493 from MadhavJivrajani/130-go124-webhook-regex-ut
...
[go1.24][1.30] webhook: alter regex to account for x509sha1 GODEBUG removal
2025-01-09 06:14:31 -08:00
Kubernetes Prow Robot
d517095746
Merge pull request #129324 from ardaguclu/automated-cherry-pick-of-#129301-upstream-release-1.30
...
Automated cherry pick of #129301 : Do not attempt to truncate revision history if revisionHistoryLimit is negative
2025-01-09 03:32:31 -08:00
Kubernetes Prow Robot
cc6601a427
Merge pull request #129182 from RomanBednar/automated-cherry-pick-of-#128086-upstream-release-1.30
...
Automated cherry pick of #128086 : prevent unnecessary resolving of iscsi/fc devices to dm
2025-01-08 13:46:30 -08:00
Kubernetes Prow Robot
538bf455a1
Merge pull request #129063 from carlory/automated-cherry-pick-of-#128219-upstream-release-1.30
...
Automated cherry pick of #128219 : kubelet: Fix the volume manager didn't check the device mount state in the actual state of the world before marking the volume as detached
2025-01-07 15:08:29 -08:00
Kubernetes Prow Robot
7419460b20
Merge pull request #129507 from carlory/automated-cherry-pick-of-#125040-upstream-release-1.30
...
Automated cherry pick of #125040 : Fix kubelet on Windows fails if a pod has SecurityContext with RunAsUser
2025-01-07 14:04:30 -08:00
carlory
198ccd5bfb
Fix kubelet on Windows fails if a pod has SecurityContext with RunAsUser.
...
Co-authored-by: rphillips <rphillips@redhat.com>
2025-01-07 21:33:01 +08:00
Madhav Jivrajani
5eafd5ece6
webhook: alter regex to account for x509sha1 GODEBUG removal
...
go1.24 removes the x509sha1 GODEBUG variable, and with it the
support for SHA-1 signed certs. This commit alters the regex
in unit tests to account for that and prep for go1.24.
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
2025-01-06 15:06:57 -08:00
Kubernetes Prow Robot
7e66cb399c
Merge pull request #129275 from ameukam/automated-cherry-pick-of-#129095-upstream-release-1.30
...
Automated cherry pick of #129095 : fetch cni plugins from GitHub releases
2025-01-06 12:20:16 +01:00
chenk008
a277aaf6cf
prioritize user EtcdOptions.StorageConfig.StorageObjectCountTracker
2025-01-03 11:33:08 +00:00
chenk008
6e12360e4f
Fix: StorageObjectCountTracker is nil, apf estimator got ObjectCountNotFoundErr
2025-01-03 11:33:08 +00:00
Kubernetes Prow Robot
0c105762e8
Merge pull request #129425 from cpanato/update-go1234-rel130
...
[release-1.30][go] Bump images, dependencies and versions to go 1.22.10 and distroless iptables
2024-12-30 16:02:13 +01:00
cpanato
be0a79c226
Bump images, dependencies and versions to go 1.22.10 and distroless iptables
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2024-12-30 09:16:41 +01:00
Kubernetes Prow Robot
69da96ddd7
Merge pull request #129236 from gnufied/automated-cherry-pick-of-#129085-upstream-release-1.30
...
Automated cherry pick of #129085 : Fix volume expansion offline e2e
2024-12-20 08:48:08 +01:00
Arda Güçlü
f914eaea5f
Do not attempt to truncate revision history if revisionHistoryLimit is negative
2024-12-20 10:04:49 +03:00
upodroid
a0b6935b42
fetch cni plugins from GitHub releases
2024-12-18 15:17:19 +01:00
Hemant Kumar
be8a74d952
Fix volume expansion offline
2024-12-16 10:40:41 -05:00
Roman Bednar
a08269ac28
prevent unnecessary resolving of iscsi/fc devices to dm
2024-12-12 15:59:35 +01:00
Kubernetes Release Robot
a2f2103446
Update CHANGELOG/CHANGELOG-1.30.md for v1.30.8
2024-12-10 11:45:41 +00:00
Kubernetes Release Robot
354eac7760
Release commit for Kubernetes v1.30.8
2024-12-10 11:25:04 +00:00
Chun Wang
5a0ed8bab7
bump cadvisor to v0.49.2 in release 1.30
2024-12-10 02:07:23 +00:00
Kubernetes Prow Robot
884d1ccd5a
Merge pull request #129005 from andyzhangx/automated-cherry-pick-of-#128286-upstream-release-1.30
...
Automated cherry pick of #128286 : fix isLikelyNotMountPointStatx relative path issue
2024-12-04 11:43:01 +00:00
carlory
780ebfa496
kubelet: Fix the volume manager did't check the device mount state in the actual state of the world before marking the volume as detached. It may cause a pod to be stuck in the Terminating state due to the above issue when it was deleted.
2024-12-03 09:56:10 +08:00
umagnus
469dc866d3
fix isLikelyNotMountPointStatx relative path issue
2024-11-27 13:31:42 +00:00
Kubernetes Prow Robot
9b2866fccb
Merge pull request #128913 from cpanato/update-go-130
...
[release-1.30][go] Bump images, dependencies and versions to go 1.22.9 and distroless iptables
2024-11-25 09:22:56 +00:00
cpanato
d51c183a5a
Bump images, dependencies and versions to go 1.22.9 and distroless iptables
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2024-11-21 16:22:52 +01:00