From 2df1fb189b699ff658b95074328afb1907946bbf Mon Sep 17 00:00:00 2001 From: Knative Automation Date: Fri, 13 Mar 2026 01:46:43 +0000 Subject: [PATCH] upgrade to latest dependencies bumping knative.dev/networking 8340ed7...0055e92: > 0055e92 switch the tag label to an annotation that stores a map (# 1121) Signed-off-by: Knative Automation --- go.mod | 2 +- go.sum | 4 ++-- .../knative.dev/networking/pkg/apis/networking/register.go | 6 +++--- vendor/modules.txt | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index 809267cbe16a..aa3dd9055bd2 100644 --- a/go.mod +++ b/go.mod @@ -38,7 +38,7 @@ require ( k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 knative.dev/caching v0.0.0-20260310014150-a5ed06aee227 knative.dev/hack v0.0.0-20260310014051-c448fdb867e2 - knative.dev/networking v0.0.0-20260310141215-8340ed7fd0e1 + knative.dev/networking v0.0.0-20260313010219-0055e9277729 knative.dev/pkg v0.0.0-20260310013839-5504026dd1b6 sigs.k8s.io/randfill v1.0.0 sigs.k8s.io/yaml v1.6.0 diff --git a/go.sum b/go.sum index 4de569315aaa..dcddaa3a5ed7 100644 --- a/go.sum +++ b/go.sum @@ -550,8 +550,8 @@ knative.dev/caching v0.0.0-20260310014150-a5ed06aee227 h1:/cRSCs/jiJoxwQ1NL3KJWp knative.dev/caching v0.0.0-20260310014150-a5ed06aee227/go.mod h1:NlTx/oxLKjMnMjoHbE4OtlPkHMu9IVdSl7eJCmXhUiI= knative.dev/hack v0.0.0-20260310014051-c448fdb867e2 h1:b35SGLEp03D8oGf8mE9HBt3yfNgYpAK0fw46hFXs9w4= knative.dev/hack v0.0.0-20260310014051-c448fdb867e2/go.mod h1:L5RzHgbvam0u8QFHfzCX6MKxu/a/gIGEdaRBqNiVbl0= -knative.dev/networking v0.0.0-20260310141215-8340ed7fd0e1 h1:MA7om/7ZLLj7dXmaHTUCoGOgd8AfCCdsKvBPBhPtisg= -knative.dev/networking v0.0.0-20260310141215-8340ed7fd0e1/go.mod h1:72PhQ+qnOAwz9FFK8y301eWuiQ6vD9qVUFnDBjNhju8= +knative.dev/networking v0.0.0-20260313010219-0055e9277729 h1:sF6e1RnluIKCiZBPrz7BxIWkAkLU8hiSSK+1NusRmGM= +knative.dev/networking v0.0.0-20260313010219-0055e9277729/go.mod h1:72PhQ+qnOAwz9FFK8y301eWuiQ6vD9qVUFnDBjNhju8= knative.dev/pkg v0.0.0-20260310013839-5504026dd1b6 h1:oVpQ0Y+FUmRQer8kdqJjQL20KveZa5sCfnBWeJi4nyQ= knative.dev/pkg v0.0.0-20260310013839-5504026dd1b6/go.mod h1:ziEj0TQOWvBw7t/VSkqaZlv++Qk8FfiuI72ZDmv23nI= pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw= diff --git a/vendor/knative.dev/networking/pkg/apis/networking/register.go b/vendor/knative.dev/networking/pkg/apis/networking/register.go index ad4b0ee42259..676f5684bfb2 100644 --- a/vendor/knative.dev/networking/pkg/apis/networking/register.go +++ b/vendor/knative.dev/networking/pkg/apis/networking/register.go @@ -41,9 +41,9 @@ const ( // the rollout state in the Annotations of the Kingress or Route.Status. RolloutAnnotationKey = GroupName + "/rollout" - // TagLabelKey is the label key attached to per-tag Ingress resources - // to indicate which traffic tag the Ingress corresponds to. - TagLabelKey = GroupName + "/tag" + // TagToHostAnnotationKey is the annotation key used for storing a JSON map of + // tags to host names + TagToHostAnnotationKey = GroupName + "/tag-to-host" ) const ( diff --git a/vendor/modules.txt b/vendor/modules.txt index 68e42ec4c2f8..01c737a3e0be 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1502,7 +1502,7 @@ knative.dev/caching/pkg/client/listers/caching/v1alpha1 # knative.dev/hack v0.0.0-20260310014051-c448fdb867e2 ## explicit; go 1.24 knative.dev/hack -# knative.dev/networking v0.0.0-20260310141215-8340ed7fd0e1 +# knative.dev/networking v0.0.0-20260313010219-0055e9277729 ## explicit; go 1.25.0 knative.dev/networking/config knative.dev/networking/pkg/apis/networking