Commit Graph

32 Commits

Author SHA1 Message Date
Nghia Tran a78409990d
Pin test-infra & pkg to release-0.16 (#281) 2020-06-30 10:28:29 -07:00
Matt Moore 08192258fa
[master] Auto-update dependencies (#265)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-05-05 08:53: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 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
Matt Moore 495e087ad2
[master] Auto-update dependencies (#235)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-03-23 10:41:09 -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
Yanwei Guo f9189ebff3 update (#152) 2019-12-06 07:16:39 -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
chaodaiG 6e4e72a5e3 Use knative.dev/test-infra (#62) 2019-07-31 20:03: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 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
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
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
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
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
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
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
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 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