Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping knative.dev/eventing 68afe54...0d25138:
  > 0d25138 Increase Trigger validation test coverage (# 5306)
  > a62ed6a 🧹 lifting some apis to more recent level (# 5300)
  > 6f7c5cf Doing version bumps for some files to v1 (# 5299)
  > 83a1713 Drop --strict flag on ko (# 5303)
  > a0a3302 upgrade to latest dependencies (# 5297)
  > 7775e37 Move eventing-contrib/cmd/* here (# 5295)
  > 4c98f8a Adding more coverage (# 5290)
  > 8565fcd Clean up resources created by Feature tests (# 5289)
  > 73ce225 [Rekt] Channel Delivery Spec data plane tests. (# 5279)
  > 5ed9b36 event type v1beta1 (# 5272)
  > 5855490 Running validation for events on broker ingress (# 5275)
  > 0fa5989 Add pre-review checklist to PR template (# 5184)
  > f1909db Improve performance of eventfilter lookups (# 5288)
  > 60bc1cf break delivery/routing tests into features (# 5287)
  > 79e83bd adding more polling for channel tests (# 5284)
  > 31cda4c upgrade to latest dependencies (# 5283)
  > 56631a5 Add tests for additional ingress error cases (# 5281)
  > facbd02 [Rekt] Add polling on inner channel subscriber status (# 5278)
  > 4324aef add test with reply (# 5282)
  > b3ccb11 Do events end where they should (# 5280)
  > cd7c750 test trigger delivery specs fully (# 5268)
  > 0452204 Filtering fix for consistency in handling empty string as value (# 5273)
  > 96a4cc3 Remove KafkaChannel upgrade hack (# 5276)
  > 97c0d30 upgrade to latest dependencies (# 5263)
  > e745733 make sure the mtchannelbasedbroker uses trigger.spec.delivery (# 5267)
  > 71153e6 Adding dataplane conformance tests for Delivery Specs for Brokers. (# 5262)
  > 92fb0f4 Do not panic prober if report fetched too early (# 5264) (# 5265)
  > fc115ae update to new release of goland sdk for cloudevents 2.4.1 (# 5261)
  > 1f54d0e Format markdown (# 5251)
  > 7544bdb Use Event Prober, and Event Library  (# 5216)
bumping knative.dev/hack b6ab329...88c69cd:
  > 88c69cd Add debug info for release.sh to investigate https://knative.slack.com/archives/CA1DTGZ2N/p1619160369065000 (# 66)
  > b5f6e25 Update OWNERS_ALIASES to match autogen in community (# 62)
bumping knative.dev/reconciler-test 730c555...cd315b0:
  > cd315b0 [# 180] Add --feature flag for filtering (# 188)
  > 1e16df9 fix tiny README typos (# 187)
  > 9a9c4dd document Store and KVStore (# 159)
  > 4598ca0 add feature to context, add refs to feature (# 183)
  > 15b4e12 Fail on feature.Require errors. (# 182)
  > 2e99af8 upgrade to latest dependencies (# 179)
  > 9efa295 implement step planning event (# 178)
  > b0c3de2 update to new release of goland sdk for cloudevents 2.4.1 (# 176)
  > 74440cd Adding prober reject settings and examples. (# 175)
  > fe2c006 upgrade to latest dependencies (# 174)
bumping knative.dev/pkg b51994e...2a0fc65:
  > 2a0fc65 Make VolatileTime compatible with controller-gen (# 2104)
  > 78b8140 Use semantic equality for status update retries (# 2103)
  > 0c5259d Allow errors.As to work with reconciler.Events (# 2100)
  > 1afd049 Update knative/community files (# 2097)
  > 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>
  • Loading branch information
knative-automation committed Apr 26, 2021
1 parent 3f3a1fe commit cd4b049
Show file tree
Hide file tree
Showing 158 changed files with 8,655 additions and 3,306 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/NeowayLabs/wabbit v0.0.0-20200409220312-12e68ab5b0c6
github.com/aws/aws-sdk-go v1.34.11 // indirect
github.com/cloudevents/sdk-go/v2 v2.4.0
github.com/cloudevents/sdk-go/v2 v2.4.1
github.com/containerd/continuity v0.0.0-20200228182428-0f16d7a0959c
github.com/docker/docker v1.13.1 // indirect
github.com/docker/go-connections v0.4.0
Expand All @@ -31,10 +31,10 @@ require (
k8s.io/client-go v0.20.5
k8s.io/code-generator v0.20.5
k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd
knative.dev/eventing v0.22.1-0.20210412234459-68afe5441d80
knative.dev/hack v0.0.0-20210325223819-b6ab329907d3
knative.dev/pkg v0.0.0-20210412173742-b51994e3b312
knative.dev/reconciler-test v0.0.0-20210412220859-730c55592c9b
knative.dev/eventing v0.22.1-0.20210426171540-0d2513895972
knative.dev/hack v0.0.0-20210426064739-88c69cd1eca7
knative.dev/pkg v0.0.0-20210426101439-2a0fc657a712
knative.dev/reconciler-test v0.0.0-20210426151439-cd315b0f06aa
)

replace (
Expand Down
72 changes: 43 additions & 29 deletions go.sum

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions third_party/VENDOR-LICENSE/golang.org/x/term/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Copyright (c) 2009 The Go Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
123 changes: 123 additions & 0 deletions vendor/contrib.go.opencensus.io/exporter/prometheus/.golangci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

65 changes: 10 additions & 55 deletions vendor/contrib.go.opencensus.io/exporter/prometheus/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions vendor/contrib.go.opencensus.io/exporter/prometheus/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cd4b049

Please sign in to comment.