Commit Graph

55 Commits

Author SHA1 Message Date
knative-automation 9c0829407b
upgrade to latest dependencies (#472)
bumping knative.dev/pkg 4564797...e2947db:
  > e2947db update the multiple label selector implemention to avoid clobber in filtered factory (# 2120)
  > e749d6a Update community files (# 2129)
  > 67897f4 Replace golint with revive (# 2126)
  > 1442287 Add knative-release-leads to OWNERS (# 2125)
  > 9b837a7 Update actions (# 2123)
  > 525c625 Update actions (# 2121)
  > 620e8d2 Allow disable via regex in chaosduck (# 2117)
  > 1f5a45b Update knative/community files (# 2119)

Signed-off-by: Knative Automation <automation@knative.team>
2021-05-25 06:38:38 -07:00
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
knative-automation bfe63795ed
upgrade to latest dependencies (#452)
bumping knative.dev/pkg 3a2ae6d...b51994e:
  > b51994e Fix a few comments in reconciler-gen (# 2090)

Signed-off-by: Knative Automation <automation@knative.team>
2021-04-12 22:08:59 -07:00
knative-automation 8fab885b7b
upgrade to latest dependencies (#443)
bumping knative.dev/pkg b558677...9d92ea1:
  > 9d92ea1 Update reconciler_controller.go (# 2066)
  > 78ca070 upgrade to latest dependencies (# 2070)

Signed-off-by: Knative Automation <automation@knative.team>
2021-03-29 06:18:24 -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 ac5fcb4a9e
upgrade to latest dependencies (#429)
bumping knative.dev/pkg 84c98f3...9039dc1:
  > 9039dc1 moved release docs to github.com/knative/release (# 2040)
  > 07b5ddf add demoteFunc controller option (# 2033)
  > 8a8de5f Move IsKProbe to drainer, since it's the only place it's used (# 2038)
  > 5367a43 Fix potential deadlock when k8s client is used (# 2031)
  > b5bf07b adding retry event count metric for source (# 2016)
  > 17a36e7 Format markdown (# 2037)
  > 29be1c1 Add the release badge for all of the repos (# 2035)
  > e90ac15 Remove the system.Clock and it's mock in a different location (# 2034)
  > 8a9bf76 Add symmetric filter helped based on OwnerRefable. (# 2032)
  > 29092fe Format markdown (# 2030)
  > d733bb4 Add nightly badged to release tables (# 2029)
  > 7b5bcc3 Use the constant for UserAgent (# 2028)
  > 86a8236 Format markdown (# 2025)
  > 6c2f94a Unregister views to avoid slow oom issue during meter cleanup (# 2005)
  > 7689cce Update common github actions (# 2024)
  > f4650d8 Add releasability badges for each repo (# 2023)
  > 584933f Format markdown (# 2022)

Signed-off-by: Knative Automation <automation@knative.team>
2021-02-28 18:31:48 -08:00
knative-automation f8bed817da
upgrade to latest dependencies (#421)
bumping knative.dev/pkg 7101e9d...ca02ef7:
  > ca02ef7 Genreconciler properly generates reconciler for Resources with Status (# 2004)
  > 0d31134 Fix nil pointer panic in kvstore (# 2002)
  > 6040b3a improve client error message when our webhook doesn't have a valid cert (# 2000)

Signed-off-by: Knative Automation <automation@knative.team>
2021-02-01 11:57:32 -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 ba2835b006
upgrade to latest dependencies (#415)
bumping knative.dev/pkg f0ea5e6...5bb97df:
  > 5bb97df fix duration logging (# 1992)
  > a74906c Use structured logging to augment our logger vs. naming (# 1991)

Signed-off-by: Knative Automation <automation@knative.team>
2021-01-18 06:41:21 -08:00
knative-automation 3657044850
upgrade to latest dependencies (#414)
bumping knative.dev/hack 4ed1ecb...4422dca:
  > 4422dca Set GOBIN in codegen-library.sh (# 44)
  > d946d25 Revert "Add hermetic go mod aware handling to run_go_tool (# 38)" (# 39)
  > ea9c9a0 Add hermetic go mod aware handling to run_go_tool (# 38)
bumping knative.dev/pkg 27db5ac...f0ea5e6:
  > f0ea5e6 Use special error type to designate skips. (# 1988)
  > acbf2af Harden logstream against non-object events (# 1984)
  > 93874f0 Drainer supports customized kubelet probe check (# 1977)
  > 51c72e2 Update common github actions (# 1981)
  > 0ef9bd9 Comment k8s version to update docs when changed (# 1980)
  > fb3dc71 Update common github actions (# 1978)

Signed-off-by: Knative Automation <automation@knative.team>
2021-01-14 19:14:20 -08:00
knative-automation a5041d5c0e
upgrade to latest dependencies (#405)
Signed-off-by: Knative Automation <automation@knative.team>
2020-12-15 17:50:58 -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
knative-automation 11e52bba54
upgrade to latest dependencies (#371)
Signed-off-by: Knative Automation <automation@knative.team>
2020-10-26 18:53:33 -07:00
Matt Moore b76849c954
upgrade to latest dependencies (#361)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-18 19:36:58 -07:00
Matt Moore f37af9a1ef
upgrade to latest dependencies (#352)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-06 09:08:21 -07:00
Julian Friedman 60d18009af
Unpin deps following release (#347) 2020-10-01 06:34:30 -07:00
Zhimin Xiang a6b8bbd699
Pin deps to release-0.18 (#341) 2020-09-22 10:35:40 -07:00
Matt Moore 58627457dc
K8s 1.18 libs (#328) 2020-09-11 08:32:01 -07:00
Matt Moore bed54e5ecf
[master] Auto-update dependencies (#310)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-08-17 08:50:07 -07:00
Matt Moore 4976ef3755
[master] Auto-update dependencies (#305)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-08-10 09:18:31 -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 bf86c4f251
[master] Auto-update dependencies (#293)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-07-24 09:08:58 -07:00
Matt Moore d031ce9de5
[master] Auto-update dependencies (#292)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-07-23 07:59:58 -07:00
Nghia Tran 95a2aaeace
Track floating deps @ master again (#284) 2020-07-07 13:03:44 -07:00
Matt Moore 4b4a5ef182
[master] Auto-update dependencies (#283)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-07-03 09:59:42 -07:00
Nghia Tran a78409990d
Pin test-infra & pkg to release-0.16 (#281) 2020-06-30 10:28:29 -07:00
Matt Moore 85661149a2
[master] Auto-update dependencies (#272)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-05-13 10:13:58 -07:00
Matt Moore f41f931e59
[master] Auto-update dependencies (#270)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-05-11 09:08:47 -07:00
Matt Moore bed5ab4ba6
[master] Auto-update dependencies (#269)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-05-08 08:41:46 -07:00
Matt Moore cf277ae1c0
[master] Auto-update dependencies (#266)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-05-05 14:04:44 -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 f7d206ca4a
[master] Auto-update dependencies (#264)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-05-04 09:54: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 c8036952a6
[master] Auto-update dependencies (#256)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-04-24 10:27:50 -07:00
Matt Moore fcbfad7ffa
[master] Auto-update dependencies (#255)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-04-23 10:22:32 -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 76bf917613
[master] Auto-update dependencies (#238)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-03-26 09:45:51 -07:00
Knative Prow Robot 5b74238e43
Auto-update dependencies (#223)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-03-04 10:54:54 -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
Matt Moore c75efc13dc
Auto-update dependencies (#208)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-19 08:56:06 -08:00
Matt Moore 1f067018c4
Auto-update dependencies (#206)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-18 06:46:59 -08:00
Matt Moore 8b0cd41569
Auto-update dependencies (#203)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-13 09:59:37 -08:00
Matt Moore 1094caadae
Auto-update dependencies (#201)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-12 07:20:22 -08:00
Matt Moore fec8f79136
Auto-update dependencies (#200)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-11 07:07:08 -08:00
Matt Moore 355618808e
Auto-update dependencies (#198)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-07 07:50:14 -08: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 070d8a0d12
Auto-update dependencies (#196)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-05 07:56:31 -08:00
Matt Moore e1d118d28c Auto-update dependencies (#140)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
2019-11-26 10:26:22 -08:00