Matt Moore
d2c62d27bb
Auto-update dependencies ( #211 )
...
Produced via:
`dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-24 07:21:08 -08:00
Zhimin Xiang
fd7de5c64b
Bump k8s version to 1.16 ( #176 )
2020-01-07 17:15:52 -08:00
Scott Nichols
1114dba63e
update boilerplate to use 2020 ( #175 )
2020-01-07 16:17: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
Dave Protasowski
20b5480da3
bump knative.dev/pkg ( #94 )
...
changes to knative.dev/pkg modify the generated injection code
2019-09-09 14:08:11 -07:00
mattmoor-sockpuppet
2c930e11d9
Auto-update dependencies ( #88 )
...
Produced via:
`dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign mattmoor
2019-09-03 12:04:05 -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
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
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
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
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