Skip to content

Commit 09e034d

Browse files
upgrade to latest dependencies
bumping knative.dev/pkg 388556d...a395c10: > a395c10 upgrade to latest dependencies (# 3345) bumping knative.dev/serving 998f0da...1a28dad: > 1a28dad Update net-contour nightly (# 16549) > 36f6af1 fix: adding required permissions to top level and jobs in the workflow (# 16556) > 5d1d5f8 Fix spelling mistakes in comments, docs, and error strings (# 16547) > a4013d9 docs: update HTTP links to HTTPS in comments and docs (# 16551) > fd9529f Stabilize performance test SLAs with tolerance thresholds (# 16371) > c745b31 Update net-kourier nightly (# 16550) > 9c739c7 Update net-gateway-api nightly (# 16543) > 76b88c6 upgrade to latest dependencies (# 16546) > 6784d14 Update net-contour nightly (# 16544) Signed-off-by: Knative Automation <automation@knative.team>
1 parent 4e10294 commit 09e034d

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
knative.dev/client/pkg v0.0.0-20260416140638-89c2f233d6b4
1717
knative.dev/hack v0.0.0-20260416140237-504af4d2178f
1818
knative.dev/networking v0.0.0-20260414015937-f29b24983488
19-
knative.dev/serving v0.48.1-0.20260416140545-998f0dae4187
19+
knative.dev/serving v0.48.1-0.20260419201526-1a28dadcd8dc
2020
)
2121

2222
require (
@@ -105,7 +105,7 @@ require (
105105
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
106106
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
107107
knative.dev/eventing v0.48.1-0.20260414191034-3b3ea1d037e6 // indirect
108-
knative.dev/pkg v0.0.0-20260415140041-388556d5c488 // indirect
108+
knative.dev/pkg v0.0.0-20260416015135-a395c1078b3d // indirect
109109
sigs.k8s.io/gateway-api v1.1.0 // indirect
110110
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
111111
sigs.k8s.io/kustomize/api v0.20.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,10 @@ knative.dev/hack v0.0.0-20260416140237-504af4d2178f h1:YTht2cGdhd++kSrhwcDutWpk1
311311
knative.dev/hack v0.0.0-20260416140237-504af4d2178f/go.mod h1:L5RzHgbvam0u8QFHfzCX6MKxu/a/gIGEdaRBqNiVbl0=
312312
knative.dev/networking v0.0.0-20260414015937-f29b24983488 h1:OZfg130Kbf1bibhmLITAVdu2S0P2y0utBc74SgakzcQ=
313313
knative.dev/networking v0.0.0-20260414015937-f29b24983488/go.mod h1:hEhUDqidhueU6J/OXW0K9peQh8wIvFvIWTSHL/611og=
314-
knative.dev/pkg v0.0.0-20260415140041-388556d5c488 h1:7rmo6AW+6NLaWI+qTWv0ABlXz1bpdpaNnnpSBiuQ3vs=
315-
knative.dev/pkg v0.0.0-20260415140041-388556d5c488/go.mod h1:LaL/m4gFNTSUOP0DvHNCVcruVTi5Dyzts5/6UlPuTEQ=
316-
knative.dev/serving v0.48.1-0.20260416140545-998f0dae4187 h1:/JIVybczl5ciViGb4MC1bcI9Owg/YAAlR5gT40YMl7k=
317-
knative.dev/serving v0.48.1-0.20260416140545-998f0dae4187/go.mod h1:tMcAx4WLEhrvckmfDsMnLFN3LLCCoTkQDpsvtqwy96I=
314+
knative.dev/pkg v0.0.0-20260416015135-a395c1078b3d h1:u9tHGBMUh1CYgZOdIBxeXpjvEPNIXT/rCjWVFUtzzs8=
315+
knative.dev/pkg v0.0.0-20260416015135-a395c1078b3d/go.mod h1:SvS4U6mNzjdSvasGVgnuox9eKsG9INWroDcpBo0wFnE=
316+
knative.dev/serving v0.48.1-0.20260419201526-1a28dadcd8dc h1:gK6zANxure1i0aqIfO+fKPg0z7WO4W75C9YdZrgeMIM=
317+
knative.dev/serving v0.48.1-0.20260419201526-1a28dadcd8dc/go.mod h1:wfLJHIJro1bT5SprGokqqUIwRkFTKFmNB+GAxqhrnpk=
318318
sigs.k8s.io/gateway-api v1.1.0 h1:DsLDXCi6jR+Xz8/xd0Z1PYl2Pn0TyaFMOPPZIj4inDM=
319319
sigs.k8s.io/gateway-api v1.1.0/go.mod h1:ZH4lHrL2sDi0FHZ9jjneb8kKnGzFWyrTya35sWUTrRs=
320320
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 h1:IpInykpT6ceI+QxKBbEflcR5EXP7sU1kvOlxwZh5txg=

vendor/knative.dev/serving/pkg/apis/config/features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const (
4444

4545
// service annotations under features.knative.dev/*
4646
const (
47-
// QueueProxyPodInfoFeatureKey gates mouting of podinfo with the value 'enabled'
47+
// QueueProxyPodInfoFeatureKey gates mounting of podinfo with the value 'enabled'
4848
QueueProxyPodInfoFeatureKey = "features.knative.dev/queueproxy-podinfo"
4949

5050
// AllowHTTPFullDuplexFeatureKey gates the use of http1 full duplex per workload

vendor/knative.dev/serving/pkg/apis/serving/v1/revision_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ type RevisionStatus struct {
145145
// The digests are resolved during the creation of Revision.
146146
// ContainerStatuses holds the container name and image digests
147147
// for both serving and non serving containers.
148-
// ref: http://bit.ly/image-digests
148+
// ref: https://bit.ly/image-digests
149149
// +optional
150150
ContainerStatuses []ContainerStatus `json:"containerStatuses,omitempty"`
151151

@@ -154,7 +154,7 @@ type RevisionStatus struct {
154154
// The digests are resolved during the creation of Revision.
155155
// ContainerStatuses holds the container name and image digests
156156
// for both serving and non serving containers.
157-
// ref: http://bit.ly/image-digests
157+
// ref: https://bit.ly/image-digests
158158
// +optional
159159
InitContainerStatuses []ContainerStatus `json:"initContainerStatuses,omitempty"`
160160

vendor/knative.dev/serving/pkg/apis/serving/v1/route_lifecycle.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func (rs *RouteStatus) MarkRevisionTargetTrafficError(reason, msg string) {
124124
}
125125

126126
// MarkConfigurationNotReady marks the RouteConditionAllTrafficAssigned
127-
// condition to indiciate the Revision is not yet ready.
127+
// condition to indicate the Revision is not yet ready.
128128
func (rs *RouteStatus) MarkConfigurationNotReady(name string) {
129129
routeCondSet.Manage(rs).MarkUnknown(RouteConditionAllTrafficAssigned,
130130
"RevisionMissing",
@@ -140,15 +140,15 @@ func (rs *RouteStatus) MarkConfigurationFailed(name string) {
140140
}
141141

142142
// MarkRevisionNotReady marks the RouteConditionAllTrafficAssigned condition to
143-
// indiciate the Revision is not yet ready.
143+
// indicate the Revision is not yet ready.
144144
func (rs *RouteStatus) MarkRevisionNotReady(name string) {
145145
routeCondSet.Manage(rs).MarkUnknown(RouteConditionAllTrafficAssigned,
146146
"RevisionMissing",
147147
"Revision %q is not yet ready.", name)
148148
}
149149

150150
// MarkRevisionFailed marks the RouteConditionAllTrafficAssigned condition to
151-
// indiciate the Revision has failed.
151+
// indicate the Revision has failed.
152152
func (rs *RouteStatus) MarkRevisionFailed(name string) {
153153
routeCondSet.Manage(rs).MarkFalse(RouteConditionAllTrafficAssigned,
154154
"RevisionMissing",

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ knative.dev/networking/pkg/client/clientset/versioned/typed/networking/v1alpha1/
10011001
knative.dev/networking/pkg/config
10021002
knative.dev/networking/pkg/http/header
10031003
knative.dev/networking/pkg/ingress
1004-
# knative.dev/pkg v0.0.0-20260415140041-388556d5c488
1004+
# knative.dev/pkg v0.0.0-20260416015135-a395c1078b3d
10051005
## explicit; go 1.25.0
10061006
knative.dev/pkg/apis
10071007
knative.dev/pkg/apis/duck
@@ -1045,7 +1045,7 @@ knative.dev/pkg/test/ingress
10451045
knative.dev/pkg/test/logging
10461046
knative.dev/pkg/test/spoof
10471047
knative.dev/pkg/tracker
1048-
# knative.dev/serving v0.48.1-0.20260416140545-998f0dae4187
1048+
# knative.dev/serving v0.48.1-0.20260419201526-1a28dadcd8dc
10491049
## explicit; go 1.25.0
10501050
knative.dev/serving/pkg/apis/autoscaling
10511051
knative.dev/serving/pkg/apis/autoscaling/v1alpha1

0 commit comments

Comments
 (0)