From 382362243dad3a8047c0a5d82cf0598b51f21924 Mon Sep 17 00:00:00 2001 From: Knative Automation Date: Wed, 30 Aug 2023 15:42:32 +0100 Subject: [PATCH] upgrade to latest dependencies (#948) 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 7f815ce06..5faa216d5 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( k8s.io/apimachinery v0.27.1 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 sigs.k8s.io/yaml v1.3.0 ) diff --git a/go.sum b/go.sum index 1389f6a61..68ac0cb39 100644 --- a/go.sum +++ b/go.sum @@ -708,8 +708,8 @@ k8s.io/utils v0.0.0-20230209194617-a36077c30491 h1:r0BAOLElQnnFhE/ApUsg3iHdVYYPB k8s.io/utils v0.0.0-20230209194617-a36077c30491/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 64c81929f..c6f9c23c5 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -893,7 +893,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