Commit Graph

8 Commits

Author SHA1 Message Date
knative-automation 9d082ff35e
upgrade to latest dependencies (#659)
bumping knative.dev/hack 65c463a...a645040:
  > a645040 Update community files (# 201)
  > 81e30c2 remove references to git markdown checking (# 199)
  > e3be8da Update community files (# 197)
bumping knative.dev/pkg e60d250...1a5e168:
  > 1a5e168 Update community files (# 2553)
  > c488837 Add reconcile for ValidatingWebhookConfiguration and MutatingWebhookConfiguration. (# 2550)
  > 1ad02a5 Drop error from changeset.Get signature (# 2549)
  > 473ba31 Bump min go version to  1.18 && read build info from embedded binary (# 2548)
  > f1f36a2 Fix subresource update logic. (# 2546)
  > 418e138 Update community files (# 2545)

Signed-off-by: Knative Automation <automation@knative.team>
2022-07-21 13:29:19 +00:00
knative-automation 5d5320f829
upgrade to latest dependencies (#540)
bumping knative.dev/pkg 2267a4c...a00ba48:
  > a00ba48 Add unit test coverage of cluster-scoped tracker. (# 2306)
  > 11a3414 Provide the webhook infrastructure with the raw request context. (# 2305)
  > b4b8bca Allow tracking Cluster-scoped resources. (# 2304)
  > 74ac82a Check Knative CustomResourceDefinitions stored version (# 2272)

Signed-off-by: Knative Automation <automation@knative.team>
2021-10-05 23:13:46 -07:00
Matt Moore 8d3017d088
upgrade to latest dependencies (#350)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-04 19:27:34 -07:00
Matt Moore d5ae48ced0
[master] Auto-update dependencies (#298)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-07-30 11:01:01 -07:00
Matt Moore c9a5a2e381
[master] Auto-update dependencies (#251)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-04-17 09:15:48 -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 fcb43566e6
Auto-update dependencies (#197)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-06 10:27:32 -08: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