Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping knative.dev/serving e56319d...408b284:
  > 408b284 Update net-istio nightly (# 15336)
  > c980773 re-enable failng contour/gateway api tests (# 15334)
  > a4fa238 bump istio and contour for gateway api testing (# 15333)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation committed Jun 19, 2024
1 parent 84baecd commit 7501730
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
knative.dev/eventing v0.41.1-0.20240617131715-e298f32440e4
knative.dev/hack v0.0.0-20240607132042-09143140a254
knative.dev/pkg v0.0.0-20240614135239-339c22b8218c
knative.dev/serving v0.41.1-0.20240618150822-e56319d664d8
knative.dev/serving v0.41.1-0.20240619121213-408b284641f2
sigs.k8s.io/yaml v1.4.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1367,8 +1367,8 @@ knative.dev/networking v0.0.0-20240611072033-3b8764c0bb4c h1:Q+DdJYzvhwAVWMQtP6m
knative.dev/networking v0.0.0-20240611072033-3b8764c0bb4c/go.mod h1:WhZLv94eOMDGHbdZiMrw6cnRfN3WEcFgpjUcV0A48pI=
knative.dev/pkg v0.0.0-20240614135239-339c22b8218c h1:OaKrY7L6rzWTvs51JlieJajL40F6CpBbvO1aZspg2EA=
knative.dev/pkg v0.0.0-20240614135239-339c22b8218c/go.mod h1:l7R8/SteYph0mZDsVgq3fVs4mWp1DaYx9BJJX68U6ik=
knative.dev/serving v0.41.1-0.20240618150822-e56319d664d8 h1:pEgTO7UvwgCxd2W2mgvaLm0bP4VpvDT1Fr7t9/2cvvs=
knative.dev/serving v0.41.1-0.20240618150822-e56319d664d8/go.mod h1:zvjO9iWedTW7/heF8A6rouZP47g4ZvmtDjUW2f88KQo=
knative.dev/serving v0.41.1-0.20240619121213-408b284641f2 h1:siGSBGVe4dD8enMmI1Z3Ui3/OmebFmwtu9RFw4g6nNs=
knative.dev/serving v0.41.1-0.20240619121213-408b284641f2/go.mod h1:zvjO9iWedTW7/heF8A6rouZP47g4ZvmtDjUW2f88KQo=
nhooyr.io/websocket v1.8.6/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0=
pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw=
pgregory.net/rapid v1.1.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04=
Expand Down
4 changes: 2 additions & 2 deletions vendor/knative.dev/serving/test/e2e-networking-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function stage_contour_gateway_api_resources() {
local gateway_dir="${E2E_YAML_DIR}/gateway-api/install-contour"
mkdir -p "${gateway_dir}"

local CONTOUR_VERSION=v1.29.0
local CONTOUR_VERSION=v1.29.1
echo "Downloading Contour Gateway Provisioner ${CONTOUR_VERSION}..."
local CONTOUR_FILES=(
"examples/contour/01-crds.yaml"
Expand All @@ -48,7 +48,7 @@ function stage_istio_gateway_api_resources() {
mkdir -p "${gateway_dir}"

# TODO: if we switch to istio 1.12 we can reuse stage_istio_head
curl -sL https://istio.io/downloadIstioctl | ISTIO_VERSION=1.22.0 sh -
curl -sL https://istio.io/downloadIstioctl | ISTIO_VERSION=1.22.1 sh -

local params="--set values.global.proxy.clusterDomain=${CLUSTER_DOMAIN}"

Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1533,7 +1533,7 @@ knative.dev/pkg/webhook
knative.dev/pkg/webhook/certificates
knative.dev/pkg/webhook/certificates/resources
knative.dev/pkg/webhook/resourcesemantics/conversion
# knative.dev/serving v0.41.1-0.20240618150822-e56319d664d8
# knative.dev/serving v0.41.1-0.20240619121213-408b284641f2
## explicit; go 1.21
knative.dev/serving/pkg/apis/autoscaling
knative.dev/serving/pkg/apis/autoscaling/v1alpha1
Expand Down

0 comments on commit 7501730

Please sign in to comment.