mattmoor-sockpuppet
b22986eba8
Auto-update dependencies ( #63 )
...
Produced via:
`dep ensure -update github.com/knative/test-infra knative.dev/pkg`
/assign @mattmoor
2019-07-31 07:16:43 -07:00
mattmoor-sockpuppet
b230142e60
Auto-update dependencies ( #61 )
...
Produced via:
`dep ensure -update github.com/knative/test-infra knative.dev/pkg`
/assign @mattmoor
2019-07-30 07:18:50 -07:00
mattmoor-sockpuppet
32acd0c37e
Auto-update dependencies ( #60 )
...
Produced via:
`dep ensure -update github.com/knative/test-infra knative.dev/pkg`
/assign @mattmoor
2019-07-29 07:30:06 -07:00
mattmoor-sockpuppet
ce106ecb61
Auto-update dependencies ( #59 )
...
Produced via:
`dep ensure -update github.com/knative/test-infra knative.dev/pkg`
/assign @mattmoor
2019-07-28 11:03:05 -07:00
mattmoor-sockpuppet
2032732871
Auto-update dependencies ( #58 )
...
Produced via:
`dep ensure -update github.com/knative/test-infra knative.dev/pkg`
/assign @mattmoor
2019-07-19 07:08:29 -07:00
mattmoor-sockpuppet
5c6bfd657c
Auto-update dependencies ( #57 )
...
Produced via:
`dep ensure -update github.com/knative/test-infra knative.dev/pkg`
/assign @mattmoor
2019-07-18 07:08:28 -07:00
Matt Moore
191bdc53f9
Update pkg and opencensus dep. ( #56 )
2019-07-17 15:30:28 -07:00
mattmoor-sockpuppet
194ab54362
Auto-update dependencies ( #50 )
...
Produced via:
`dep ensure -update github.com/knative/test-infra knative.dev/pkg`
/assign @mattmoor
2019-07-12 07:23:37 -07:00
mattmoor-sockpuppet
c74fd463d8
Auto-update dependencies ( #49 )
...
Produced via:
`dep ensure -update github.com/knative/test-infra knative.dev/pkg`
/assign @mattmoor
2019-07-10 09:06:10 -07:00
mattmoor-sockpuppet
77d253c889
Auto-update dependencies ( #48 )
...
Produced via:
`dep ensure -update github.com/knative/test-infra knative.dev/pkg`
/assign @mattmoor
2019-07-09 07:58:52 -07:00
Jacques Chester
c4acbc0a45
Upgrade kubernetes-1.12.6 -> kubernetes-1.12.9 ( #44 )
2019-07-06 01:41:32 -07:00
mattmoor-sockpuppet
83def4b88b
Auto-update dependencies ( #45 )
...
Produced via:
`dep ensure -update github.com/knative/test-infra knative.dev/pkg`
/assign @mattmoor
2019-07-04 15:00:33 -07:00
Kenjiro Nakayama
09fc2c47bc
Stop printing images.caching.internal.knative.dev in kubectl get all ( #43 )
...
Currently `kubectl get all` outputs
`images.caching.internal.knative.dev`, but it is one of internal CRDs
and not necessary to examine the output in general.
This patch removes `all` from categories to stop printing
images.caching.internal.knative.dev in kubectl get all.
2019-07-03 22:09:32 -07:00
mattmoor-sockpuppet
207d4e297f
Auto-update dependencies ( #42 )
...
Produced via:
`dep ensure -update github.com/knative/test-infra knative.dev/pkg`
/assign @mattmoor
2019-07-03 22:04:33 -07:00
mattmoor-sockpuppet
55b45efbc4
Auto-update dependencies ( #39 )
...
Produced via:
`dep ensure -update github.com/knative/test-infra knative.dev/pkg`
/assign @mattmoor
2019-06-28 08:25:07 -07:00
mattmoor-sockpuppet
e25e136c9f
Auto-update dependencies ( #38 )
...
Produced via:
`dep ensure -update github.com/knative/test-infra knative.dev/pkg`
/assign @mattmoor
2019-06-26 21:36:07 -07:00
chaodaiG
96cb0bf1f9
Migrate caching to use the knative.dev/caching import path ( #36 )
...
* Migrate to knative.dev
* manual replace
* run update-codegen
2019-06-26 20:43:13 -07:00
mattmoor-sockpuppet
d723de8a29
Auto-update dependencies ( #37 )
...
Produced via:
`dep ensure -update github.com/knative/test-infra knative.dev/pkg`
/assign @mattmoor
2019-06-26 19:54:06 -07:00
Matt Moore
aa9bd3961c
Migrate to knative.dev/pkg ( #35 )
...
These changes done via:
```
sed -i 's@"github.com/knative/pkg@"knative.dev/pkg@g' $(find -name '*.go' | grep -v vendor | xargs grep github.com/knative/pkg | cut -d':' -f 1)
```
`Gopkg.toml`:
- github.com/knative/pkg -> knative.dev/pkg
- release-0.7 -> master
`./hack/update-codegen.sh`:
- github.com/knative/pkg -> knative.dev/pkg
```
./hack/update-deps.sh
./hack/update-codegen.sh
```
2019-06-26 13:56:06 -07:00
Matt Moore
b6c8f4851e
Generate injection client for knative/caching. ( #34 )
2019-06-05 11:23:38 -07:00
Adriano Cunha
ae30758292
Remove unnecessary caching-reviewers ( #33 )
2019-05-29 20:04:33 -07:00
Adriano Cunha
0c2ca63ba3
Update OWNERS to use OWNERS_ALIASES ( #32 )
2019-05-28 15:45:30 -07:00
chaodaiG
57c5ec9f25
Update test-infra: get rid of Unbound variable running update-deps warning ( #31 )
2019-05-26 16:51:29 -07:00
chaodaiG
7fb2e7fb3e
Update test-infra to the latest version ( #30 )
2019-05-16 08:09:22 -07:00
chaodaiG
d4b89dbc0b
Update test-infra: some fixes ( #29 )
...
* Update test-infra: some fixes
* install istio from addon
2019-05-06 12:07:36 -07:00
Nikhil Barthwal
afa9ee174c
Update dep for test-infra ( #26 )
2019-04-05 07:19:57 -07:00
Evan Anderson
babf400eee
Fix knative.dev/crd-install label to match label schema types. ( #25 )
...
* Add a label knative.dev/crd-install to CRDs to allow installing CRDs in a separate pass.
* YAML cares about types, and `true` is a Boolean, not a String.
2019-03-29 16:35:54 -07:00
Evan Anderson
54f7bb870f
Add a label knative.dev/crd-install to CRDs to allow installing CRDs in a separate pass. ( #24 )
2019-03-29 13:17:54 -07:00
Matt Moore
3fc06fd3c9
This adds context.Context to the interfaces used by the pkg webhook. ( #23 )
...
See also: https://github.com/knative/pkg/pull/332
2019-03-21 10:52:47 -07:00
jonjohnsonjr
b9d80eaec5
Bump k8s deps: 1.11.0 -> 1.12.6 ( #22 )
...
* Update k8s deps: 1.11.0 -> 1.12.6
* ./hack/update-deps.sh
* ./hack/update-codegen.sh
2019-03-14 13:42:44 -07:00
Adriano Cunha
97110f4e0c
Update test-infra ( #21 )
...
* Bring in the latest features and fixes.
* Use the default build/unit test runners.
* Remove test-infra import hack from `Gopack.lock` and `update-deps.sh`
2019-01-17 17:08:31 -08:00
Dave Protasowski
06e9787157
Enable status subresource on Knative's 'Image' cache resource ( #20 )
2019-01-02 11:04:39 -08:00
Vincent Demeester
5e0d1e671f
Bump "safe" dependencies ( #19 )
...
* github.com/gogo/protobuf: v1.1.1 -> v1.2.0
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
* github.com/spf13/pflag: v1.0.2 -> v1.0.3
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
* gopkg.in/yaml.v2: v2.2.1 -> v2.2.2
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2018-12-27 09:48:37 -08:00
Vincent Demeester
6be7c335a2
Use `/usr/bin/env bash` instead of `/bin/bash` ( #18 )
...
Some systems may not have /bin/bash (NixOS for example)… Using
/usr/bin/env bash has the benefit of looking for whatever the
default version of the program is in your current environment
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2018-12-11 09:26:16 -08:00
chaodaiG
b169404b88
Make verify-codegen.sh also check /vendor ( #17 )
...
Replicated from: https://github.com/knative/serving/pull/2561
Original link: https://github.com/knative/serving/issues/1711
2018-12-05 10:08:26 -08:00
chaodaiG
1b7ae00b15
Remove images deletion step from e2e test / Update test-infra ( #15 )
...
Old images cleanup is no longer part of e2e test, this functionality will be moved to a separate job runs periodically.
Proposed Changes
This part is done in knative/test-infra, updating dependencies in this repo to include this update.
Link to the issue in test-infra: knative/test-infra#276
2018-11-29 13:44:23 -08:00
Adriano Cunha
8aeeb3d0b9
Update knative/test-infra ( #13 )
...
Major changes:
* fixes and updates to E2E test framework
* better parsing of E2E test results
2018-10-01 12:17:23 -07:00
Matt Moore
a9dfa18660
Allow creators to produce / consume a slice of LocalObjectReference for pull secrets. ( #12 )
...
PodSpec has this as a slice, and if we wanted to start creating these references more automatically for e.g. Deployment it isn't immediately obvious which secret is used for which image (certainly without reading the secrets). This changes it to a more pass-through model for simplicity.
Fixes: https://github.com/knative/caching/issues/9
2018-09-17 12:42:17 -07:00
Matt Moore
bba06b0586
Update knative/pkg to get kmeta.OwnerRefable. ( #10 )
2018-09-14 10:43:02 -07:00
Adriano Cunha
9a8787bc84
Add OWNERS file to //test ( #8 )
2018-09-14 10:21:49 -07:00
Matt Moore
f0d7bb6095
Add the initial caching type definitions. ( #5 )
...
* Add the initial caching type definitions.
This is largely carried over from https://github.com/knative/serving/pull/1972
* Incorporate feedback from @evankanderson
* Add the CRD for the type definition.
2018-09-07 09:56:33 -07:00
Matt Moore
b354e0c2f6
Merge pull request #6 from knative/fix-gitattributes
...
Correct the generated client path
2018-09-06 20:03:12 -07:00
Matt Moore
34dbbb17d5
Correct the generated client path
...
I copied this from knative/pkg which has a funny version of this file.
2018-09-06 15:51:55 -07:00
Matt Moore
ea3963fb4b
Merge pull request #4 from mattmoor/skeleton-repo
...
Bootstrap knative/caching.
2018-09-06 06:55:41 -07:00
Matt Moore
932173e3e2
Bootstrap knative/caching.
...
This adds all of the elements needed to bootstrap the knative/caching repo.
I've tried to limit this to largely boilerplate elements so that it can more easily be recycled as we create other repos.
2018-09-01 20:50:01 +00:00
Mark Chmarny
8d411f809d
Initial commit
2018-08-30 13:56:39 -07:00