Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Upgrading dependencies early
Browse files Browse the repository at this point in the history
Signed-off-by: Ansu Varghese <[email protected]>
  • Loading branch information
aavarghese committed May 6, 2021
1 parent 253a77a commit db84dfc
Show file tree
Hide file tree
Showing 11 changed files with 205 additions and 8 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ require (
k8s.io/client-go v0.19.7
k8s.io/utils v0.0.0-20200729134348-d5654de09c73
knative.dev/control-protocol v0.0.0-20210505115553-b8b0ea0dbe6c
knative.dev/eventing v0.22.1-0.20210505200553-20871ab466aa
knative.dev/eventing v0.22.1-0.20210506194710-47b61c2c763e
knative.dev/hack v0.0.0-20210428122153-93ad9129c268
knative.dev/networking v0.0.0-20210428161254-1ad047ce063f
knative.dev/networking v0.0.0-20210506040209-a3028d57082a
knative.dev/pkg v0.0.0-20210428141353-878c85083565
knative.dev/reconciler-test v0.0.0-20210504161438-9b758be62893
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1310,15 +1310,15 @@ k8s.io/utils v0.0.0-20200729134348-d5654de09c73 h1:uJmqzgNWG7XyClnU/mLPBWwfKKF1K
k8s.io/utils v0.0.0-20200729134348-d5654de09c73/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
knative.dev/control-protocol v0.0.0-20210505115553-b8b0ea0dbe6c h1:rA5L5/Mm9Ft/PPjNTjFXMhVwfUM0rT86Jx1QNt7QIN8=
knative.dev/control-protocol v0.0.0-20210505115553-b8b0ea0dbe6c/go.mod h1:HFKVsvZvmEkyWOUdwu3OJiO9ovxV20YNi6o0UsxufSY=
knative.dev/eventing v0.22.1-0.20210505200553-20871ab466aa h1:0IJvh0BEEQbZC9gvtXebAinmYrfRiBiUTwIUbHpDCpY=
knative.dev/eventing v0.22.1-0.20210505200553-20871ab466aa/go.mod h1:p7FKFj0dYMKI1Ji0GSKdRg2YzLMWVXABm0QHN2RtkSI=
knative.dev/eventing v0.22.1-0.20210506194710-47b61c2c763e h1:LC9ZKtZp7ll+lv3Ge+6xLUIN7O5l8QW66m+95eX+TB0=
knative.dev/eventing v0.22.1-0.20210506194710-47b61c2c763e/go.mod h1:V2vHWE8p2p6sokoNVXafQLiWGJ7hQpw0IzI+w5RqOaA=
knative.dev/hack v0.0.0-20210325223819-b6ab329907d3/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
knative.dev/hack v0.0.0-20210427190353-86f9adc0c8e2/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
knative.dev/hack v0.0.0-20210428122153-93ad9129c268 h1:lBIj9Epd9UQ55NEaHzAdY/UZbuaegCdGPKVC2+Z68Q0=
knative.dev/hack v0.0.0-20210428122153-93ad9129c268/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
knative.dev/hack/schema v0.0.0-20210428122153-93ad9129c268/go.mod h1:ffjwmdcrH5vN3mPhO8RrF2KfNnbHeCE2C60A+2cv3U0=
knative.dev/networking v0.0.0-20210428161254-1ad047ce063f h1:aobK9UEGzKYcLJMd50BhRLIWMqKQYXq9NuPsOOB3Nk8=
knative.dev/networking v0.0.0-20210428161254-1ad047ce063f/go.mod h1:6sJKmUcFFSkhloA1mWii/DCqeg9mMHfRraB/ouRzuM0=
knative.dev/networking v0.0.0-20210506040209-a3028d57082a h1:2R5JcG7a4WTjRIliRKigQZ720rnU3ePE+rL+wagDRG0=
knative.dev/networking v0.0.0-20210506040209-a3028d57082a/go.mod h1:6sJKmUcFFSkhloA1mWii/DCqeg9mMHfRraB/ouRzuM0=
knative.dev/pkg v0.0.0-20210420053235-1afd04993622/go.mod h1:UtcSLHy2XIz5blWoPTA40F87zk4O7erxkCwv+7Tsmws=
knative.dev/pkg v0.0.0-20210428023153-5a308fa62139/go.mod h1:7Xmwv60SD68lc4mpbKvU1J4WJLfZNNDNpHFA87T7/AM=
knative.dev/pkg v0.0.0-20210428141353-878c85083565 h1:4I8Pm2IlSJbdJ1R9fC18kOlZlfCZkB59JraRGratgnY=
Expand Down
27 changes: 27 additions & 0 deletions third_party/VENDOR-LICENSE/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.
27 changes: 27 additions & 0 deletions third_party/VENDOR-LICENSE/vendor/golang.org/x/crypto/LICENSE

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/vendor/golang.org/x/net/LICENSE

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/vendor/golang.org/x/sys/cpu/LICENSE

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/vendor/golang.org/x/text/LICENSE

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

Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,7 @@ func (l *Listers) GetConfigMapLister() corev1listers.ConfigMapLister {
func (l *Listers) GetCustomResourceDefinitionLister() apiextensionsv1listers.CustomResourceDefinitionLister {
return apiextensionsv1listers.NewCustomResourceDefinitionLister(l.indexerFor(&apiextensionsv1.CustomResourceDefinition{}))
}

func (l *Listers) GetNodeLister() corev1listers.NodeLister {
return corev1listers.NewNodeLister(l.indexerFor(&corev1.Node{}))
}
6 changes: 6 additions & 0 deletions vendor/knative.dev/eventing/test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,15 @@ function install_head {
function install_latest_release() {
header ">> Installing Knative Eventing latest public release"

# Delete InMemoryController Webhook for downgrade 0.22 from 0.23.
kubectl delete ValidatingWebhookConfiguration validation.inmemorychannel.eventing.knative.dev || true
kubectl delete MutatingWebhookConfiguration inmemorychannel.eventing.knative.dev || true

install_knative_eventing \
"latest-release" || \
fail_test "Knative latest release installation failed"


}

function install_mt_broker() {
Expand Down

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

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ knative.dev/control-protocol/pkg/message
knative.dev/control-protocol/pkg/network
knative.dev/control-protocol/pkg/reconciler
knative.dev/control-protocol/pkg/service
# knative.dev/eventing v0.22.1-0.20210505200553-20871ab466aa
# knative.dev/eventing v0.22.1-0.20210506194710-47b61c2c763e
## explicit
knative.dev/eventing/pkg/adapter/v2
knative.dev/eventing/pkg/adapter/v2/test
Expand Down Expand Up @@ -1219,7 +1219,7 @@ knative.dev/eventing/test/upgrade/prober/wathola/sender
## explicit
knative.dev/hack
knative.dev/hack/shell
# knative.dev/networking v0.0.0-20210428161254-1ad047ce063f
# knative.dev/networking v0.0.0-20210506040209-a3028d57082a
## explicit
knative.dev/networking/pkg/prober
# knative.dev/pkg v0.0.0-20210428141353-878c85083565
Expand Down

0 comments on commit db84dfc

Please sign in to comment.