File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ require (
3535 k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8
3636 k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
3737 knative.dev/caching v0.0.0-20241022012359-41bbaf964d16
38- knative.dev/hack v0.0.0-20250117112405-6cb0feb3ac46
38+ knative.dev/hack v0.0.0-20250220110655-b5e4ff820460
3939 knative.dev/networking v0.0.0-20241022012959-60e29ff520dc
4040 knative.dev/pkg v0.0.0-20241021183759-9b9d535af5ad
4141 sigs.k8s.io/yaml v1.4.0
Original file line number Diff line number Diff line change @@ -948,8 +948,8 @@ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1
948948k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
949949knative.dev/caching v0.0.0-20241022012359-41bbaf964d16 h1:vQ0y0mO1ALdOd/FPiw7gf1415mf41aWnLOVOtTr2/jQ =
950950knative.dev/caching v0.0.0-20241022012359-41bbaf964d16 /go.mod h1:qOvjasSUI+GyF4hsqJmIomblcgjkLzJhng8/zk0B9J4 =
951- knative.dev/hack v0.0.0-20250117112405-6cb0feb3ac46 h1:UWX4qXgehoigmCH/db5ZldJ9V2pLVKA88Qes7Q0+XSI =
952- knative.dev/hack v0.0.0-20250117112405-6cb0feb3ac46 /go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY =
951+ knative.dev/hack v0.0.0-20250220110655-b5e4ff820460 h1:N82WjXiv6RlXnA+qV4cA2tUbTnE3B6C3BWE+dcM/F9A =
952+ knative.dev/hack v0.0.0-20250220110655-b5e4ff820460 /go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY =
953953knative.dev/networking v0.0.0-20241022012959-60e29ff520dc h1:0d9XXRLlyuHfINZLlYqo/BYe/+chqqNBMLKJldjTbtw =
954954knative.dev/networking v0.0.0-20241022012959-60e29ff520dc /go.mod h1:G56j6VCLzfaN9yZ4IqfNyN4c3U1czvhUmKeZX4UjQ8Q =
955955knative.dev/pkg v0.0.0-20241021183759-9b9d535af5ad h1:Nrjtr2H168rJeamH4QdyLMV1lEKHejNhaj1ymgQMfLk =
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ function delete_dns_record() {
162162}
163163
164164# Script entry point.
165- initialize " $@ " --num-nodes=4 --enable-ha --cluster-version=1.28
165+ initialize " $@ " --num-nodes=4 --enable-ha --cluster-version=1.29
166166
167167# Run the tests
168168header " Running tests"
Original file line number Diff line number Diff line change 2828source $( dirname " $0 " ) /e2e-common.sh
2929
3030# Script entry point.
31- initialize --num-nodes=4 --enable-ha --cluster-version=1.28 " $@ "
31+ initialize --num-nodes=4 --enable-ha --cluster-version=1.29 " $@ "
3232
3333# Run the tests
3434header " Running tests"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ function stage_test_resources() {
4242# Skip installing istio as an add-on.
4343# Skip installing a pvc as it is not used in upgrade tests
4444# Skip installing a resource quota as it is not used in upgrade tests
45- PVC=0 QUOTA=0 initialize " $@ " --num-nodes=4 --cluster-version=1.28 \
45+ PVC=0 QUOTA=0 initialize " $@ " --num-nodes=4 --cluster-version=1.29 \
4646 --install-latest-release
4747
4848# TODO(#2656): Reduce the timeout after we get this test to consistently passing.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ declare ARTIFACTS
3838
3939ns=" default"
4040
41- initialize --num-nodes=10 --cluster-version=1.28 " $@ "
41+ initialize --num-nodes=10 --cluster-version=1.29 " $@ "
4242
4343function run_job() {
4444 local name=$1
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ source "$(dirname "${BASH_SOURCE[0]:-$0}")/library.sh"
2121
2222# Default Kubernetes version to use for GKE, if not overridden with
2323# the `--cluster-version` parameter.
24- readonly GKE_DEFAULT_CLUSTER_VERSION=" 1.28 "
24+ readonly GKE_DEFAULT_CLUSTER_VERSION=" 1.29 "
2525
2626# Dumps the k8s api server metrics. Spins up a proxy, waits a little bit and
2727# dumps the metrics to ${ARTIFACTS}/k8s.metrics.txt
Original file line number Diff line number Diff line change @@ -1358,7 +1358,7 @@ knative.dev/caching/pkg/client/injection/informers/caching/v1alpha1/image/fake
13581358knative.dev/caching/pkg/client/injection/informers/factory
13591359knative.dev/caching/pkg/client/injection/informers/factory/fake
13601360knative.dev/caching/pkg/client/listers/caching/v1alpha1
1361- # knative.dev/hack v0.0.0-20250117112405-6cb0feb3ac46
1361+ # knative.dev/hack v0.0.0-20250220110655-b5e4ff820460
13621362## explicit; go 1.21
13631363knative.dev/hack
13641364# knative.dev/networking v0.0.0-20241022012959-60e29ff520dc
You can’t perform that action at this time.
0 commit comments