upgrade to latest dependencies (#1262)

bumping knative.dev/pkg c326b70...4048853:
  > 4048853 Drop master references to knative repos (# 2050)
bumping knative.dev/networking 0770f41...430a689:
  > 430a689 Add arturenault as networking reviewer (# 369)
  > f51c10d upgrade to latest dependencies (# 370)
  > d8e8d36 Update common github actions (# 367)
bumping knative.dev/serving 00cf77d...1583394:
  > 1583394 Add start and end time of failing requests (# 10939)
  > 6065e72 Update net-kourier nightly (# 10923)
  > 70dd918 upgrade to latest dependencies (# 10942)
  > e61757f Add arturenault as networking reviewer (# 10941)
  > b380071 Fix inconsistency flake in TestGlobalResyncOnActivatorChange (# 10935)
  > b7b671f Make all informer tests use the new helper (# 10930)
  > 103aa92 Update net-istio nightly (# 10937)
  > 2e3fbfb Redisable chaos duck for autoscaler (# 10928)
  > c906ecb upgrade to latest dependencies (# 10927)
bumping knative.dev/eventing 9be1470...3b42737:
  > 3b42737 Smoke Tests on SinkBinding (# 5049)
  > 6cefb29 smoketest a channel (# 5052)
  > f80dc0c upgrade to latest dependencies (# 5056)
  > 52757a6 Format markdown (# 5055)
  > c8bfaea upgrade to latest dependencies (# 5054)

Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
knative-automation 2021-03-12 14:09:00 -08:00 committed by GitHub
parent d65a649872
commit d68cde6ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 26 additions and 37 deletions

8
go.mod
View File

@ -21,11 +21,11 @@ require (
k8s.io/cli-runtime v0.19.7 k8s.io/cli-runtime v0.19.7
k8s.io/client-go v0.19.7 k8s.io/client-go v0.19.7
k8s.io/code-generator v0.19.7 k8s.io/code-generator v0.19.7
knative.dev/eventing v0.21.1-0.20210311084626-9be1470005ff knative.dev/eventing v0.21.1-0.20210312002228-3b427377abe0
knative.dev/hack v0.0.0-20210309141825-9b73a256fd9a knative.dev/hack v0.0.0-20210309141825-9b73a256fd9a
knative.dev/networking v0.0.0-20210311070925-0770f41a3220 knative.dev/networking v0.0.0-20210311190926-430a689490e6
knative.dev/pkg v0.0.0-20210311075326-c326b70b833d knative.dev/pkg v0.0.0-20210311174826-40488532be3f
knative.dev/serving v0.21.1-0.20210311083825-00cf77de7e2b knative.dev/serving v0.21.1-0.20210311225828-1583394c61cb
sigs.k8s.io/yaml v1.2.0 sigs.k8s.io/yaml v1.2.0
) )

33
go.sum
View File

@ -1305,31 +1305,20 @@ 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-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 h1:0T5IaWHO3sJTEmCP6mUlBvMukxPKUQWqiI/YuiBNMiQ=
k8s.io/utils v0.0.0-20210111153108-fddb29f9d009/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= k8s.io/utils v0.0.0-20210111153108-fddb29f9d009/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
knative.dev/caching v0.0.0-20210304145815-5ce2f83e58d0/go.mod h1:I1JrIg51Pj131i6TGEBCDWM4UYdIeQ42zus/KdNIK7g= knative.dev/caching v0.0.0-20210311181225-4b366c7a9f99/go.mod h1:OlAEAfCSUjHVetZp/hpMw3lzAGHfTEQyu2a5dgf/7Qo=
knative.dev/eventing v0.21.1-0.20210311084626-9be1470005ff h1:hzZo4a39Nepm0FLanmGvYVvin29v2qn0LBcsytEjpxk= knative.dev/eventing v0.21.1-0.20210312002228-3b427377abe0 h1:nd6yNE6L10abHfrrsVarMiirHke7tvqfP9uczfRCOIE=
knative.dev/eventing v0.21.1-0.20210311084626-9be1470005ff/go.mod h1:wDKp3lXwJn4+FlV5ds2Kz+L4fWoXW1KSxu2U6oqoNUQ= knative.dev/eventing v0.21.1-0.20210312002228-3b427377abe0/go.mod h1:k/F174UcHeY70F00RAExTv2/wg8yUR20EPYX3hlD3+8=
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/hack v0.0.0-20210305150220-f99a25560134 h1:lUllAp28TkevQIgWrsjow8ZLnXJy3AraRzGFm/ffD2c=
knative.dev/hack v0.0.0-20210305150220-f99a25560134/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
knative.dev/hack v0.0.0-20210309141825-9b73a256fd9a h1:0UGKyvFzY1Czu0lP9+0IrJhwtKe2oNLI2GYa7MIQ5c0= knative.dev/hack v0.0.0-20210309141825-9b73a256fd9a h1:0UGKyvFzY1Czu0lP9+0IrJhwtKe2oNLI2GYa7MIQ5c0=
knative.dev/hack v0.0.0-20210309141825-9b73a256fd9a/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI= knative.dev/hack v0.0.0-20210309141825-9b73a256fd9a/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
knative.dev/networking v0.0.0-20210304153916-f813b5904943 h1:EEAnCZzqVoTNNPMYyONXqOD3e/45OPVahA4jm8ET4/g= knative.dev/networking v0.0.0-20210311182125-f51c10d6fcf0/go.mod h1:dBcp0JBxATXsbCKK43cA6LxTricz4Ur3dPHataW5J64=
knative.dev/networking v0.0.0-20210304153916-f813b5904943/go.mod h1:G+KCelFuLocMrnfayHoxqsFG+IYX4t8To1celZes77k= knative.dev/networking v0.0.0-20210311190926-430a689490e6 h1:yuf+sPvbvjvQ2KBJrEORN/YPxuf3EIFD31z/jL4WfwU=
knative.dev/networking v0.0.0-20210311070925-0770f41a3220 h1:Hx4W8AY54vNf6S+3dKbOvB/9QklXdKtxLVDGlCvEzi8= knative.dev/networking v0.0.0-20210311190926-430a689490e6/go.mod h1:dBcp0JBxATXsbCKK43cA6LxTricz4Ur3dPHataW5J64=
knative.dev/networking v0.0.0-20210311070925-0770f41a3220/go.mod h1:3G1UsAcygoGElSq+f3UUSxmXLmETGGszS5vEgIBir3I=
knative.dev/pkg v0.0.0-20210303192215-8fbab7ebb77b h1:AynUh7MBUe44E60vh0vIyF2Bes4AOoTT2ejy9xrF0FU=
knative.dev/pkg v0.0.0-20210303192215-8fbab7ebb77b/go.mod h1:TJSdebQOWX5N2bszohOYVi0H1QtXbtlYLuMghAFBMhY=
knative.dev/pkg v0.0.0-20210305173320-7f753ea1276f/go.mod h1:TJSdebQOWX5N2bszohOYVi0H1QtXbtlYLuMghAFBMhY=
knative.dev/pkg v0.0.0-20210309024624-0f8d8de5949d h1:2Uc3qyLRLIYOqJrGGKFkJc69X+cxlhoH3jk7p4b4KFM=
knative.dev/pkg v0.0.0-20210309024624-0f8d8de5949d/go.mod h1:fP690UCcs5x+qQVhjJxNcm97OWIiUdFC1dqbD3Gsp64=
knative.dev/pkg v0.0.0-20210310050525-cc278e1666ca/go.mod h1:pn/vClSL/iCW40TlFR91EhtmMmsyPQR2V2LavDAOOMs=
knative.dev/pkg v0.0.0-20210310173525-bbe0bb3eb1e0/go.mod h1:pn/vClSL/iCW40TlFR91EhtmMmsyPQR2V2LavDAOOMs= knative.dev/pkg v0.0.0-20210310173525-bbe0bb3eb1e0/go.mod h1:pn/vClSL/iCW40TlFR91EhtmMmsyPQR2V2LavDAOOMs=
knative.dev/pkg v0.0.0-20210311075326-c326b70b833d h1:LF4tIJdND1p9pE8GJ4fLEHy7xO9iqQ6SprCpxrSF+fw= knative.dev/pkg v0.0.0-20210311174826-40488532be3f h1:WBgC84Ldkyvt+25osB1pfrNXH9LKoXvr3BptANZWvIE=
knative.dev/pkg v0.0.0-20210311075326-c326b70b833d/go.mod h1:pn/vClSL/iCW40TlFR91EhtmMmsyPQR2V2LavDAOOMs= knative.dev/pkg v0.0.0-20210311174826-40488532be3f/go.mod h1:pn/vClSL/iCW40TlFR91EhtmMmsyPQR2V2LavDAOOMs=
knative.dev/reconciler-test v0.0.0-20210310072325-2521dadad94c/go.mod h1:VY5bZx4KFjJMsLnElusoRKoJR2Xw2bwNEfsooJdqDEU= knative.dev/reconciler-test v0.0.0-20210311161026-af80deacbe19/go.mod h1:BqljHB9eQj66yPyxOj62syip0ZZtiG0lw76XrtRe36M=
knative.dev/serving v0.21.1-0.20210311083825-00cf77de7e2b h1:xb8HV5fK3K9U3Z/7bYlri0ETqaEbcj2E9Ei5gVKo9t0= knative.dev/serving v0.21.1-0.20210311225828-1583394c61cb h1:HX5EVjJJqIUoDAWmfulMnGvPFeKJkAC6GAuj9/y97Ig=
knative.dev/serving v0.21.1-0.20210311083825-00cf77de7e2b/go.mod h1:A8siwc+elFm7H1kWcW385KKLviykudQMVW9Sonv8gNE= knative.dev/serving v0.21.1-0.20210311225828-1583394c61cb/go.mod h1:5cO/KA08FzPBPuCa5CU2lEGZOP8V/zUgvoluuPcL1lQ=
modernc.org/cc v1.0.0/go.mod h1:1Sk4//wdnYJiUIxnW8ddKpaOJCF37yAdqYnkxUpaYxw= 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/golex v1.0.0/go.mod h1:b/QX9oBD/LhixY6NDh+IdGv17hgB+51fET1i2kPSmvk=
modernc.org/mathutil v1.0.0/go.mod h1:wU0vUrJsVWBZ4P6e7xtFJEhFSNsfRLJ8H458uRjg03k= modernc.org/mathutil v1.0.0/go.mod h1:wU0vUrJsVWBZ4P6e7xtFJEhFSNsfRLJ8H458uRjg03k=

View File

@ -73,7 +73,7 @@ the resulting JSON Patch can only contain fields relevant to the resource.
In Knative, we follow the Kubernetes API principles of using `conditions` as a In Knative, we follow the Kubernetes API principles of using `conditions` as a
key part of our resources status, but we go a step further in key part of our resources status, but we go a step further in
[defining particular conventions](https://github.com/knative/serving/blob/master/docs/spec/errors.md#error-conditions-and-reporting) [defining particular conventions](https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting)
on how these are used. on how these are used.
To support this, we define: To support this, we define:

View File

@ -41,7 +41,7 @@ const (
DomainEnv = "METRICS_DOMAIN" DomainEnv = "METRICS_DOMAIN"
// The following keys are used to configure metrics reporting. // The following keys are used to configure metrics reporting.
// See https://github.com/knative/serving/blob/master/config/config-observability.yaml // See https://github.com/knative/serving/blob/main/config/config-observability.yaml
// for details. // for details.
allowStackdriverCustomMetricsKey = "metrics.allow-stackdriver-custom-metrics" allowStackdriverCustomMetricsKey = "metrics.allow-stackdriver-custom-metrics"
collectorAddressKey = "metrics.opencensus-address" collectorAddressKey = "metrics.opencensus-address"

View File

@ -81,7 +81,7 @@ type ExporterOptions struct {
PrometheusHost string PrometheusHost string
// ConfigMap is the data from config map config-observability. Must be present. // ConfigMap is the data from config map config-observability. Must be present.
// See https://github.com/knative/serving/blob/master/config/config-observability.yaml // See https://github.com/knative/serving/blob/main/config/config-observability.yaml
// for details. // for details.
ConfigMap map[string]string ConfigMap map[string]string

View File

@ -28,7 +28,7 @@ You can use the test library in this dir to:
These flags are useful for running against an existing cluster, making use of These flags are useful for running against an existing cluster, making use of
your existing your existing
[environment setup](https://github.com/knative/serving/blob/master/DEVELOPMENT.md#environment-setup). [environment setup](https://github.com/knative/serving/blob/main/DEVELOPMENT.md#environment-setup).
By importing `knative.dev/pkg/test` you get access to a global variable called By importing `knative.dev/pkg/test` you get access to a global variable called
`test.Flags` which holds the values of `test.Flags` which holds the values of
@ -46,7 +46,7 @@ _See [e2e_flags.go](./e2e_flags.go)._
debug logs will be emitted to stdout. debug logs will be emitted to stdout.
We are using a generic We are using a generic
[FormatLogger](https://github.com/knative/pkg/blob/master/test/logging/logging.go#L49) [FormatLogger](https://github.com/knative/pkg/blob/main/test/logging/logging.go#L49)
that can be passed in any existing logger that satisfies it. Test can use the that can be passed in any existing logger that satisfies it. Test can use the
generic [logging methods](https://golang.org/pkg/testing/#T) to log info and generic [logging methods](https://golang.org/pkg/testing/#T) to log info and
error logs. All the common methods accept generic FormatLogger as a parameter error logs. All the common methods accept generic FormatLogger as a parameter
@ -64,7 +64,7 @@ _See [logging.go](./logging/logging.go)._
### Check Knative Serving resources ### Check Knative Serving resources
_WARNING: this code also exists in _WARNING: this code also exists in
[`knative/serving`](https://github.com/knative/serving/blob/master/test/adding_tests.md#make-requests-against-deployed-services)._ [`knative/serving`](https://github.com/knative/serving/blob/main/test/adding_tests.md#make-requests-against-deployed-services)._
After creating Knative Serving resources or making changes to them, you will After creating Knative Serving resources or making changes to them, you will
need to wait for the system to realize those changes. You can use the Knative need to wait for the system to realize those changes. You can use the Knative

View File

@ -46,7 +46,7 @@ const (
ZipkinTraceIDHeader = "ZIPKIN_TRACE_ID" ZipkinTraceIDHeader = "ZIPKIN_TRACE_ID"
// ZipkinPort is port exposed by the Zipkin Pod // ZipkinPort is port exposed by the Zipkin Pod
// https://github.com/knative/serving/blob/master/config/monitoring/200-common/100-zipkin.yaml#L25 configures the Zipkin Port on the cluster. // https://github.com/knative/serving/blob/main/config/monitoring/200-common/100-zipkin.yaml#L25 configures the Zipkin Port on the cluster.
ZipkinPort = 9411 ZipkinPort = 9411
// ZipkinTraceEndpoint port-forwarded zipkin endpoint // ZipkinTraceEndpoint port-forwarded zipkin endpoint

8
vendor/modules.txt vendored
View File

@ -771,7 +771,7 @@ k8s.io/kube-openapi/pkg/util/sets
k8s.io/utils/buffer k8s.io/utils/buffer
k8s.io/utils/integer k8s.io/utils/integer
k8s.io/utils/trace k8s.io/utils/trace
# knative.dev/eventing v0.21.1-0.20210311084626-9be1470005ff # knative.dev/eventing v0.21.1-0.20210312002228-3b427377abe0
## explicit ## explicit
knative.dev/eventing/pkg/apis/config knative.dev/eventing/pkg/apis/config
knative.dev/eventing/pkg/apis/duck knative.dev/eventing/pkg/apis/duck
@ -803,12 +803,12 @@ knative.dev/eventing/pkg/client/clientset/versioned/typed/sources/v1alpha2/fake
# knative.dev/hack v0.0.0-20210309141825-9b73a256fd9a # knative.dev/hack v0.0.0-20210309141825-9b73a256fd9a
## explicit ## explicit
knative.dev/hack knative.dev/hack
# knative.dev/networking v0.0.0-20210311070925-0770f41a3220 # knative.dev/networking v0.0.0-20210311190926-430a689490e6
## explicit ## explicit
knative.dev/networking/pkg knative.dev/networking/pkg
knative.dev/networking/pkg/apis/networking knative.dev/networking/pkg/apis/networking
knative.dev/networking/pkg/apis/networking/v1alpha1 knative.dev/networking/pkg/apis/networking/v1alpha1
# knative.dev/pkg v0.0.0-20210311075326-c326b70b833d # knative.dev/pkg v0.0.0-20210311174826-40488532be3f
## explicit ## explicit
knative.dev/pkg/apis knative.dev/pkg/apis
knative.dev/pkg/apis/duck knative.dev/pkg/apis/duck
@ -852,7 +852,7 @@ knative.dev/pkg/tracing/config
knative.dev/pkg/tracing/propagation knative.dev/pkg/tracing/propagation
knative.dev/pkg/tracing/propagation/tracecontextb3 knative.dev/pkg/tracing/propagation/tracecontextb3
knative.dev/pkg/tracker knative.dev/pkg/tracker
# knative.dev/serving v0.21.1-0.20210311083825-00cf77de7e2b # knative.dev/serving v0.21.1-0.20210311225828-1583394c61cb
## explicit ## explicit
knative.dev/serving/pkg/apis/autoscaling knative.dev/serving/pkg/apis/autoscaling
knative.dev/serving/pkg/apis/autoscaling/v1alpha1 knative.dev/serving/pkg/apis/autoscaling/v1alpha1