Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
upgrade to latest dependencies (#649)
Browse files Browse the repository at this point in the history
bumping knative.dev/pkg de3e9cc...21d8c37:
  > 21d8c37 Bump K8s dependencies to v0.28.5 and set K8s min-version to 1.27 (# 2928)
  > a459076 upgrade to latest dependencies (# 2930)
bumping knative.dev/networking 7cca4b0...07c412e:
  > 07c412e upgrade to latest dependencies (# 909)
  > 59f81e8 Replace deprecated `sets` usages with generic version (# 908)
  > 964fcff upgrade to latest dependencies (# 907)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation authored Jan 10, 2024
1 parent d4d8d92 commit d5acd46
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 48 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ require (
github.com/ghodss/yaml v1.0.0
github.com/google/go-cmp v0.6.0
go.uber.org/zap v1.26.0
k8s.io/api v0.28.1
k8s.io/apimachinery v0.28.1
k8s.io/client-go v0.28.1
k8s.io/api v0.28.5
k8s.io/apimachinery v0.28.5
k8s.io/client-go v0.28.5
knative.dev/hack v0.0.0-20240108153050-3ea694d6dad7
knative.dev/networking v0.0.0-20240108134621-7cca4b010b25
knative.dev/pkg v0.0.0-20240108152118-de3e9cc204c9
knative.dev/networking v0.0.0-20240109202710-07c412e16861
knative.dev/pkg v0.0.0-20240109155808-21d8c37af23f
)

require (
Expand Down Expand Up @@ -93,8 +93,8 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.28.1 // indirect
k8s.io/code-generator v0.28.1 // indirect
k8s.io/apiextensions-apiserver v0.28.5 // indirect
k8s.io/code-generator v0.28.5 // indirect
k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01 // indirect
k8s.io/klog/v2 v2.100.1 // indirect
k8s.io/kube-openapi v0.0.0-20230905202853-d090da108d2f // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -716,10 +716,10 @@ k8s.io/utils v0.0.0-20230726121419-3b25d923346b h1:sgn3ZU783SCgtaSJjpcVVlRqd6GSn
k8s.io/utils v0.0.0-20230726121419-3b25d923346b/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/hack v0.0.0-20240108153050-3ea694d6dad7 h1:mICurlRke2mlKP3LmyWYQYl6KZe80rYP5+ag9w2HQLA=
knative.dev/hack v0.0.0-20240108153050-3ea694d6dad7/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/networking v0.0.0-20240108134621-7cca4b010b25 h1:2H/mvXGSgfBcpNFUMWC3XCWL5zOrGGvas4RBbclEJ1M=
knative.dev/networking v0.0.0-20240108134621-7cca4b010b25/go.mod h1:ynNh7EoqxkST4jWPw6ZVyI9jwuF68WJNrX65yoAQ7FE=
knative.dev/pkg v0.0.0-20240108152118-de3e9cc204c9 h1:4nsTvrgApGtLTt6Gpo7ulJS03pBI+wSJ8+EOwVamDx0=
knative.dev/pkg v0.0.0-20240108152118-de3e9cc204c9/go.mod h1:YzKN/kzcJPhL+Z4fwuzbaiEnRLIbYvOiZUuCWFJ7PRA=
knative.dev/networking v0.0.0-20240109202710-07c412e16861 h1:rmEXnF2baoXtlsxcE3hxuqUIoRKzyiY1SeZCGFOv8y8=
knative.dev/networking v0.0.0-20240109202710-07c412e16861/go.mod h1:8Cr9FIZbsa9KhhzglMchAd4dSKvp0G+fs0wjvzK1LaE=
knative.dev/pkg v0.0.0-20240109155808-21d8c37af23f h1:F7zv+n+OY+FD8kX6/4CzAFbT+n4QKeJ025jHeOwFBvM=
knative.dev/pkg v0.0.0-20240109155808-21d8c37af23f/go.mod h1:8/u65OwQ+l56FFE1j8BB/rMiy6B9dom4fTrvLFZ/Vqg=
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=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
)

var (
allowedAnnotations = sets.NewString(
allowedAnnotations = sets.New[string](
IngressClassAnnotationKey,
CertificateClassAnnotationKey,
DisableAutoTLSAnnotationKey,
Expand Down

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func WaitForCertificateState(ctx context.Context, client *test.NetworkingClients
func VerifyChallenges(ctx context.Context, t *testing.T, client *test.Clients, cert *v1alpha1.Certificate) {
t.Helper()

certDomains := sets.NewString(cert.Spec.DNSNames...)
certDomains := sets.New(cert.Spec.DNSNames...)

for _, challenge := range cert.Status.HTTP01Challenges {
if challenge.ServiceName == "" {
Expand Down
2 changes: 1 addition & 1 deletion vendor/knative.dev/pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (
// NOTE: If you are changing this line, please also update the minimum kubernetes
// version listed here:
// https://github.com/knative/docs/blob/main/docs/snippets/prerequisites.md
defaultMinimumVersion = "v1.26.0"
defaultMinimumVersion = "v1.27.0"
)

func getMinimumVersion() string {
Expand Down
14 changes: 7 additions & 7 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ gopkg.in/yaml.v2
# gopkg.in/yaml.v3 v3.0.1
## explicit
gopkg.in/yaml.v3
# k8s.io/api v0.28.1 => k8s.io/api v0.27.6
# k8s.io/api v0.28.5 => k8s.io/api v0.27.6
## explicit; go 1.20
k8s.io/api/admission/v1
k8s.io/api/admissionregistration/v1
Expand Down Expand Up @@ -456,11 +456,11 @@ k8s.io/api/scheduling/v1beta1
k8s.io/api/storage/v1
k8s.io/api/storage/v1alpha1
k8s.io/api/storage/v1beta1
# k8s.io/apiextensions-apiserver v0.28.1 => k8s.io/apiextensions-apiserver v0.27.6
# k8s.io/apiextensions-apiserver v0.28.5 => k8s.io/apiextensions-apiserver v0.27.6
## explicit; go 1.20
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1
# k8s.io/apimachinery v0.28.1 => k8s.io/apimachinery v0.27.6
# k8s.io/apimachinery v0.28.5 => k8s.io/apimachinery v0.27.6
## explicit; go 1.20
k8s.io/apimachinery/pkg/api/equality
k8s.io/apimachinery/pkg/api/errors
Expand Down Expand Up @@ -509,7 +509,7 @@ k8s.io/apimachinery/pkg/version
k8s.io/apimachinery/pkg/watch
k8s.io/apimachinery/third_party/forked/golang/json
k8s.io/apimachinery/third_party/forked/golang/reflect
# k8s.io/client-go v0.28.1 => k8s.io/client-go v0.27.6
# k8s.io/client-go v0.28.5 => k8s.io/client-go v0.27.6
## explicit; go 1.20
k8s.io/client-go/applyconfigurations/admissionregistration/v1
k8s.io/client-go/applyconfigurations/admissionregistration/v1alpha1
Expand Down Expand Up @@ -815,7 +815,7 @@ k8s.io/client-go/util/homedir
k8s.io/client-go/util/keyutil
k8s.io/client-go/util/retry
k8s.io/client-go/util/workqueue
# k8s.io/code-generator v0.28.1 => k8s.io/code-generator v0.27.6
# k8s.io/code-generator v0.28.5 => k8s.io/code-generator v0.27.6
## explicit; go 1.20
k8s.io/code-generator
k8s.io/code-generator/cmd/applyconfiguration-gen
Expand Down Expand Up @@ -908,7 +908,7 @@ k8s.io/utils/trace
# knative.dev/hack v0.0.0-20240108153050-3ea694d6dad7
## explicit; go 1.18
knative.dev/hack
# knative.dev/networking v0.0.0-20240108134621-7cca4b010b25
# knative.dev/networking v0.0.0-20240109202710-07c412e16861
## explicit; go 1.18
knative.dev/networking/config
knative.dev/networking/pkg/apis/networking
Expand Down Expand Up @@ -947,7 +947,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-20240108152118-de3e9cc204c9
# knative.dev/pkg v0.0.0-20240109155808-21d8c37af23f
## explicit; go 1.18
knative.dev/pkg/apis
knative.dev/pkg/apis/duck
Expand Down

0 comments on commit d5acd46

Please sign in to comment.