-
Notifications
You must be signed in to change notification settings - Fork 0
/
cray-hms-firmware-action.compatibility.yaml
65 lines (63 loc) · 1.74 KB
/
cray-hms-firmware-action.compatibility.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
# CSM Version is not really following semver.
chartVersionToCSMVersion:
# Summary:
# Chart Version: 2.0.0 <= x.y.z < 2.1.0, CSM Version: 1.2.0 <= x.y.z < 1.3.0
# Chart Version: 2.1.0 <= x.y.z < 3.0.0, CSM Version: 1.3.0 <= x.y.z < 1.5.0
# Chart Version: 3.0.0 <= x.y.z < 3.1.0, CSM Version: 1.5.0 <= x.y.z < 1.6.0
# Chart Version: 3.1.0 <= x.y.z, CSM Version: 1.6.0 <= x.y.z
#
# Chart version: CSM version
">=2.0.0": "~1.2.0"
">=2.1.0": "~1.3.0"
">=3.0.0": "~1.5.0"
">=3.1.0": "~1.6.0"
# The application version must be compliant to semantic versioning.
# If the application makes a backwards incompatible change, then its major version needs to be increment.
# This is the idealized world
chartVersionToApplicationVersion:
# Chart version: Application version
"2.0.0": "1.13.0"
"2.0.1": "1.13.0"
"2.0.2": "1.14.0"
"2.0.3": "1.15.0"
"2.0.4": "1.16.0"
"2.1.0": "1.18.0"
"2.1.1": "1.19.0"
"2.1.2": "1.19.0"
"2.1.3": "1.20.0"
"2.1.4": "1.22.0"
"2.1.5": "1.23.0"
"2.1.6": "1.24.0"
"3.0.0": "1.27.0"
"3.0.1": "1.27.0"
"3.0.2": "1.28.0"
"3.0.3": "1.28.0"
"3.0.4": "1.29.0"
"3.0.5": "1.29.0"
"3.0.6": "1.30.0"
"3.0.7": "1.31.0"
"3.0.8": "1.32.0"
"3.0.9": "1.33.0"
"3.0.10": "1.35.0"
"3.1.0": "1.29.0"
"3.1.1": "1.30.0"
"3.1.2": "1.31.0"
"3.1.3": "1.32.0"
"3.1.4": "1.33.0"
"3.1.5": "1.33.0"
"3.1.6": "1.33.0"
"3.1.7": "1.34.0"
"3.1.8": "1.34.0"
"3.1.10": "1.35.0"
"3.1.11": "1.36.0"
"3.1.12": "1.37.0"
# Test results for combinations of Chart, Application, and CSM versions.
chartValidationLog: []
# - chartVersion: 2.0.0
# applicationVersion: 1.11.0
# csm: 1.2.0-alpha.16
# environment: baremetal
# result: PASS
# tester: rsjostrand-hpe
# date: 2021-11-17