From 55f90fac7ae01906b19c2de383a3fd1203fe54ac Mon Sep 17 00:00:00 2001 From: Knative Automation Date: Fri, 15 Sep 2023 14:02:40 +0000 Subject: [PATCH] upgrade to latest dependencies bumping knative.dev/networking 4804203...50368a7: > 50368a7 Use correct case for autoTLS (# 851) > e3c3201 Update community files (# 856) > 8ebb407 upgrade to latest dependencies (# 855) bumping knative.dev/pkg 8d736b6...9780686: > 9780686 Update community files (# 2819) bumping knative.dev/hack 3af329f...0bb79ff: > 0bb79ff Update community files (# 314) Signed-off-by: Knative Automation --- go.mod | 6 +++--- go.sum | 12 ++++++------ .../networking/config/config-network.yaml | 6 +++--- vendor/modules.txt | 6 +++--- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/go.mod b/go.mod index 80dc6aa39..a28f13b35 100644 --- a/go.mod +++ b/go.mod @@ -21,9 +21,9 @@ require ( k8s.io/apimachinery v0.26.5 k8s.io/client-go v0.26.5 k8s.io/code-generator v0.26.5 - knative.dev/hack v0.0.0-20230911131120-3af329f73ff3 - knative.dev/networking v0.0.0-20230911132222-48042038ea3d - knative.dev/pkg v0.0.0-20230912052245-8d736b687bf4 + knative.dev/hack v0.0.0-20230914013105-0bb79ff2d162 + knative.dev/networking v0.0.0-20230915133548-50368a78c1c3 + knative.dev/pkg v0.0.0-20230914012755-978068686674 ) require ( diff --git a/go.sum b/go.sum index 2fcc39868..4b779fea0 100644 --- a/go.sum +++ b/go.sum @@ -708,12 +708,12 @@ k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 h1:+70TFaan3hfJzs+7VK2o+O k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280/go.mod h1:+Axhij7bCpeqhklhUTe3xmOn6bWxolyZEeyaFpjGtl4= k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2 h1:GfD9OzL11kvZN5iArC6oTS7RTj7oJOIfnislxYlqTj8= k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= -knative.dev/hack v0.0.0-20230911131120-3af329f73ff3 h1:3vOdwAi/IjOTQvL2nP3RDRgPuYIbSRqEgaIgAgDFC08= -knative.dev/hack v0.0.0-20230911131120-3af329f73ff3/go.mod h1:dx0YG3YWqJu653e9tjcT0Q1ZdS9JJXLKbUhzr4EB0g8= -knative.dev/networking v0.0.0-20230911132222-48042038ea3d h1:4ja2C3Azc3N7mOypo2efX3j5OalvBU3FwGGxHM8GDo0= -knative.dev/networking v0.0.0-20230911132222-48042038ea3d/go.mod h1:+QuFm3aotxR+gM69XilYuJiu5JOyGf1Mlw42IfSaCkk= -knative.dev/pkg v0.0.0-20230912052245-8d736b687bf4 h1:NIbGbJVexRp+LJJOjO9hA/Wpn2IQa8e73D8malbVuGs= -knative.dev/pkg v0.0.0-20230912052245-8d736b687bf4/go.mod h1:+1DsxX8h0ftiZCgFZQpIUC9QwaLGv79BG+kDaCjms8c= +knative.dev/hack v0.0.0-20230914013105-0bb79ff2d162 h1:5IYUAmyfUsvSoP5ZQmqBetYLMv/EUEayC4uHEuhTnCo= +knative.dev/hack v0.0.0-20230914013105-0bb79ff2d162/go.mod h1:dx0YG3YWqJu653e9tjcT0Q1ZdS9JJXLKbUhzr4EB0g8= +knative.dev/networking v0.0.0-20230915133548-50368a78c1c3 h1:H5CXW+m/oQT6u7795qsllDfwjUO1zo6de9QPiwSvp/0= +knative.dev/networking v0.0.0-20230915133548-50368a78c1c3/go.mod h1:t5rGgqqJ55N1KdGcaT/S/3mVJfttqQx0xa/wxcLC09w= +knative.dev/pkg v0.0.0-20230914012755-978068686674 h1:ww06U9yD6uQPqskgXpyHj7z3Nfj+tN9kJar0fmrTzx0= +knative.dev/pkg v0.0.0-20230914012755-978068686674/go.mod h1:+1DsxX8h0ftiZCgFZQpIUC9QwaLGv79BG+kDaCjms8c= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= diff --git a/vendor/knative.dev/networking/config/config-network.yaml b/vendor/knative.dev/networking/config/config-network.yaml index 72ceebc50..8f3a73998 100644 --- a/vendor/knative.dev/networking/config/config-network.yaml +++ b/vendor/knative.dev/networking/config/config-network.yaml @@ -22,7 +22,7 @@ metadata: app.kubernetes.io/component: networking app.kubernetes.io/version: devel annotations: - knative.dev/example-checksum: "3550d56a" + knative.dev/example-checksum: "cfad3b9a" data: _example: | ################################ @@ -121,7 +121,7 @@ data: auto-tls: "Disabled" # Controls the behavior of the HTTP endpoint for the Knative ingress. - # It requires autoTLS to be enabled. + # It requires auto-tls to be enabled. # 1. Enabled: The Knative ingress will be able to serve HTTP connection. # 2. Redirected: The Knative ingress will send a 301 redirect for all # http connections, asking the clients to use HTTPS. @@ -167,7 +167,7 @@ data: # - "disabled": always use Pod IPs and do not fall back to Cluster IP on failure. mesh-compatibility-mode: "auto" - # Defines the scheme used for external URLs if autoTLS is not enabled. + # Defines the scheme used for external URLs if auto-tls is not enabled. # This can be used for making Knative report all URLs as "HTTPS" for example, if you're # fronting Knative with an external loadbalancer that deals with TLS termination and # Knative doesn't know about that otherwise. diff --git a/vendor/modules.txt b/vendor/modules.txt index 2ae53f892..4c28f5262 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1003,10 +1003,10 @@ k8s.io/utils/net k8s.io/utils/pointer k8s.io/utils/strings/slices k8s.io/utils/trace -# knative.dev/hack v0.0.0-20230911131120-3af329f73ff3 +# knative.dev/hack v0.0.0-20230914013105-0bb79ff2d162 ## explicit; go 1.18 knative.dev/hack -# knative.dev/networking v0.0.0-20230911132222-48042038ea3d +# knative.dev/networking v0.0.0-20230915133548-50368a78c1c3 ## explicit; go 1.18 knative.dev/networking/config knative.dev/networking/pkg @@ -1047,7 +1047,7 @@ knative.dev/networking/test/test_images/runtime/handlers knative.dev/networking/test/test_images/timeout knative.dev/networking/test/test_images/wsserver knative.dev/networking/test/types -# knative.dev/pkg v0.0.0-20230912052245-8d736b687bf4 +# knative.dev/pkg v0.0.0-20230914012755-978068686674 ## explicit; go 1.18 knative.dev/pkg/apis knative.dev/pkg/apis/duck