Skip to content

Commit

Permalink
[main] Upgrade to latest dependencies (#63)
Browse files Browse the repository at this point in the history
upgrade to latest dependencies

bumping knative.dev/serving b2954e1...293d2bb:
  > 293d2bb Update net-istio nightly (# 15533)
  > 0ebef64 Use istio.sidecar.inject label instead of annotation (# 15522)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation authored Sep 26, 2024
1 parent 604492f commit ceba812
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
knative.dev/hack v0.0.0-20240909014011-fc6a8452af6d
knative.dev/networking v0.0.0-20240925061159-939600981bda
knative.dev/pkg v0.0.0-20240926013127-c4843b746d24
knative.dev/serving v0.42.1-0.20240925142641-b2954e140750
knative.dev/serving v0.42.1-0.20240926121826-293d2bbebcca
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -715,8 +715,8 @@ knative.dev/networking v0.0.0-20240925061159-939600981bda h1:ImNzczDMEJmzJMWUu0X
knative.dev/networking v0.0.0-20240925061159-939600981bda/go.mod h1:8NkRp5YvKc1z3UO5sLG6nfRSzIXsDZ1R5oURqW8oP9w=
knative.dev/pkg v0.0.0-20240926013127-c4843b746d24 h1:NJLvfA38IlzdSxNi5//yEpKeZBPezyQZA4SCcoMjC9o=
knative.dev/pkg v0.0.0-20240926013127-c4843b746d24/go.mod h1:IQi7fVFvQa6UpNnSpzlAiNPMtTvIj4MHj4vSD/PulCE=
knative.dev/serving v0.42.1-0.20240925142641-b2954e140750 h1:4IuYhAx5nR0vGVnK6LtK52IDGC0DJu8hPEI3pd39jvQ=
knative.dev/serving v0.42.1-0.20240925142641-b2954e140750/go.mod h1:c8sHx7AQD3kynI1cMLm6g4L/kW0E4wAcWTe9ZWej/y0=
knative.dev/serving v0.42.1-0.20240926121826-293d2bbebcca h1:0+CnAARzK48SagS6LxlxK57rhx1m4Mb7mAkt3MZuC8Y=
knative.dev/serving v0.42.1-0.20240926121826-293d2bbebcca/go.mod h1:c8sHx7AQD3kynI1cMLm6g4L/kW0E4wAcWTe9ZWej/y0=
pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw=
pgregory.net/rapid v1.1.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
Expand Down
4 changes: 1 addition & 3 deletions vendor/knative.dev/serving/test/e2e/httpproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ func TestProxyToHelloworld(t *testing.T, clients *test.Clients, helloworldURL *u

serviceOptions := []rtesting.ServiceOption{
rtesting.WithEnv(envVars...),
rtesting.WithConfigAnnotations(map[string]string{
"sidecar.istio.io/inject": strconv.FormatBool(inject),
}),
rtesting.WithServiceLabel("sidecar.istio.io/inject", strconv.FormatBool(inject)),
}

resources, err := v1test.CreateServiceReady(t, clients, &names, serviceOptions...)
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ knative.dev/pkg/tracker
knative.dev/pkg/version
knative.dev/pkg/webhook
knative.dev/pkg/webhook/certificates/resources
# knative.dev/serving v0.42.1-0.20240925142641-b2954e140750
# knative.dev/serving v0.42.1-0.20240926121826-293d2bbebcca
## explicit; go 1.22.0
knative.dev/serving/pkg/apis/autoscaling
knative.dev/serving/pkg/apis/autoscaling/v1alpha1
Expand Down

0 comments on commit ceba812

Please sign in to comment.