Skip to content

Commit

Permalink
[ISV-4118] create v4.16 of community-operator-index
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbakk committed Oct 12, 2023
1 parent 946ff3f commit 65a0ae2
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -8,6 +8,7 @@ bvf_supported_cluster_versions:
- "4.13"
- "4.14"
- "4.15"
- "4.16"
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 @@ -29,6 +30,7 @@ k8s2ocp:
"1.26": "4.13"
"1.27": "4.14"
"1.28": "4.15"
"1.29": "4.16"
ocp2k8s:
"4.0": "1.13"
"4.1": "1.14"
Expand All @@ -46,3 +48,4 @@ ocp2k8s:
"4.13": "1.26"
"4.14": "1.27"
"4.15": "1.28"
"4.16": "1.29"
1 change: 1 addition & 0 deletions upstream/roles/operator_info/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ocp2k8s:
"4.13": "1.26"
"4.14": "1.27"
"4.15": "1.28"
"4.16": "1.29"
oi_supported_cluster_versions:
- "4.10"
- "4.11"
Expand Down

0 comments on commit 65a0ae2

Please sign in to comment.