Kubernetes Prow Robot
62aae86899
Merge pull request #125005 from brianpursley/fix-deprecated-ptr
...
Use ptr.To instead of deprecated pointer functions
2024-05-20 18:14:08 -07:00
Kubernetes Prow Robot
765e7ef0d2
Merge pull request #124912 from enj/enj/i/enc_config_typos
...
encryptionconfig: detect typos
2024-05-20 15:40:41 -07:00
Brian Pursley
288d132cf6
Use ptr.To instead of deprecated pointer functions
2024-05-20 16:14:54 -04:00
Kubernetes Prow Robot
31d43ee485
Merge pull request #124867 from p0lyn0mial/upstream-progress-notification-for-waitUntilWatchCacheFreshAndForceAllEvents
...
storage/cacher: waitUntilWatchCacheFreshAndForceAllEvents checks if storage.RequestWatchProgress is supported
2024-05-20 09:12:29 -07:00
Kubernetes Prow Robot
935292b62d
Merge pull request #124754 from p0lyn0mial/upstream-cacher-dispatchevents-progress-requester
...
storage/cacher: dispatchEvents use progressRequester
2024-05-20 08:10:32 -07:00
Kubernetes Prow Robot
b10a141fd2
Merge pull request #124614 from p0lyn0mial/upstream-reflector-warn-no-bookmark-event
...
client-go/reflector: warns when the bookmark event for initial events hasn't been received
2024-05-20 06:46:50 -07:00
Lukasz Szaszkiewicz
93960f4890
client-go/reflector: warns when the bookmark event for initial events hasn't been received
2024-05-20 14:42:48 +02:00
Lukasz Szaszkiewicz
33f81ee23f
storage/cacher: dispatchEvents use progressRequester
2024-05-20 14:18:36 +02:00
Kubernetes Prow Robot
6d4250ed41
Merge pull request #123149 from mochizuki875/remove_probe_from_copy_pod
...
kubectl debug: Add --keep-* flag to control the removal of probes, labels, annotations, and initContainers from copy pod
2024-05-16 17:35:53 -07:00
Kubernetes Prow Robot
c276258e20
Merge pull request #124913 from enj/enj/i/go_work_sum_ignore
...
Ignore go.work.sum for fake workspaces
2024-05-16 14:43:36 -07:00
Monis Khan
974e2d956e
Ignore go.work.sum for fake workspaces
...
Signed-off-by: Monis Khan <mok@microsoft.com >
2024-05-16 13:52:36 -04:00
Kubernetes Prow Robot
2a003648b0
Merge pull request #124793 from mimowo/fix-managed-by-comment
...
Fix the comment for the Job managedBy field
2024-05-16 10:50:57 -07:00
mochizuki875
b63fa1300c
Add keep options
2024-05-16 17:26:20 +00:00
Monis Khan
2503fa55ff
encryptionconfig: detect typos
...
Signed-off-by: Monis Khan <mok@microsoft.com >
2024-05-16 12:56:39 -04:00
Kubernetes Prow Robot
06b813fd29
Merge pull request #124634 from saschagrunert/cri-staging-code
...
Move `pkg/kubelet/cri/remote` to `cri-client`
2024-05-16 07:33:06 -07:00
Kubernetes Prow Robot
1772e3fb5d
Merge pull request #124886 from carlory/revert-revert
...
Revert "Revert "remove legacycloudproviders from staging""
2024-05-15 09:59:53 -07:00
cpanato
f330ffa210
Update publishing-bot rules to Go 1.21.10/1.22.3
...
Signed-off-by: cpanato <ctadeu@gmail.com >
2024-05-15 16:32:24 +02:00
carlory
7149cb9f5a
Revert "Revert "remove legacycloudproviders from staging""
...
This reverts commit d9a0be3b01 .
2024-05-15 20:10:09 +08:00
Arda Güçlü
11c0c8bb70
kubectl create cronjobs: Manually set OwnerReferences
2024-05-15 13:36:56 +03:00
Monis Khan
bee9d41d2d
kms mock: gitignore go.work.sum
...
Signed-off-by: Monis Khan <mok@microsoft.com >
2024-05-14 17:27:40 -04:00
Kubernetes Prow Robot
9f39314eb9
Merge pull request #124732 from cmwylie19/1520
...
feat: add all-pods log flag to kubectl
2024-05-14 07:27:11 -07:00
Case Wylie
6db859eb5d
feat: add all-pods log flag to kubectl
...
Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com >
2024-05-14 09:03:09 -04:00
Lukasz Szaszkiewicz
2db69ae1cd
storage/cacher: waitUntilWatchCacheFreshAndForceAllEvents checks if storage.RequestWatchProgress is supported
2024-05-14 12:53:43 +02:00
Sascha Grunert
2aa9e76be1
Move pkg/kubelet/cri/remote to cri-client
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2024-05-14 10:58:18 +02:00
carlory
d9a0be3b01
Revert "remove legacycloudproviders from staging"
...
This reverts commit 07c8d35681 .
2024-05-14 13:39:13 +08:00
Kubernetes Prow Robot
4f04dffe5b
Merge pull request #124826 from mjudeikis/mjudeikis/plugins.move.to.generics
...
Move to generics for sets in kubeapiserver plugins
2024-05-13 14:09:58 -07:00
Kubernetes Prow Robot
5e1a1db960
Merge pull request #124683 from TessaIO/feat-add-portforward-autocompletion
...
feat: add ports autocompletion for kubectl port-forward command
2024-05-13 08:52:13 -07:00
Kubernetes Prow Robot
119f9b3e7c
Merge pull request #124675 from cici37/fgForCost
...
Adding a deprecating featurer gate to fix cost
2024-05-13 08:52:04 -07:00
Kubernetes Prow Robot
8ac9d94973
Merge pull request #123638 from sanposhiho/matchlabelkey-beta
...
graduate MatchLabelKeysInPodAffinity to Beta
2024-05-13 08:51:55 -07:00
Michal Wozniak
a517b4dcdf
Fix the comment for the Job managedBy field
2024-05-13 13:31:58 +02:00
TessaIO
a84e893afa
feat: add ports autocompletion for kubectl port-forward command
...
Signed-off-by: TessaIO <ahmedgrati1999@gmail.com >
2024-05-13 08:16:45 +02:00
cpanato
30efae7c8b
[go] Bump images, dependencies and versions to go 1.22.3 and distroless iptables
...
Signed-off-by: cpanato <ctadeu@gmail.com >
2024-05-12 15:05:26 +02:00
Mangirdas Judeikis
b14936f679
move to generics for sets in kubeapiserver
2024-05-12 11:49:42 +03:00
Yuki Iwai
80c8c8aed7
Scheduling: Remove unnecessary string casting
...
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com >
2024-05-11 21:25:34 +09:00
Kensei Nakada
2ea7d8f523
graduate MatchLabelKeysInPodAffinity to Beta
2024-05-11 10:40:28 +00:00
Kubernetes Prow Robot
925cb2be30
Merge pull request #124799 from benluddy/cbor-self-described-cbor-tag-decode-test
...
KEP-4222: Add CBOR decoder unit test that accepts tag 55799.
2024-05-10 15:43:18 -07:00
Cici Huang
d6e4115ead
Adding the feature gates to fix cost for VAP and webhook matchConditions.
2024-05-10 22:07:40 +00:00
Ben Luddy
19921cbf0d
Add CBOR decoder unit test that accepts tag 55799.
...
Tag 55799 (self-described CBOR) imparts no special semantics on the item it encloses. The CBOR
encoder always encloses its output in this tag so that the prefix 0xd9d9f7 can be used to
mechanically distinguish encoded CBOR from encoded JSON, and the decoder must be able to accept any
sequence of bytes that the encoder can produce.
2024-05-10 10:57:17 -04:00
Kubernetes Prow Robot
d8ed461ba1
Merge pull request #124612 from ah8ad3/add-clc-warning
...
Feat: warn user if etcd version is not supported for RequestWatchProgress feature.
2024-05-10 07:52:36 -07:00
ah8ad3
9f8273a5c5
Feat: warn user if etcd version is not supported for RequestWatchProgress
2024-05-10 15:26:42 +03:30
Kubernetes Prow Robot
df074ed002
Merge pull request #124546 from carlory/remove-rbd
...
CephRBD volume plugin and its csi migration support are removed
2024-05-09 20:50:12 -07:00
Kubernetes Prow Robot
5cb71ec2e4
Merge pull request #123620 from benluddy/json-frame-reader-underlying-array-reuse
...
Remove shared ref to underlying array of JSONFrameReader's Read arg.
2024-05-09 11:33:09 -07:00
Kubernetes Prow Robot
dfcb44758a
Merge pull request #122176 from slashpai/disable_http2_flag
...
Expose DisableHTTP2 flag in SecureServingOptions
2024-05-09 08:52:39 -07:00
carlory
c8e91b9bc2
CephRBD volume plugin ( ) and its csi migration support were removed in this release
2024-05-09 22:55:34 +08:00
Ben Luddy
10f7a166dd
Remove shared ref to underlying array of JSONFrameReader's Read arg.
...
When JSONFrameReader read a JSON object longer than the length of the destination slice, but not
larger than the capacity of the destination slice, it would retain a reference to a slice sharing
the same underlying array as the destination slice. If the underlying array is modified between
calls to Read, corrupt frame data could be returned.
This is also called out in the io.Reader contract: "Implementations must not retain p."
2024-05-09 09:33:12 -04:00
carlory
07c8d35681
remove legacycloudproviders from staging
2024-05-09 11:59:43 +08:00
Kubernetes Prow Robot
7a6931b31c
Merge pull request #124588 from jiuker/patch-2
...
fix: Hang when canceling leader election information
2024-05-08 19:30:36 -07:00
Kubernetes Prow Robot
22578c545f
Merge pull request #124757 from dims/update-to-latest-golang.org/x/oauth2-v0.20.0
...
Update to latest golang.org/x/oauth2 v0.20.0
2024-05-08 13:58:30 -07:00
Kubernetes Prow Robot
1af6bc992c
Merge pull request #123845 from HirazawaUi/promote-DisableNodeKubeProxyVersion-to-beta
...
promote DisableNodeKubeProxyVersion feature gate to beta
2024-05-08 12:23:19 -07:00
Davanum Srinivas
04c40ac961
Update to latest golang.org/x/oauth2 v0.20.0
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-05-08 13:06:12 -04:00