knative-automation
ec01baa5a5
upgrade to latest dependencies ( #449 )
...
bumping knative.dev/pkg 952fdd9...01dccc5:
> 01dccc5 Add benchmarking for the http tracing handler (# 2080)
> 9050838 Bump assorted dependencies (# 2086)
> b8e331a Add skonto to metrics reviewers (# 2061)
> 4a09d5e Simplify loading of local kubeconfig in sharedmain (# 2079)
> 5ac4a75 add optional fs() to edit fake ctx for testing purpose (# 2057)
Signed-off-by: Knative Automation <automation@knative.team>
2021-04-08 06:20:50 -07:00
knative-automation
f2bc7482b3
upgrade to latest dependencies ( #377 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2020-10-28 18:54:35 -07:00
Matt Moore
7bd76ca7b6
[master] Auto-update dependencies ( #337 )
...
Produced via:
`./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-09-21 10:47:50 -07:00
Nghia Tran
95a2aaeace
Track floating deps @ master again ( #284 )
2020-07-07 13:03:44 -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
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