23018 Commits

Author SHA1 Message Date
Carlos Panato
98b3daba8c Bump dependencies, images and versions used to Go 1.24.6 and distroless iptables
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2025-08-14 13:31:05 +02:00
Min Jin
8c49e96120 fixes scheduler nil panic due to empty init container request&limit
Signed-off-by: Min Jin <minkimzz@amazon.com>
2025-07-29 12:49:43 -07:00
Carlos Panato
e7ff6701a9 Bump dependencies, images and versions used to Go 1.24.5 and distroless iptables
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2025-07-11 20:34:49 +02:00
Harish Kuna
d4a4a1d881 Fix -Consistent paginated lists serve from cache 2025-06-16 17:48:00 +00:00
Carlos Panato
612e055556 Bump images, dependencies and versions to go 1.24.4 and distroless iptables
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2025-06-11 08:35:06 +02:00
Kazuki Suda
060a498537 Revert shorthand for kubectl explain --output 2025-05-28 09:30:07 +09:00
Carlos Panato
c4f2287f8a Bump images, dependencies and versions to go 1.24.9 and distroless iptables
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2025-05-23 09:14:58 -04:00
Taha Farahani
cce99a8c73 Automated cherry pick of #130503: Unhandled panic crash on rollout_history printer.PrintObj (#131496)
* Change: Handling nil runtime.Object

Signed-off-by: Taha Farahani <tahacodes@proton.me>

* Change: Return only if there is error in rollout_history

Signed-off-by: Taha Farahani <tahacodes@proton.me>

* Change: Return the unknown revision error directly in rollout_history.go

Signed-off-by: Taha Farahani <tahacodes@proton.me>

* Change: Remove unintended newline

Signed-off-by: Taha Farahani <tahacodes@proton.me>

* Change: Using go idiomatic way for checking if historyInfo[o.Revision] exists

Signed-off-by: Taha Farahani <tahacodes@proton.me>

* Change: Remove 'error:' from returned error message in rollout_history.go

Signed-off-by: Taha Farahani <tahacodes@proton.me>

* Change: Check for printer.PrintObj returned err

Signed-off-by: Taha Farahani <tahacodes@proton.me>

* Change: Add TestRolloutHistoryErrors test

Signed-off-by: Taha Farahani <tahacodes@proton.me>

* Change: Simple typo fix on Complete() function description

Signed-off-by: Taha Farahani <tahacodes@proton.me>

* Change: Checking for error on o.Complete in TestRolloutHistoryErrors

Signed-off-by: Taha Farahani <tahacodes@proton.me>

---------

Signed-off-by: Taha Farahani <tahacodes@proton.me>
2025-05-14 00:26:54 -07:00
Kubernetes Prow Robot
00ebe85a29 Merge pull request #131636 from gnufied/automated-cherry-pick-of-#131568-upstream-release-1.33
Automated cherry pick of #131568: Disable size checking performed during resize
2025-05-13 23:13:02 -07:00
Kubernetes Prow Robot
b5a1738ccc Merge pull request #131708 from tigrato/automated-cherry-pick-of-#131702-upstream-release-1.33
Automated cherry pick of #131702: Panic in `NewYAMLToJSONDecoder`
2025-05-13 05:05:15 -07:00
Tiago Silva
a257be8299 fix: fixes a possible panic in NewYAMLToJSONDecoder
This PR fixes a possible panic caused by decoding a JSON document
followed by a YAML document that is shorter than the first json
document.

This can cause a panic because the stream already consumed the JSON
data. When we fallback to YAML reader, the YAML starts with a zero
offset while the stream consumed data is non-zero. This could lead into
consuming negative bytes because `d.yaml.InputOffset() -
d.stream.Consumed()` is negative which will cause a panic.

Signed-off-by: Tiago Silva <tiago.silva@goteleport.com>
2025-05-09 23:37:42 +01:00
Morten Torkildsen
b59deb4914 DRA: Fix failure to allocate large number of devices 2025-05-08 20:03:36 +00:00
Hemant Kumar
c916dba607 Disable size check for xfs/ext3/ext4 filesystems before expansion 2025-05-06 16:54:51 -04:00
Hemant Kumar
c8f2295d68 Disable disk size checking when calling NeedsResize function 2025-05-06 16:54:51 -04:00
Kubernetes Prow Robot
680ea07dbb Merge pull request #131369 from ameukam/update-1242-master
[Go] Bump dependencies, images and versions used to Go 1.24.2 and distroless iptables
2025-04-21 09:19:06 -07:00
Arnaud Meukam
e467c9530b [Go] Bump dependencies, images and versions used to Go 1.24.2 and distroless-iptables
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2025-04-18 15:49:48 +02:00
David Eads
660df229bf Stop exposing list-via-watch from the server
With StreamingCollectionEncodingToJSON and
StreamingCollectionEncodingToProtobuf, the WatchList must re-justify its
necessity.  To prevent an ecosystem from building around a feature that
may not be promoted, we will stop serving list-via-watch until
performance numbers can justify its inclusion.

This also stops the kube-controller-manager from using the
list-via-watch by default.  The fallback is a regular list, so during
the skew during an upgrade the "right" thing will happen and the new
StreamingCollectionEncoding will be used.
2025-04-18 09:21:23 -04:00
Jim Angel
505836c22c staging/publishing: add release-1.33 rules 2025-04-10 16:42:44 -05:00
Kubernetes Prow Robot
640489ae0c Merge pull request #131196 from siyuanfoundation/forward-api
bug fix: fix version order in emulation forward compatibility.
2025-04-08 15:12:51 -07:00
Siyuan Zhang
b1a9cc3473 bug fix: fix version order in emulation forward compatibility.
Signed-off-by: Siyuan Zhang <sizhang@google.com>
2025-04-08 14:03:34 -07:00
Davanum Srinivas
2ef4a8426c Move to released version of prometheus/client_golang v1.22.0 from rc.0
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2025-04-08 08:35:18 -04:00
Kubernetes Prow Robot
195803cde5 Merge pull request #131144 from joshjms/update-etcd-3.5.21
Update etcd to 3.5.21
2025-04-03 00:52:46 -07:00
Kubernetes Prow Robot
b4d1390946 Merge pull request #131020 from wojtek-t/fix_asynchronous_error
Fix race for sending errors in watch
2025-04-02 14:18:38 -07:00
Wojciech Tyczyński
c8c2844aaf Fix race for sending errors in watch 2025-04-02 15:38:23 +01:00
joshjms
24edc6e90f Update etcd to 3.5.21
Signed-off-by: joshjms <joshjms1607@gmail.com>
2025-04-02 02:16:38 +08:00
Kubernetes Prow Robot
d53dc8e1ee Merge pull request #131088 from atiratree/rename-terminating-replicas-fg
rename DeploymentPodReplacementPolicy FG to DeploymentReplicaSetTerminatingReplicas
2025-04-01 01:22:42 -07:00
Jordan Liggitt
eca90dab3f Parallelize cacher list tests 2025-03-31 21:43:56 +01:00
Marek Siarkowicz
1a15d582ae Don't start etcd for skipped test 2025-03-31 20:37:29 +01:00
Marek Siarkowicz
75186095c5 Stop cacher in TestWatchStreamSeparation to speed up shutdown 2025-03-31 20:36:39 +01:00
Marek Siarkowicz
38d5cb368d Fix flake, non-consistent list doesn't give any guarantees about staleness 2025-03-31 20:03:56 +01:00
Marek Siarkowicz
9b5c4504ee Ensure that cacher is terminated in TestGetListRecursivePrefix 2025-03-31 18:55:18 +01:00
Benjamin Wang
24536987d8 fix narrow spaces of %e for x/net bump
https://github.com/google/cel-go/issues/1100

Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2025-03-31 18:53:27 +01:00
Benjamin Wang
f3b80a8582 bump etcd 3.5.21 sdk
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2025-03-31 18:53:27 +01:00
Filip Křepinský
8db1426554 rename DeploymentPodReplacementPolicy FG to DeploymentReplicaSetTerminatingReplicas 2025-03-27 20:27:44 +01:00
Kubernetes Prow Robot
070f0ad3bd Merge pull request #129970 from mortent/AddResourceV1beta2API
Add resource v1beta2 API
2025-03-26 09:10:47 -07:00
Morten Torkildsen
e761be47a4 Run make update 2025-03-26 14:52:36 +00:00
Morten Torkildsen
39507d911f Add resource v1beta2 API 2025-03-26 14:41:09 +00:00
Kubernetes Prow Robot
ff25881bc1 Merge pull request #130556 from sreeram-venkitesh/kep-4960-container-stop-signals
KEP 4960: Container Stop Signals
2025-03-24 16:36:32 -07:00
Kubernetes Prow Robot
34e80be133 Merge pull request #130797 from jm-franc/configurable-tolerance
Add support for HPA configurable tolerance
2025-03-24 14:20:32 -07:00
Sreeram
52c3010c8b Generated UPDATE_COMPATIBILITY_FIXTURE_DATA 2025-03-25 02:07:06 +05:30
Sreeram
d6d9a354d7 Generated files 2025-03-25 02:06:29 +05:30
Sreeram
cc466aa355 CRI API changes 2025-03-25 01:59:48 +05:30
Sreeram
70540c9f43 API changes 2025-03-25 01:56:45 +05:30
Kubernetes Prow Robot
62555cadc7 Merge pull request #130701 from roycaihw/psi-metrics
Surface Pressure Stall Information (PSI) metrics
2025-03-24 10:38:33 -07:00
Jean-Marc François
ac107137ce Refresh autogenerated files following the configurable tolerance updates. 2025-03-21 18:48:38 -04:00
Jean-Marc François
dc1696d807 Fix API doc and tolerance field handling when gate is flipped. 2025-03-21 18:48:37 -04:00
Jean-Marc François
11b6e2a375 Update test fixture to account for new tolerance field. 2025-03-21 18:48:37 -04:00
Jean-Marc François
a41284d9fa Add the HorizontalPodAutoscaler tolerance field.
Includes v2beta2 HPA round-trip conversion, defaulting, and validation.
2025-03-21 18:48:37 -04:00
Haowei Cai
914a4ba8bf generated 2025-03-21 15:54:22 +00:00
Kubernetes Prow Robot
47a61c5c98 Merge pull request #130967 from aojea/listers
benchmarks inefficiency on listers linear search lookup
2025-03-21 02:40:32 -07:00