From e6cf1ce04e57bbbb0eb0c24b6f3ca274969d884a Mon Sep 17 00:00:00 2001 From: knative-automation Date: Fri, 5 Mar 2021 15:06:20 -0800 Subject: [PATCH] upgrade to latest dependencies (#1247) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bumping knative.dev/serving 472f8e2...a4908c6: > a4908c6 Fix wrong function name in test log (# 10902) > 6e46a52 Format markdown (# 10898) > 6087145 e2e - wait for deployments to be available (# 10883) > 5b07374 Update net-certmanager nightly (# 10888) > 39cd0ea Update net-contour nightly (# 10886) > 2955f95 rename queueproxy flag probe-period to probe-timeout (# 10855) > 17e40b1 Bump timeout to (hopefully) avoid flake (# 10892) > b089ba7 Update net-istio nightly (# 10889) > 59c9461 Update contributing link (# 10894) > c508400 Update net-kourier nightly (# 10887) > 3ee7319 upgrade to latest dependencies (# 10884) > 267697a Add DomainMapping namespace label annotation (# 10868) > c4e05e5 Lint use of type-safe atomics (# 10882) > 9419b6a Update net-kourier nightly (# 10877) > 6d84c5b Don't override the queue-proxy image on pre-upgrade tests (# 10872) > 0b07d94 Parallelise tests in activator/net (# 10880) > 4301fa1 Update net-contour nightly (# 10876) > eb873de Update net-istio nightly (# 10875) > 79faf2b Use type-safe atomics (# 10881) > 94451d1 Make sure to reinitialise loop var in parallel tests (# 10879) > 041dca1 upgrade to latest dependencies (# 10874) > e9ea07e Only use exec probe at startup time (# 10741) > 6dcd8a6 Extend the e2e tests to use the new weighted averaging algorithms (# 10859) > 9478d4e Update net-contour nightly (# 10870) > 8e0ac01 Update net-kourier nightly (# 10869) > 092ddd9 Apply security best practises to domain-mapping-webhook (# 10867) > cd77781 Update net-kourier nightly (# 10863) > 2743018 Update net-istio nightly (# 10864) > f397d58 Use new filter function constructors (# 10862) > 26fd2fc upgrade to latest dependencies (# 10866) bumping knative.dev/eventing 2db6877...554c1cc: > 554c1cc Delete unused params in IMC controller reconciler (# 5015) > db81746 fix # 4994 use trigger's namespace only when subscriber's namespace is nil (# 4995) > dbf1859 Remove v1alpha1 channelable (# 5005) > ef6d89e upgrade to CRDv1, add more unit tests around the workings of event types (# 5013) > d6d48a7 add unit tests to reconciler/source/config_watcher (# 5012) > 21bcd68 Add buckets example to config-leader-election CM (# 4993) > 0f2612e add test for trigger having a wrong UID (# 5004) > 4282f45 fix broken in-mem ns mode (# 4906) > 9089b8e adding code coverage to adapters v2 (# 5000) > eb12f8a update to breaking change for feature.T in reconciler-test (# 5003) > c5f92fa upgrade to latest dependencies (# 5001) > f220668 add more coverage (# 4999) > fba3dbf Use common script in GH Actions (# 4997) bumping knative.dev/networking 54c0eb1...f813b59: > f813b59 upgrade to latest dependencies (# 361) > c369ab0 upgrade to latest dependencies (# 360) bumping knative.dev/pkg 9039dc1...8fbab7e: > 8fbab7e Redo the comment a bit further (# 2042) > 08fc626 Fix comment for skipKeyError (# 2041) > 2bc944b Fix race: Make informed watcher start wait for Add event 🏎️ (# 2036) Signed-off-by: Knative Automation --- go.mod | 8 +++---- go.sum | 23 ++++++++++--------- .../knative.dev/pkg/controller/controller.go | 4 ++-- .../serving/pkg/apis/serving/register.go | 5 ++++ vendor/modules.txt | 8 +++---- 5 files changed, 27 insertions(+), 21 deletions(-) diff --git a/go.mod b/go.mod index 0fa4e1b81..52a8a790a 100644 --- a/go.mod +++ b/go.mod @@ -21,11 +21,11 @@ require ( k8s.io/cli-runtime v0.19.7 k8s.io/client-go v0.19.7 k8s.io/code-generator v0.19.7 - knative.dev/eventing v0.21.1-0.20210228124848-2db68776f120 + knative.dev/eventing v0.21.1-0.20210305093520-554c1cc249d8 knative.dev/hack v0.0.0-20210203173706-8368e1f6eacf - knative.dev/networking v0.0.0-20210301023148-54c0eb153147 - knative.dev/pkg v0.0.0-20210226182947-9039dc189ced - knative.dev/serving v0.21.1-0.20210301115148-472f8e2bacf2 + knative.dev/networking v0.0.0-20210304153916-f813b5904943 + knative.dev/pkg v0.0.0-20210303192215-8fbab7ebb77b + knative.dev/serving v0.21.1-0.20210305113720-a4908c6b0dea sigs.k8s.io/yaml v1.2.0 ) diff --git a/go.sum b/go.sum index 9ec76cf04..896462840 100644 --- a/go.sum +++ b/go.sum @@ -1305,21 +1305,22 @@ 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= k8s.io/utils v0.0.0-20210111153108-fddb29f9d009 h1:0T5IaWHO3sJTEmCP6mUlBvMukxPKUQWqiI/YuiBNMiQ= k8s.io/utils v0.0.0-20210111153108-fddb29f9d009/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= -knative.dev/caching v0.0.0-20210216192653-d1dfa6451cd1/go.mod h1:1UeUQ6zQ3vHtZRpfuAW/f5oXb11EBqICfJqIzOeOrqU= -knative.dev/eventing v0.21.1-0.20210228124848-2db68776f120 h1:FMOaAAdp0EQEQRPckjGgVtOZIuT3XxcSUcfF1bloOzQ= -knative.dev/eventing v0.21.1-0.20210228124848-2db68776f120/go.mod h1:KtN2FEhPzxyqXKxpJufdq0lzL3Iu+5qjFqBal8Lg2tQ= +knative.dev/caching v0.0.0-20210303133615-4863ed60e656/go.mod h1:h4vk2Qu2/B/JRIpBYVvNhMDPsId1vu5ecgbK5pPeI5o= +knative.dev/eventing v0.21.1-0.20210305093520-554c1cc249d8 h1:fvCfv/VL/llyhguLluJV/Z8J3Bt+8D969stVHGp+vQ0= +knative.dev/eventing v0.21.1-0.20210305093520-554c1cc249d8/go.mod h1:xx42mnYqB+iEMYny6/M3vbe58BZAo+uLrWbOQF5Qrm0= knative.dev/hack v0.0.0-20210203173706-8368e1f6eacf h1:u4cY4jr2LYvhoz/1HBWEPsMiLkm0HMdDTfmmw1RE8zE= knative.dev/hack v0.0.0-20210203173706-8368e1f6eacf/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI= -knative.dev/networking v0.0.0-20210216193011-d5e05ad323f0/go.mod h1:Crdn87hxdFd3Jj6PIyrjzGnr8OGHX35k5xo9jlOrjjA= -knative.dev/networking v0.0.0-20210301023148-54c0eb153147 h1:dX51VdzJFfOcpbz3qvD3ohmg0A+oX/qil3r+dHbFtS8= -knative.dev/networking v0.0.0-20210301023148-54c0eb153147/go.mod h1:AZjAFUWHJp9+HCc3Zg6766X9FSptM10HaWP7Ff1U63I= -knative.dev/pkg v0.0.0-20210215165523-84c98f3c3e7a/go.mod h1:TJSdebQOWX5N2bszohOYVi0H1QtXbtlYLuMghAFBMhY= -knative.dev/pkg v0.0.0-20210225221047-07b5ddfaea60/go.mod h1:TJSdebQOWX5N2bszohOYVi0H1QtXbtlYLuMghAFBMhY= +knative.dev/networking v0.0.0-20210303133715-c369ab087ca7/go.mod h1:fSsSPvppCNVy6wx6Zb/bEmQbV+1ZeuWGaV1JDuEaCP4= +knative.dev/networking v0.0.0-20210304153916-f813b5904943 h1:EEAnCZzqVoTNNPMYyONXqOD3e/45OPVahA4jm8ET4/g= +knative.dev/networking v0.0.0-20210304153916-f813b5904943/go.mod h1:G+KCelFuLocMrnfayHoxqsFG+IYX4t8To1celZes77k= knative.dev/pkg v0.0.0-20210226182947-9039dc189ced h1:OCtTbXsJhiR35qCDxFj9Xc8sU3i87ePbc7YlHCt0al4= knative.dev/pkg v0.0.0-20210226182947-9039dc189ced/go.mod h1:TJSdebQOWX5N2bszohOYVi0H1QtXbtlYLuMghAFBMhY= -knative.dev/reconciler-test v0.0.0-20210223181346-209f32c8cdc4/go.mod h1:RP/K5xJylB72Go6eAsXYEsQHp4zCCNMNjmsqhvq7wko= -knative.dev/serving v0.21.1-0.20210301115148-472f8e2bacf2 h1:XC/vJOFmwOAzOQXs1vCEOfk/3ya79SFhpVHGqDQToSk= -knative.dev/serving v0.21.1-0.20210301115148-472f8e2bacf2/go.mod h1:a4eAD31lUwrx8M7xu1EX7Q5tPEIcGdT/XmA3RRezV70= +knative.dev/pkg v0.0.0-20210303111915-08fc6268bf96/go.mod h1:TJSdebQOWX5N2bszohOYVi0H1QtXbtlYLuMghAFBMhY= +knative.dev/pkg v0.0.0-20210303192215-8fbab7ebb77b h1:AynUh7MBUe44E60vh0vIyF2Bes4AOoTT2ejy9xrF0FU= +knative.dev/pkg v0.0.0-20210303192215-8fbab7ebb77b/go.mod h1:TJSdebQOWX5N2bszohOYVi0H1QtXbtlYLuMghAFBMhY= +knative.dev/reconciler-test v0.0.0-20210302173618-5f01af2a17ac/go.mod h1:70MF1WzRT29YtTBujNmB58UUlRGLlfYElOTNmO7MxdA= +knative.dev/serving v0.21.1-0.20210305113720-a4908c6b0dea h1:jDKGVhFFEtVIi+xIPTkYA5RmbyijKgfhZqBo+8iGRvY= +knative.dev/serving v0.21.1-0.20210305113720-a4908c6b0dea/go.mod h1:D5VESvUqH7eFqeHkVWSFktRUNKqURmNdF4sy0y1fJew= modernc.org/cc v1.0.0/go.mod h1:1Sk4//wdnYJiUIxnW8ddKpaOJCF37yAdqYnkxUpaYxw= modernc.org/golex v1.0.0/go.mod h1:b/QX9oBD/LhixY6NDh+IdGv17hgB+51fET1i2kPSmvk= modernc.org/mathutil v1.0.0/go.mod h1:wU0vUrJsVWBZ4P6e7xtFJEhFSNsfRLJ8H458uRjg03k= diff --git a/vendor/knative.dev/pkg/controller/controller.go b/vendor/knative.dev/pkg/controller/controller.go index 2a28497fa..f65cf4fb5 100644 --- a/vendor/knative.dev/pkg/controller/controller.go +++ b/vendor/knative.dev/pkg/controller/controller.go @@ -585,8 +585,8 @@ func NewSkipKey(key string) error { return skipKeyError{key: key} } -// permanentError is an error that is considered not transient. -// We should not re-queue keys when it returns with thus error in reconcile. +// skipKeyError is an error that indicates a key was skipped. +// We should not re-queue keys when it returns this error from Reconcile. type skipKeyError struct { key string } diff --git a/vendor/knative.dev/serving/pkg/apis/serving/register.go b/vendor/knative.dev/serving/pkg/apis/serving/register.go index c0e1dd61b..edc35b896 100644 --- a/vendor/knative.dev/serving/pkg/apis/serving/register.go +++ b/vendor/knative.dev/serving/pkg/apis/serving/register.go @@ -93,6 +93,11 @@ const ( // which DomainMapping triggered their creation. DomainMappingLabelKey = GroupName + "/domainMapping" + // DomainMappingNamespaceLabelKey is the label key attached to Ingress + // resources created by a DomainMapping to indicate which namespace the + // DomainMapping was created in. + DomainMappingNamespaceLabelKey = GroupName + "/domainMappingNamespace" + // ConfigurationGenerationLabelKey is the label key attached to a Revision indicating the // metadata generation of the Configuration that created this revision ConfigurationGenerationLabelKey = GroupName + "/configurationGeneration" diff --git a/vendor/modules.txt b/vendor/modules.txt index baaa5d130..405997ad8 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -771,7 +771,7 @@ k8s.io/kube-openapi/pkg/util/sets k8s.io/utils/buffer k8s.io/utils/integer k8s.io/utils/trace -# knative.dev/eventing v0.21.1-0.20210228124848-2db68776f120 +# knative.dev/eventing v0.21.1-0.20210305093520-554c1cc249d8 ## explicit knative.dev/eventing/pkg/apis/config knative.dev/eventing/pkg/apis/configs @@ -805,12 +805,12 @@ knative.dev/eventing/pkg/client/clientset/versioned/typed/sources/v1alpha2/fake # knative.dev/hack v0.0.0-20210203173706-8368e1f6eacf ## explicit knative.dev/hack -# knative.dev/networking v0.0.0-20210301023148-54c0eb153147 +# knative.dev/networking v0.0.0-20210304153916-f813b5904943 ## explicit knative.dev/networking/pkg knative.dev/networking/pkg/apis/networking knative.dev/networking/pkg/apis/networking/v1alpha1 -# knative.dev/pkg v0.0.0-20210226182947-9039dc189ced +# knative.dev/pkg v0.0.0-20210303192215-8fbab7ebb77b ## explicit knative.dev/pkg/apis knative.dev/pkg/apis/duck @@ -854,7 +854,7 @@ knative.dev/pkg/tracing/config knative.dev/pkg/tracing/propagation knative.dev/pkg/tracing/propagation/tracecontextb3 knative.dev/pkg/tracker -# knative.dev/serving v0.21.1-0.20210301115148-472f8e2bacf2 +# knative.dev/serving v0.21.1-0.20210305113720-a4908c6b0dea ## explicit knative.dev/serving/pkg/apis/autoscaling knative.dev/serving/pkg/apis/autoscaling/v1alpha1