Nghia Tran
a78409990d
Pin test-infra & pkg to release-0.16 ( #281 )
2020-06-30 10:28:29 -07:00
Dave Protasowski
787aec80f7
bump k8s packages to 1.17.6 ( #280 )
...
* add script to bump k8s deps
* bump k8s to v1.17.6
2020-06-06 14:03:18 -07:00
Matt Moore
f613680e15
[master] Auto-update dependencies ( #268 )
...
Produced via:
`./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-05-07 09:23:45 -07:00
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
408f23f640
[master] Auto-update dependencies ( #245 )
...
Produced via:
`./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-04-08 08:30:02 -07:00
Matt Moore
933fae835c
[master] Auto-update dependencies ( #244 )
...
Produced via:
`./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-04-07 07:57:02 -07:00
Zhimin Xiang
fd7de5c64b
Bump k8s version to 1.16 ( #176 )
2020-01-07 17:15:52 -08: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
Jacques Chester
c4acbc0a45
Upgrade kubernetes-1.12.6 -> kubernetes-1.12.9 ( #44 )
2019-07-06 01:41:32 -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
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
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