Jordan Liggitt
a6dc7ba138
Add release-1.18 publishing rules
2020-02-22 19:42:34 -05:00
Jordan Liggitt
0b32e142d4
Drop k8s.io/node-api packages
2020-02-07 10:07:14 -05:00
ialidzhikov
12ebe54fc4
publishing: Update to go@1.13.4 for kubernetes-1.16
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-12-29 23:34:32 +02:00
RainbowMango
eea91c018b
Cleanup testapi after it has been removed
2019-12-27 14:11:15 +08:00
Nikhita Raghunath
9f6bbfb67f
Revert "staging/publishing: temporarily disable publishing tags"
...
This reverts commit 2bba8dac7f
.
2019-12-10 07:18:24 +05:30
Nikhita Raghunath
2bba8dac7f
staging/publishing: temporarily disable publishing tags
...
To make sure we get enough time to test publishing of `v1.17.0`
(on a test repo) when it is tagged, this commit disables publishing tags.
After testing it, we'll re-enable publishing of tags.
2019-12-06 22:09:17 +05:30
Jordan Liggitt
cd4474ae4f
Revert "76093 restructure LICENSES file generation"
...
This reverts commit d39ac98cc5
.
2019-11-13 10:24:32 -05:00
Ji Shan Xing
d39ac98cc5
76093 restructure LICENSES file generation
2019-11-12 20:38:57 -05:00
Nikhita Raghunath
e6ac57ef60
publishing: bump Go versions in rules
2019-11-11 15:37:40 +05:30
Nikhita Raghunath
abeae9fba3
publishing: fix typo in rules
2019-11-01 09:41:45 +05:30
Nikhita Raghunath
852cd98aec
publishing: add 1.17 rules
2019-10-31 16:58:12 +05:30
Nikhita Raghunath
c4748d81fd
publishing: remove 1.13 rules
2019-10-31 16:44:59 +05:30
Khaled Henidak(Kal)
5e8ccda71c
phase 2: api types + defaulting + validation + disabled fields handling
2019-08-28 15:59:43 +00:00
Han Kang
466980dd74
migrate kube-apiserver metrics to stability framework
2019-08-27 12:45:01 -07:00
Nikhita Raghunath
5c4737d027
publishing: add missing deps for 1.16 branch
2019-08-26 12:18:48 +05:30
Han Kang
94b612fbd6
add client-go as a dep of component-base
2019-08-21 10:58:33 -07:00
Nikhita Raghunath
4cff618ec2
publishing: remove rules for release-1.12 branch
2019-08-12 16:56:48 +05:30
Nikhita Raghunath
a243b9338e
publishing: add rules for release-1.16 branch
2019-08-12 16:52:54 +05:30
Nikhita Raghunath
7d5b8b85f4
publishing: remove redundant rules for kubectl
...
The release-1.15 branch has no dependencies. Adding dependencies in the
rules leads to an extra unnecessary sync and is a no-op.
Example - f16387a692
.
2019-08-02 15:22:46 +05:30
Sean Sullivan
4e64aaf27e
Update .golint_failures to reflect code move to staging
2019-08-01 16:38:19 -07:00
Sean Sullivan
a1de0e9331
Move pkg/kubectl/metricsutil to staging
2019-07-29 16:26:10 -07:00
Sean Sullivan
7a64a66d61
Move pkg/kubectl/cmd/util/openapi to staging
2019-07-27 16:18:37 -07:00
Nikhita Raghunath
eb1fbc68f6
Bump Go version for release-1.14 to 1.12.5
2019-07-15 08:50:55 +05:30
Nikhita Raghunath
afcefb98b5
Bump Go version for release-1.13 to 1.11.5
2019-07-15 08:50:55 +05:30
Dr. Stefan Schimanski
1bdcabd638
sample-apiserver: add openapi spec
2019-07-12 20:52:21 +02:00
David Eads
09c55bd117
make kubectl --raw consistent for create, update, get, delete
2019-07-09 09:03:56 -04:00
Khaled Henidak(Kal)
18bc9a9ac1
updated publishing rules
2019-07-02 22:26:26 +00:00
Mike Dame
0f0d11e0a3
update import-restrictions
2019-06-27 16:46:47 -04:00
Kubernetes Prow Robot
c3f208a07e
Merge pull request #79189 from seans3/move-kubectl-util-deployment
...
Move pkg/kubectl/util/deployment to staging
2019-06-25 11:43:58 -07:00
Kubernetes Prow Robot
1215aa73d2
Merge pull request #79176 from verb/debug-iterate-containers
...
Add helpers for iterating containers in a pod
2019-06-25 09:32:52 -07:00
Kubernetes Prow Robot
6f0f62b2c4
Merge pull request #77211 from dixudx/bootstrap_token_refactor
...
Bootstrap token refactor
2019-06-24 13:36:36 -07:00
Sean Sullivan
6f120f9660
Updated publishing dependencies rules
2019-06-24 12:42:54 -07:00
Sally O'Malley
fbc5c5df1c
Updated publishing dependencies rules, import-restrictions
2019-06-24 08:17:47 -04:00
Nikhita Raghunath
ab3cdd57b7
publishing: use deps in replace directive in rules
...
The list of dependencies for a repo right now is equal to the list of deps
mentioned in the require directive in the repo's go.mod file.
This means that we loose all transitive deps mentioned in the replace
directive in go.mod files.
So instead use all deps mentioned in the replace directive, and prune
any extra dependencies.
Also add a test for this in verify-publishing-bot.py
2019-06-24 14:01:20 +05:30
Nikhita Raghunath
d8b2a7800d
publishing: fix rules for kubectl
2019-06-22 10:02:21 +05:30
Lee Verberne
ee821e2a04
Create helpers for iterating containers in a pod
2019-06-21 08:32:04 +00:00
Peter Swica
123fa89f21
Moved pkg/kubectl/util/term, pkg/kubectl/util/templates, pkg/kubectl/util/interrupt, and pkg/kubectl/util/interrupt to staging
2019-06-20 15:50:16 -04:00
Di Xu
22664c2a47
allow importing k8s.io/klog
2019-06-20 17:06:26 +08:00
Sean Sullivan
8ccc2af62f
Adds staging directory for kubectl code
2019-05-29 23:31:23 -07:00
Kubernetes Prow Robot
e67c266a72
Merge pull request #65782 from yastij/eventv2-eventf
...
Implementing logic for v1beta1.Event API
2019-05-17 07:00:10 -07:00
Yassine TIJANI
464a994a10
Implementing logic for v1beta1.Event API
...
Signed-off-by: Yassine TIJANI <ytijani@vmware.com>
2019-05-17 10:50:58 +02:00
Nikhita Raghunath
62ffdde50d
Remove rules for release-1.11 branch
2019-05-13 16:40:37 +05:30
Nikhita Raghunath
326999e30c
Add rules for release-1.15 branch
2019-05-13 16:40:23 +05:30
Andrew Sy Kim
dcad650bfe
remove apiserver import restrictions for k8s.io/cloud-provider
...
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
2019-05-08 10:12:55 -04:00
Andrew Sy Kim
6b9b58d8d7
remove apiserver deps to k8s.io/cloud-provider in publish-bot verify rules
...
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
2019-05-08 10:12:45 -04:00
Mike Crute
6f5cf1a6e0
Staging legacy AWS cloud provider
2019-05-06 09:34:13 -07:00
Andrew Sy Kim
a58942625d
staging the vsphere cloud provider under k8s.io/legacy-cloud-providers/vsphere
...
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
2019-04-23 22:17:59 -05:00
WanLinghao
d0138ca3fe
This commit does two things in pkg package:
...
1. Remove unused ptr functions.
2. Replace ptr functions with k8s.io/utils/pointer
2019-04-09 10:56:35 +08:00
Mehdy Bohlool
404e2f7a30
Add port to ServiceReference of Admission Webhooks, ConversionWebhooks and AuditSync with defaulter and validator
2019-04-08 00:18:36 -07:00
Jordan Liggitt
b3527f41f0
Update publishing bot smoke tests for go modules
2019-04-03 10:19:39 -04:00