From c9ea10f895fb1fdfca397e9fdd924d26a51bd809 Mon Sep 17 00:00:00 2001 From: Knative Automation Date: Wed, 30 Aug 2023 14:13:08 +0000 Subject: [PATCH] upgrade to latest dependencies bumping knative.dev/networking 1e4e183...682b8d7: > 682b8d7 upgrade to latest dependencies (# 849) > dfd6edf Fix inaccurate instruction for internal-encryption (# 846) Signed-off-by: Knative Automation --- go.mod | 2 +- go.sum | 4 ++-- vendor/knative.dev/networking/config/config-network.yaml | 4 ++-- vendor/modules.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 87c48f1a7..7793bae22 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( k8s.io/apimachinery v0.26.5 k8s.io/client-go v0.26.5 knative.dev/hack v0.0.0-20230818155117-9cc05a31e8c0 - knative.dev/networking v0.0.0-20230828082700-1e4e18318353 + knative.dev/networking v0.0.0-20230830132732-682b8d701efb knative.dev/pkg v0.0.0-20230829134737-fcccb4e1a0a4 ) diff --git a/go.sum b/go.sum index 19d01524c..03b885d6c 100644 --- a/go.sum +++ b/go.sum @@ -690,8 +690,8 @@ k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2 h1:GfD9OzL11kvZN5iArC6oTS7RTj7oJ k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= knative.dev/hack v0.0.0-20230818155117-9cc05a31e8c0 h1:n9YEGYuoj31pAkhGlNL+xTQAeXKYTLeMmIZLWA9fAeo= knative.dev/hack v0.0.0-20230818155117-9cc05a31e8c0/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q= -knative.dev/networking v0.0.0-20230828082700-1e4e18318353 h1:Ll5uB/h54ghuaWjoVAOUoar4dTSVpV26XOmnvKKevHQ= -knative.dev/networking v0.0.0-20230828082700-1e4e18318353/go.mod h1:1voQlQD0tuot6U3Kldw+uch33mK2LV85fi3MfbV0CP8= +knative.dev/networking v0.0.0-20230830132732-682b8d701efb h1:Z7Wy7crwi5jDsPnwnxYvAOvozPeOqcSPp8WQAHgGlQI= +knative.dev/networking v0.0.0-20230830132732-682b8d701efb/go.mod h1:fu9OxmsKzQNFYMCP+yW8hg7FmgEroqhHdjDHrF8P3Z4= knative.dev/pkg v0.0.0-20230829134737-fcccb4e1a0a4 h1:UKse4ZRulN2Xif4agvPbvUAxSsDlLLJTy/mrHp9CRN4= knative.dev/pkg v0.0.0-20230829134737-fcccb4e1a0a4/go.mod h1:KOCW7iby+PL0aSDG2Ta7Vf1kCn+VAqL7QaTyK0c4fuk= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= diff --git a/vendor/knative.dev/networking/config/config-network.yaml b/vendor/knative.dev/networking/config/config-network.yaml index efec10718..72ceebc50 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: "a576301d" + knative.dev/example-checksum: "3550d56a" data: _example: | ################################ @@ -173,7 +173,7 @@ data: # Knative doesn't know about that otherwise. default-external-scheme: "http" - # internal-encryption is deprecated and replaced by internal-dataplane-trust and internal-controlplane-trust + # internal-encryption is deprecated and replaced by dataplane-trust and controlplane-trust # internal-encryption indicates whether internal traffic is encrypted or not. # # NOTE: This flag is in an alpha state and is mostly here to enable internal testing diff --git a/vendor/modules.txt b/vendor/modules.txt index 16d1d7764..56900983d 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -894,7 +894,7 @@ k8s.io/utils/trace # knative.dev/hack v0.0.0-20230818155117-9cc05a31e8c0 ## explicit; go 1.18 knative.dev/hack -# knative.dev/networking v0.0.0-20230828082700-1e4e18318353 +# knative.dev/networking v0.0.0-20230830132732-682b8d701efb ## explicit; go 1.18 knative.dev/networking/config knative.dev/networking/pkg/apis/networking