Matt Moore
7f5b718a01
[master] Auto-update dependencies ( #261 )
...
Produced via:
`./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-04-29 09:02:42 -07:00
Matt Moore
1dd26e7d03
Migrate caching to go mod ( #258 )
2020-04-27 14:35:51 -07:00
Matt Moore
ca4e85213b
Auto-update dependencies ( #181 )
...
Produced via:
`dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-01-14 07:04:05 -08:00
Matt Moore
9075f22c2a
Manually update knative.dev/pkg due to build errors. ( #120 )
2019-10-25 11:15:35 -07:00
Matt Moore
e93f1a11b7
Update our dependency on K8s libs to 1.15.3 ( #101 )
...
With a minimum K8s version of 1.14 (starting in 0.10), 1.15.3 puts us in the center of the +/-1 version window of support.
/hold
2019-09-18 13:49:54 -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
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
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