Skip to content

Commit

Permalink
upgrade to latest dependencies (#948)
Browse files Browse the repository at this point in the history
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 <automation@knative.team>
  • Loading branch information
knative-automation authored Aug 30, 2023
1 parent 39e1bfe commit 3823622
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
4 changes: 2 additions & 2 deletions vendor/knative.dev/networking/config/config-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
################################
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3823622

Please sign in to comment.