Commit Graph

20789 Commits

Author SHA1 Message Date
Alexander Zielenski
8d45bbea2b add prerelease lifecycle tags to GA types
Estimated based upon the milestone of the commit that added the original struct header. If the commit wasn't in a milestone used the deprecation of the prior beta api. If that wasn't available inferred the next available release from the date the commit was merged.
2024-05-23 10:42:49 -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
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
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
Kubernetes Prow Robot
18349219c2 Merge pull request #123370 from Rei1010/updateCRIAPIReadme
Update cri-api Readme
2024-05-08 01:36:27 -07:00
Kubernetes Prow Robot
f1385904ea Merge pull request #123619 from Eduard-Voiculescu/warning-watch-only-msg
show warning message only when running `kubectl get --watch-only`
2024-05-07 20:42:32 -07:00
wen.rui
6546c8bf7f Update cri-api Readme 2024-05-08 09:31:59 +08:00
Kubernetes Prow Robot
f281a02d23 Merge pull request #124514 from brianpursley/fix-sort
Change non-quantity strings to sort alphanumerically, instead of using "Natural Sort"
2024-05-07 11:46:30 -07:00
Kubernetes Prow Robot
e6547701f1 Merge pull request #124681 from jpbetz/field-selector-beta
Promote custom resource field selectors to beta
2024-05-07 10:39:05 -07:00
Monis Khan
602918bff5 Sync go.work.sum of kms mock plugin
Signed-off-by: Monis Khan <mok@microsoft.com>
2024-05-07 09:38:33 -04:00
Kubernetes Prow Robot
0590bb1ac4 Merge pull request #124592 from ah8ad3/add-kubectl-set-completion
Add completion for kubectl set image
2024-05-06 23:20:51 -07:00
ah8ad3
ee58214bfb Add completion for kubectl set image 2024-05-07 08:47:47 +03:30
Kubernetes Prow Robot
1dc30bf90f Merge pull request #124600 from alvaroaleman/typed-wq
Use the generic/typed workqueue throughout
2024-05-06 16:18:31 -07:00
Kubernetes Prow Robot
54687f317b Merge pull request #124673 from jpbetz/retry-beta
Promote RetryGenerateName to beta
2024-05-06 15:11:56 -07:00
Eduard Voiculescu
a0aa7bf6d1 show warning message only when running kubectl get --watch-only 2024-05-06 14:11:03 -04:00
Kubernetes Prow Robot
44bd04c0cb Merge pull request #124598 from aroradaman/kubectl-describe-svc
Use endpointSlices for describing service endpoints
2024-05-06 09:06:14 -07:00
Joe Betz
d16ff3d77f Promote CRD field selectors to beta 2024-05-06 11:53:03 -04:00
Kubernetes Prow Robot
4d17d30029 Merge pull request #124519 from dims/drop-all-the-providery-things-take-2
Remove gcp in-tree cloud provider and credential providers
2024-05-06 08:03:14 -07:00
Kubernetes Prow Robot
2c7bda528f Merge pull request #124590 from xrstf/fix-optional-comment
Fix +optional in comment for persistentVolumeClaimRetentionPolicy
2024-05-06 06:58:33 -07:00
Alvaro Aleman
6d0ac8c561 Use the generic/typed workqueue throughout
This change makes us use the generic workqueue throughout the project in
order to improve type safety and readability of the code.
2024-05-04 14:33:12 -04:00
Daman Arora
3236891023 kubectl/describe: use endpointslices for describing endpoints
Signed-off-by: Daman Arora <aroradaman@gmail.com>
2024-05-04 21:46:46 +05:30