Commit Graph

14 Commits

Author SHA1 Message Date
knative-automation dfd51be034
upgrade to latest dependencies (#461)
bumping knative.dev/pkg 2a0fc65...cfc1eed:
  > cfc1eed Better support for error wrapping with ReconcilerEvents (# 2106)

Signed-off-by: Knative Automation <automation@knative.team>
2021-04-26 20:08:50 -07:00
knative-automation 9db8644de6
upgrade to latest dependencies (#459)
bumping knative.dev/hack b6ab329...b5f6e25:
  > b5f6e25 Update OWNERS_ALIASES to match autogen in community (# 62)
bumping knative.dev/pkg 0c5259d...78b8140:
  > 78b8140 Use semantic equality for status update retries (# 2103)

Signed-off-by: Knative Automation <automation@knative.team>
2021-04-25 23:07:40 -07:00
knative-automation 9f992d13f5
upgrade to latest dependencies (#456)
bumping knative.dev/pkg b51994e...942c621:
  > 942c621 add prometheus condition (# 2088)
  > 554d133 Bump assorted dependencies (# 2096)
  > 2e62ba6 Add possibility to implement a deletion handler in a reconciler. (# 2089)
  > b80a192 Improve state reporting in kube checks (# 2082)

Signed-off-by: Knative Automation <automation@knative.team>
2021-04-19 22:24:35 -07:00
zhaojizhuang a6535156c8
change status to duckv1.status, add reconciler framework (#454)
* add reconciler for imagecache

* change status to duckv1.status

* fix UT

* fix static check

* fix isReady

* add UT case for generation
2021-04-19 09:00:01 -07:00
knative-automation 9dc5ceb7b9
upgrade to latest dependencies (#436)
bumping knative.dev/pkg 0f8d8de...bbe0bb3:
  > bbe0bb3 Implement getter machinery to generically fetch all injected clients (# 2054)
  > 85bc723 Add benchmark for metrics recording (# 2052)
  > cc278e1 upgrade to latest dependencies (# 2053)

Signed-off-by: Knative Automation <automation@knative.team>
2021-03-10 23:19:25 -08:00
knative-automation cc4d11bd42
upgrade to latest dependencies (#417)
bumping knative.dev/pkg 75d66b5...1bbf0a6:
  > 1bbf0a6 add LabelSelector to InformerFactory so that the informers only list and watch resources with the given labels (# 1940)

Signed-off-by: Knative Automation <automation@knative.team>
2021-01-19 22:48:53 -08:00
knative-automation 91fb5833c3
upgrade to latest dependencies (#396)
Signed-off-by: Knative Automation <automation@knative.team>
2020-11-25 07:01:35 -08:00
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
Scott Nichols 1114dba63e update boilerplate to use 2020 (#175) 2020-01-07 16:17:52 -08: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