Skip to content

Commit 0bbb3ec

Browse files
authored
update versions to 0.24 (#1360)
* update versions * upgrade integration tests
1 parent b4af7f2 commit 0bbb3ec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pkg/kn/commands/version/version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ var GitRevision string
3131
// update this var as we add more deps
3232
var apiVersions = map[string][]string{
3333
"serving": {
34-
"serving.knative.dev/v1 (knative-serving v0.23.0)",
34+
"serving.knative.dev/v1 (knative-serving v0.24.0)",
3535
},
3636
"eventing": {
37-
"sources.knative.dev/v1 (knative-eventing v0.23.0)",
38-
"eventing.knative.dev/v1 (knative-eventing v0.23.0)",
37+
"sources.knative.dev/v1 (knative-eventing v0.24.0)",
38+
"eventing.knative.dev/v1 (knative-eventing v0.24.0)",
3939
},
4040
}
4141

test/presubmit-integration-tests-latest-release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# This script is used in Knative/test-infra as a custom prow job to run the
1818
# integration tests against Knative Serving / Eventing of a specific version.
1919

20-
export KNATIVE_SERVING_VERSION="0.23.0"
21-
export KNATIVE_EVENTING_VERSION="0.23.0"
20+
export KNATIVE_SERVING_VERSION="0.24.0"
21+
export KNATIVE_EVENTING_VERSION="0.24.0"
2222

2323
$(dirname $0)/presubmit-tests.sh --integration-tests

0 commit comments

Comments
 (0)