Skip to content

Commit

Permalink
feat: added rook compatibility (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
smyja authored Mar 25, 2024
1 parent e1bd926 commit 89afb45
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/compatibilities/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ names:
- istio
- linkerd
- cilium
- velero
- velero
- rook
45 changes: 45 additions & 0 deletions static/compatibilities/rook.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
icon: https://avatars.githubusercontent.com/u/22860722?s=48&v=4
git_url: https://github.com/rook/rook
release_url: https://github.com/rook/rook/releases/tag/v{vsn}
versions:
- version: 1.13.0
kube: ['1.29', '1.28', '1.27', '1.26', '1.25', '1.24', '1.23']
requirements: []
incompatibilities: []
- version: 1.12.0
kube: ['1.28', '1.27', '1.26', '1.25', '1.24', '1.23', '1.22']
requirements: []
incompatibilities: []
- version: 1.11.0
kube: ['1.27', '1.26', '1.25', '1.24', '1.23', '1.22', '1.21']
requirements: []
incompatibilities: []
- version: 1.10.0
kube: ['1.26', '1.25', '1.24', '1.23', '1.22', '1.21', '1.20']
requirements: []
incompatibilities: []
- version: 1.9.0
kube: ['1.25', '1.24', '1.23', '1.22', '1.21', '1.20', '1.19']
requirements: []
incompatibilities: []
- version: 1.8.0
kube: ['1.24', '1.23', '1.22', '1.21', '1.20', '1.19', '1.18']
requirements: []
incompatibilities: []
- version: 1.7.0
kube: ['1.23', '1.22', '1.21', '1.20', '1.19', '1.18', '1.17']
requirements: []
incompatibilities: []
- version: 1.6.0
kube: ['1.22', '1.21', '1.20', '1.19', '1.18', '1.17', '1.16']
requirements: []
incompatibilities: []
- version: 1.5.0
kube: ['1.21', '1.20', '1.19', '1.18', '1.17', '1.16', '1.15']
requirements: []
incompatibilities: []
- version: 1.4.0
kube: ['1.20', '1.19', '1.18', '1.17', '1.16', '1.15', '1.14']
requirements: []
incompatibilities: []

0 comments on commit 89afb45

Please sign in to comment.