Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add API_LEVEL json mapping. Update README.md #789

Merged
merged 2 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 17 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,34 +55,23 @@ In short, to build an app for an OS, you should:

## About API_LEVEL branches

This list the API_LEVEL branches with their purposed (corresponding OS) and state if they should still be patched or not (OS not “active” anymore).
OS release candidates are only kept in the list when a corresponding OS release production might be released on the same API_LEVEL.

| Name | Related OS | Active
|---------|-------------------------------------------------------------------------------------------------------------------------------|-------------------
| LNS | <br/> nanos_2.1.0 | :heavy_check_mark:
| 1 | nanox_2.1.0 <br/> nanos+_1.1.0 | :x:
| 2 | only rc releases | :x:
| 3 | only rc releases | :x:
| 4 | only rc releases | :x:
| 5 | nanox_2.2.{0, 1, 2, 3} <br/> nanos+ 1.1.1 | :heavy_check_mark:
| 6 | only rc releases | :x:
| 7 / 7.1 | only rc releases | :x:
| 7.2 | only rc releases<br/> (not compatible due <br/> to font update) | :x:
| 8 | stax_1.0.0 | :x:
| 9 | only rc releases | :x:
| 10 | stax_1.1.0 | :x:
| 11 | stax_1.2.0 <br/> stax_1.2.1 | :x:
| 12 | nanox_2.3.0-rc2 <br/> nanos+_1.2.0-rc2 | :x:
| 13 | stax_1.3.0 | :x:
| 14 | only rc releases | :x:
| 15 | stax_1.4.0 | :heavy_check_mark:
| 16 | europa_0.1.0-re1 | :x:
| 17 | europa_0.1.0-re2 | :x:
| 18 | europa_0.1.0-re3 <br/> flex_0.2.0-rc1 <br /> flex_0.2.0-rc2 <br /> nanox_2.3.0-rc5 <br/> nanos+_1.2.0-rc5 <br/> nanos+_1.2.0 | :heavy_check_mark:
| 19 | flex_1.0.0-rc1 <br/> flex_1.0.0-rc2 <br/> flex_1.0.0 <br/> flex_1.0.1 <br/> | :x:
| 20 | stax_1.5.0-rc1 <br/> flex_1.1.0-rc1 | :x:
| 21 | stax_1.5.0-rc2 <br/> flex_1.1.0-rc2 <br/> stax_1.5.0 <br/> flex_1.1.0 <br/> flex_1.1.1 <br/> | :heavy_check_mark:
This list the main API_LEVEL branches with their purposed (corresponding OS) and state if they should still be patched or not (OS not “active” anymore).

The full mapping of API_LEVEL branches, including OS release candidates, is available [here](api_levels.json).

| Name | Related OS | Active |
| ---- | -------------------------------------------------- | ------------------ |
| LNS | <br/> nanos_2.1.0 | :heavy_check_mark: |
| 1 | nanox_2.1.0 <br/> nanos+_1.1.0 | :x: |
| 5 | nanox_2.2.{0, 1, 2, 3} <br/> nanos+ 1.1.1 | :heavy_check_mark: |
| 8 | stax_1.0.0 | :x: |
| 10 | stax_1.1.0 | :x: |
| 11 | stax_1.2.0 <br/> stax_1.2.1 | :x: |
| 13 | stax_1.3.0 | :x: |
| 15 | stax_1.4.0 | :x: |
| 18 | nanos+_1.2.0 | :heavy_check_mark: |
| 19 | flex_1.0.0 <br/> flex_1.0.1 <br/> | :x: |
| 21 | stax_1.5.0 <br/> flex_1.1.0 <br/> flex_1.1.1 <br/> | :heavy_check_mark: |

### Cherry-picking process:

Expand Down
98 changes: 98 additions & 0 deletions api_levels.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"LNS": [
"nanos_2.1.0"
],
"1": [
"nanox_2.1.0",
"nanos+_1.1.0"
],
"2": [
"only rc releases"
],
"3": [
"only rc releases"
],
"4": [
"only rc releases"
],
"5": [
"nanox_2.2.0",
"nanox_2.2.1",
"nanox_2.2.2",
"nanox_2.2.3",
"nanos+_1.1.1"
],
"6": [
"only rc releases"
],
"7": [
"only rc releases"
],
"7.1": [
"only rc releases"
],
"7.2": [
"only rc releases"
],
"8": [
"stax_1.0.0"
],
"9": [
"only rc releases"
],
"10": [
"stax_1.1.0"
],
"11": [
"stax_1.2.0",
"stax_1.2.1"
],
"12": [
"nanox_2.3.0-rc2",
"nanos+_1.2.0-rc2"
],
"13": [
"stax_1.3.0"
],
"14": [
"only rc releases"
],
"15": [
"stax_1.4.0"
],
"16": [
"europa_0.1.0-re1"
],
"17": [
"europa_0.1.0-re2"
],
"18": [
"europa_0.1.0-re3",
"flex_0.2.0-rc1",
"flex_0.2.0-rc2",
"nanox_2.3.0-rc5",
"nanos+_1.2.0-rc5",
"nanos+_1.2.0"
],
"19": [
"flex_1.0.0-rc1",
"flex_1.0.0-rc2",
"flex_1.0.0",
"flex_1.0.1"
],
"20": [
"stax_1.5.0-rc1",
"flex_1.1.0-rc1"
],
"21": [
"stax_1.5.0-rc2",
"flex_1.1.0-rc2",
"stax_1.5.0",
"flex_1.1.0",
"flex_1.1.1",
"nanos+_1.3.0-rc1",
"nanox_2.4.0-rc1",
"stax_1.6.0-rc1",
"flex_1.2.0-rc1"
]
}
Loading