Skip to content

Commit

Permalink
upgrade to latest dependencies (#1253)
Browse files Browse the repository at this point in the history
bumping knative.dev/networking a874708...060ef7a:
  > 060ef7a Clean up unused reconciler and certs code (# 919)
  > bdf2c51 upgrade to latest dependencies (# 918)

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation authored Jan 31, 2024
1 parent 9a51ff3 commit 6dd62fe
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 259 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
k8s.io/apimachinery v0.28.5
k8s.io/client-go v0.28.5
knative.dev/hack v0.0.0-20240123160146-ab9b69024c39
knative.dev/networking v0.0.0-20240129121848-a874708a2962
knative.dev/networking v0.0.0-20240130141901-060ef7acae5d
knative.dev/pkg v0.0.0-20240129160226-b6659cc45066
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -689,8 +689,8 @@ k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 h1:qY1Ad8PODbnymg2pRbkyMT/ylpTrC
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/hack v0.0.0-20240123160146-ab9b69024c39 h1:Or4ri7cAUQNEWwMPaGGaIe1hsPHGdVtr8lIaHh2JF7s=
knative.dev/hack v0.0.0-20240123160146-ab9b69024c39/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/networking v0.0.0-20240129121848-a874708a2962 h1:y6w5txU8C4KmplUizkS4uOsctaFqEij/MBNpzBfFhwc=
knative.dev/networking v0.0.0-20240129121848-a874708a2962/go.mod h1:YJFObd3oRdKVHLeOyHm/BCDKoY0dD9IUci77BYyxjwY=
knative.dev/networking v0.0.0-20240130141901-060ef7acae5d h1:DzWpqd8cGg72Fv0aklX5kqMe3xq8f9noBnIa7QtHLig=
knative.dev/networking v0.0.0-20240130141901-060ef7acae5d/go.mod h1:s0rxrxjcN3A/vxZTIf+NLS/qc6UPmdVtXHE6uiqKjmQ=
knative.dev/pkg v0.0.0-20240129160226-b6659cc45066 h1:CZSdKszK3MTCuchbQK643y/nHLQs87ESuFQn011XsJ8=
knative.dev/pkg v0.0.0-20240129160226-b6659cc45066/go.mod h1:cGCJe6wkr0vQMAXTaUHi0XA/12JbxSTK15TnyBmn7ms=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
Expand Down
184 changes: 0 additions & 184 deletions vendor/knative.dev/networking/pkg/certificates/certs.go

This file was deleted.

11 changes: 0 additions & 11 deletions vendor/knative.dev/networking/pkg/certificates/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,6 @@ const (
CaCertName = "ca.crt"
CertName = "tls.crt"
PrivateKeyName = "tls.key"

// These should be able to be deprecated some time in the future when the new names are fully adopted
// #nosec
// Deprecated: please use CaCertName instead.
SecretCaCertKey = "ca-cert.pem"
// #nosec
// Deprecated: please use CertName instead.
SecretCertKey = "public-cert.pem"
// #nosec
// Deprecated: please use PrivateKeyName instead.
SecretPKKey = "private-key.pem"
)

// DataPlaneUserSAN constructs a SAN for a data-plane-user certificate in the
Expand Down
60 changes: 0 additions & 60 deletions vendor/knative.dev/networking/pkg/certificates/key_pair.go

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ k8s.io/utils/trace
# knative.dev/hack v0.0.0-20240123160146-ab9b69024c39
## explicit; go 1.18
knative.dev/hack
# knative.dev/networking v0.0.0-20240129121848-a874708a2962
# knative.dev/networking v0.0.0-20240130141901-060ef7acae5d
## explicit; go 1.18
knative.dev/networking/config
knative.dev/networking/pkg
Expand Down

0 comments on commit 6dd62fe

Please sign in to comment.