Skip to content

Commit

Permalink
Add new 4.15 ocp version
Browse files Browse the repository at this point in the history
The 4.14 GA is coming and 4.15 should be available for testing.

JIRA: ISV-3704
  • Loading branch information
Allda committed Aug 24, 2023
1 parent 6b55638 commit 645be7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions upstream/roles/bundle_validation_filter/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ bvf_supported_cluster_versions:
- "4.12"
- "4.13"
- "4.14"
- "4.15"
operator_sdk_bin_path: "{{ testing_bin_path }}/operator-sdk"
testable_k8s_clusters:
# This is the list of k8s versions that deprecate old apis
Expand All @@ -27,6 +28,7 @@ k8s2ocp:
"1.25": "4.12"
"1.26": "4.13"
"1.27": "4.14"
"1.28": "4.15"
ocp2k8s:
"4.0": "1.13"
"4.1": "1.14"
Expand All @@ -43,3 +45,4 @@ ocp2k8s:
"4.12": "1.25"
"4.13": "1.26"
"4.14": "1.27"
"4.15": "1.28"
2 changes: 2 additions & 0 deletions upstream/roles/operator_info/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ ocp2k8s:
"4.12": "1.25"
"4.13": "1.26"
"4.14": "1.27"
"4.15": "1.28"
oi_supported_cluster_versions:
- "4.10"
- "4.11"
- "4.12"
- "4.13"
- "4.14"
- "4.15"

0 comments on commit 645be7e

Please sign in to comment.