Skip to content

Commit

Permalink
update versions to 0.24 (#1360)
Browse files Browse the repository at this point in the history
* update versions

* upgrade integration tests
  • Loading branch information
dprotaso committed Jun 29, 2021
1 parent b4af7f2 commit 0bbb3ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pkg/kn/commands/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ var GitRevision string
// update this var as we add more deps
var apiVersions = map[string][]string{
"serving": {
"serving.knative.dev/v1 (knative-serving v0.23.0)",
"serving.knative.dev/v1 (knative-serving v0.24.0)",
},
"eventing": {
"sources.knative.dev/v1 (knative-eventing v0.23.0)",
"eventing.knative.dev/v1 (knative-eventing v0.23.0)",
"sources.knative.dev/v1 (knative-eventing v0.24.0)",
"eventing.knative.dev/v1 (knative-eventing v0.24.0)",
},
}

Expand Down
4 changes: 2 additions & 2 deletions test/presubmit-integration-tests-latest-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# This script is used in Knative/test-infra as a custom prow job to run the
# integration tests against Knative Serving / Eventing of a specific version.

export KNATIVE_SERVING_VERSION="0.23.0"
export KNATIVE_EVENTING_VERSION="0.23.0"
export KNATIVE_SERVING_VERSION="0.24.0"
export KNATIVE_EVENTING_VERSION="0.24.0"

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

0 comments on commit 0bbb3ec

Please sign in to comment.