Skip to content

Commit

Permalink
Merge pull request #448 from redhat-openshift-ecosystem/ISV-3704
Browse files Browse the repository at this point in the history
Add new 4.15 ocp version
  • Loading branch information
Allda authored Aug 24, 2023
2 parents 6b55638 + 645be7e commit 87ac2a2
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 87ac2a2

Please sign in to comment.