Tim Hockin
7a7dff1eeb
Change verify-imports to use new setup_env
...
Also clean up the tool a bit and drop vendor as an explicit thing to
be handled.
2024-02-29 22:06:16 -08:00
cpanato
a8abed8015
Update publishing-bot rules to Go 1.21.7
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2024-02-11 15:09:41 +01:00
cpanato
eec508e488
use patch number
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2024-02-09 14:47:56 +01:00
cpanato
ddb0b8da9d
[go] Bump images, dependencies and versions to go 1.22
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2024-02-09 14:43:34 +01:00
cpanato
4db86556e5
Update publishing-bot rules to Go 1.20.13 and 1.21.6
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2024-01-12 12:01:23 +01:00
cpanato
a5861a1262
[go] Bump images, dependencies and versions to go 1.21.6 and distroless iptables to 0.4.4
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2024-01-11 11:54:35 +01:00
Marko Mudrinić
16f35785f9
Drop publishing-bot rules for the release-1.25 branch
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-12-14 13:33:54 +01:00
Marko Mudrinić
8f5efce8e0
Update publishing-bot rules to Go 1.20.12
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-12-13 18:00:34 +01:00
Marko Mudrinić
1c1347a3e7
[go] Bump images, dependencies and versions to go 1.21.5
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-12-06 10:36:35 +01:00
Jeremy Rickard
f042994cb0
releng: update publishing bot rules for 1.29
...
Signed-off-by: Jeremy Rickard <jeremyrrickard@gmail.com>
2023-11-21 18:05:46 -07:00
cpanato
8c68aa656b
Update publishing-bot rules for active release branches that uses go120 to Go 1.20.11
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2023-11-14 18:56:52 +01:00
cpanato
88e124ecaa
[go] Bump images, dependencies and versions to go 1.21.4
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2023-11-08 08:25:30 -06:00
pegasas
d9131d5b39
[KMSv2] Drop the apimachinery
2023-10-23 22:34:43 +08:00
cpanato
1d30a01186
Update publishing-bot rules for active release branches that uses go1.20 to Go 1.20.10
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2023-10-12 16:12:54 +02:00
cpanato
5eb7fea383
[go] Bump images, dependencies and versions to go 1.21.3
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2023-10-11 17:08:26 +02:00
cpanato
e86e756c27
Update publishing-bot rules for active release branches that uses go1.20 to Go 1.20.9
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2023-10-09 11:38:01 +02:00
cpanato
619abfec70
[go] Bump images, dependencies and versions to go 1.21.2
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2023-10-06 15:18:34 +02:00
Kubernetes Prow Robot
56f330493c
Merge pull request #120822 from akhilerm/change-from-deprecated-fields
...
update rules to switch from deprecated dir field
2023-10-04 14:00:38 +02:00
Anish Ramasekar
e764e83fe8
remove mock aes, latency and ratelimit wrapper remote services
...
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2023-09-29 16:57:32 +00:00
Akhil Mohan
45a776d5ff
update rules to switch from deprecated dir field
...
dir field has been deprecated in favour of dirs field, so that
multiple directories can be specified in the rules in future
when publishing-bot moves from filter-branch to filter-repo
Signed-off-by: Akhil Mohan <makhil@vmware.com>
2023-09-22 11:38:53 +05:30
cpanato
18932d970e
[releng] Update publishing-bot rules for active release branches that use go1.20 to Go 1.20.8
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2023-09-08 14:58:31 +02:00
cpanato
98af8befe2
[go] Bump images, dependencies and versions to go 1.21.1
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2023-09-07 14:56:56 +02:00
cpanato
67858e1ff0
Bump images, dependencies and versions to go 1.21.0
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2023-09-06 12:06:51 +02:00
Akhil Mohan
43783aeb18
drop release-1.24 rules from publishing-bot
...
release-1.24 has been EOL since May 2023 and the last patch release
came out in August 2023
Signed-off-by: Akhil Mohan <makhil@vmware.com>
2023-09-05 17:25:42 +05:30
Quan Tian
2b69daa960
Allow specifying ExternalTrafficPolicy for ClusterIP Services with ExternalIPs
...
When defining a ClusterIP Service, we can specify externalIP, and the
traffic policy of externalIP is subject to externalTrafficPolicy.
However, the policy can't be set when type is not NodePort or
LoadBalancer, and will default to Cluster when kube-proxy processes the
Service.
This commit updates the defaulting and validation of Service to allow
specifying ExternalTrafficPolicy for ClusterIP Services with
ExternalIPs.
Signed-off-by: Quan Tian <qtian@vmware.com>
2023-08-30 23:56:47 +08:00
Jeremy Rickard
80710976cf
[releng] Update publishing-bot rules for release-1.24 to Go 1.20.7
...
Signed-off-by: Jeremy Rickard <jeremyrrickard@gmail.com>
2023-08-09 16:07:23 -06:00
Jeremy Rickard
9bc857d6d9
[releng] Update publishing-bot rules for release branches to Go 1.20.7
...
Signed-off-by: Jeremy Rickard <jeremyrrickard@gmail.com>
2023-08-08 18:03:49 -06:00
Jeremy Rickard
72c8cf9fce
[go] Bump images, versions and deps to use Go 1.20.7
...
Signed-off-by: Jeremy Rickard <jeremyrrickard@gmail.com>
2023-08-07 13:25:59 -06:00
Akhil Mohan
dd8a64d7e1
publishing-bot rules for release-1.28 branch
...
Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
2023-07-26 21:52:00 +05:30
Marko Mudrinić
660be4484b
Update publishing-bot rules for release branches to Go 1.20.6
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-07-17 15:39:39 +02:00
Marko Mudrinić
69c4bc29f5
[go] Bump images, versions and deps to use Go 1.20.6
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-07-14 12:04:13 +02:00
Kubernetes Prow Robot
5c72df7281
Merge pull request #118953 from mskrocki/escLib
...
Convert EndpointSlice Reconciler to a library in staging.
2023-07-13 17:13:34 -07:00
Maciej Skrocki
43b509de42
staging: Add endpointslice to publishing data.
2023-07-11 18:08:26 +00:00
cpanato
94b782680c
Update publishing-bot rules for release branches to Go 1.20.5
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2023-07-11 09:21:33 +02:00
Jeremy Rickard
e1aef2ac91
Bump publishing bot rules for Go 1.19 branches
...
Signed-off-by: Jeremy Rickard <jeremyrrickard@gmail.com>
2023-06-12 18:41:41 -06:00
Jeremy Rickard
d9e12db547
Bump images, versions and deps to use Go 1.20.5
...
Signed-off-by: Jeremy Rickard <jeremyrrickard@gmail.com>
2023-06-07 07:44:27 -06:00
Sascha Grunert
db9fcfeed2
Move cri/streaming to k8s.io/kubelet staging repository
...
Container runtimes like CRI-O and containerd reuse the code by copying
it from Kubernetes. To have a single source of truth for the streaming
server we now move the already isolated implementation to the
k8s.io/kubelet staging repository. This way runtimes can re-use the code
without copying the parts.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-06-05 08:08:18 +02:00
Marko Mudrinić
1c52fb3875
Update publishing-bot rules for release branches to Go 1.19.9
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-05-04 11:17:09 +02:00
Marko Mudrinić
19885264f3
[go] Bump images, dependencies and versions to go 1.20.4
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-05-03 12:22:23 +02:00
Kubernetes Prow Robot
7da3893003
Merge pull request #117102 from ardaguclu/move-genericiooptions
...
Move genericclioptions.IOStreams to genericiooptions.IOStreams
2023-04-11 20:21:17 -07:00
Marko Mudrinić
4e0bc2397d
Update publishing-bot rules for release branches to Go 1.19.8
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-04-06 10:31:33 +02:00
Marko Mudrinić
2a69edb43d
[go] Bump images, dependencies and versions to go 1.20.3
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-04-05 23:46:34 +02:00
Arda Güçlü
f91518b81a
Add genericiooptions in allowed list of genericclioptions
2023-04-05 17:05:37 +03:00
Davanum Srinivas
1ad7cacba5
publishing-bot rules for the new release-1.27 branch
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2023-03-24 18:08:53 -04:00
Swati Sehgal
76d9b8dd87
noderesourcetopology-api: Remove nrt from publishing-bot rules.yaml
...
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2023-03-14 15:13:35 +05:30
cpanato
3b12382529
update go to 1.19.7 in publishing bot rules for active release branches
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2023-03-10 09:57:14 +01:00
cpanato
43c841fa56
drop 1.23 config due to EOL
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2023-03-10 09:56:49 +01:00
cpanato
99c80ac119
[go] Bump images, dependencies and versions to go 1.20.2
2023-03-09 09:57:45 +01:00
torredil
6aebda9b1e
Remove AWS legacy cloud provider + EBS in-tree storage plugin
...
Signed-off-by: torredil <torredil@amazon.com>
2023-03-06 14:01:15 +00:00
Rita Zhang
6fd6657d47
kmsv2: add mock kms for reference implementation
...
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
2023-02-27 08:54:53 -08:00