Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping knative.dev/pkg 99e1685...5eeb7ec:
  > 5eeb7ec Skip lease with empty holder (# 3042)
bumping knative.dev/networking 507209b...1d0137a:
  > 1d0137a upgrade to latest dependencies (# 984)

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation committed May 28, 2024
1 parent e89c613 commit 6b3482b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ require (
k8s.io/code-generator v0.29.3
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
knative.dev/hack v0.0.0-20240507013718-68e3bfb39d11
knative.dev/networking v0.0.0-20240516132600-507209b2bf6f
knative.dev/pkg v0.0.0-20240521083825-99e1685a7997
knative.dev/networking v0.0.0-20240521183848-1d0137a18a68
knative.dev/pkg v0.0.0-20240527142806-5eeb7ecd482d
sigs.k8s.io/gateway-api v1.0.1-0.20240422224228-29e68bffffb9
sigs.k8s.io/yaml v1.4.0
)
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -677,10 +677,10 @@ k8s.io/utils v0.0.0-20240102154912-e7106e64919e h1:eQ/4ljkx21sObifjzXwlPKpdGLrCf
k8s.io/utils v0.0.0-20240102154912-e7106e64919e/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/hack v0.0.0-20240507013718-68e3bfb39d11 h1:CYoD72R8/R35REjeY2nnWfBak+Q3f+NxXwEfwcID1eU=
knative.dev/hack v0.0.0-20240507013718-68e3bfb39d11/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/networking v0.0.0-20240516132600-507209b2bf6f h1:+K321QB+dTAArNPHRfhrIzDcG0nwX3GrqO3IzBzAJF8=
knative.dev/networking v0.0.0-20240516132600-507209b2bf6f/go.mod h1:bKoqFoKxbixmcRyN8LKt4ye+tyZ/NNw2xmcyFU03lsM=
knative.dev/pkg v0.0.0-20240521083825-99e1685a7997 h1:MN/u8ivos957WdihUjKfFw1Qv9HZ3+pe4TOwdYQiB2Q=
knative.dev/pkg v0.0.0-20240521083825-99e1685a7997/go.mod h1:GHFUP1wtD/bR/c02QADqaAK3odDJh1ddBMvXhq/goy8=
knative.dev/networking v0.0.0-20240521183848-1d0137a18a68 h1:Piy1jJ5r3pet0cJV5An69hMTKUfXmiQgfEFThaAfQlA=
knative.dev/networking v0.0.0-20240521183848-1d0137a18a68/go.mod h1:LFhDu22ymaEZFnFBUoSoo4Y4l+KWXujH5yQQNOaEwBc=
knative.dev/pkg v0.0.0-20240527142806-5eeb7ecd482d h1:mwfW2GyfJz7Dnrp+kmUaF1xaWuGK6JTLw66xwnNLQeY=
knative.dev/pkg v0.0.0-20240527142806-5eeb7ecd482d/go.mod h1:GHFUP1wtD/bR/c02QADqaAK3odDJh1ddBMvXhq/goy8=
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
3 changes: 2 additions & 1 deletion vendor/knative.dev/pkg/test/ha/ha.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ func GetLeaders(ctx context.Context, t *testing.T, client kubernetes.Interface,
}
ret := make([]string, 0, len(leases.Items))
for _, lease := range leases.Items {
if lease.Spec.HolderIdentity == nil {
if lease.Spec.HolderIdentity == nil || *lease.Spec.HolderIdentity == "" {
t.Logf("GetLeaders[%s] skipping lease %s as it has no holder", deploymentName, lease.Name)
continue
}
pod := strings.SplitN(*lease.Spec.HolderIdentity, "_", 2)[0]
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ k8s.io/utils/trace
# knative.dev/hack v0.0.0-20240507013718-68e3bfb39d11
## explicit; go 1.18
knative.dev/hack
# knative.dev/networking v0.0.0-20240516132600-507209b2bf6f
# knative.dev/networking v0.0.0-20240521183848-1d0137a18a68
## explicit; go 1.21
knative.dev/networking/config
knative.dev/networking/pkg
Expand Down Expand Up @@ -934,7 +934,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-20240521083825-99e1685a7997
# knative.dev/pkg v0.0.0-20240527142806-5eeb7ecd482d
## explicit; go 1.21
knative.dev/pkg/apis
knative.dev/pkg/apis/duck
Expand Down

0 comments on commit 6b3482b

Please sign in to comment.