Skip to content

Commit 889078c

Browse files
authored
Resume the development of 1.18 for Operator (#1973)
1 parent 4959713 commit 889078c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

hack/boilerplate/boilerplate.go.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2023 The Knative Authors
2+
Copyright 2025 The Knative Authors
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

hack/boilerplate/boilerplate.sh.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright 2023 The Knative Authors
3+
# Copyright 2025 The Knative Authors
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

test/e2e-common.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
source "$(dirname "${BASH_SOURCE[0]}")/../vendor/knative.dev/hack/e2e-tests.sh"
1919

2020
# The previous serving release, installed by the operator. This value should be in the semantic format of major.minor.
21-
readonly PREVIOUS_SERVING_RELEASE_VERSION="1.16"
21+
readonly PREVIOUS_SERVING_RELEASE_VERSION="1.17"
2222
# The previous eventing release, installed by the operator. This value should be in the semantic format of major.minor.
23-
readonly PREVIOUS_EVENTING_RELEASE_VERSION="1.16"
23+
readonly PREVIOUS_EVENTING_RELEASE_VERSION="1.17"
2424
# The target serving/eventing release to upgrade, installed by the operator. It can be a release available under
2525
# kodata or an incoming new release. This value should be in the semantic format of major.minor.
26-
readonly TARGET_RELEASE_VERSION="1.17"
26+
readonly TARGET_RELEASE_VERSION="latest"
2727
# This is the branch name of knative repos, where we run the upgrade tests.
28-
readonly KNATIVE_REPO_BRANCH="release-1.17"
28+
readonly KNATIVE_REPO_BRANCH="${PULL_BASE_REF}"
2929
# Namespaces used for tests
3030
# This environment variable TEST_NAMESPACE defines the namespace to install Knative Serving.
3131
export TEST_NAMESPACE="${TEST_NAMESPACE:-knative-operator-testing}"

0 commit comments

Comments
 (0)