| ... | ... | @@ -61,7 +61,7 @@ Version: `<year>.<id>` |
|
|
|
* each update (published?) to packages increments it by 1.
|
|
|
|
|
|
|
|
```
|
|
|
|
25.2 ---> 25.3 ---> 25.4 ---> 26.0 ---> 26.1
|
|
|
|
25.2 ---> 25.3 ---> 25.4 ---> 26.0 ---> 26.1 ELT Platform Next
|
|
|
|
update update yearly update
|
|
|
|
stream
|
|
|
|
branched
|
| ... | ... | @@ -77,10 +77,10 @@ Version: `<year>.<id>` |
|
|
|
* each update to streams' packages bump it by 1.
|
|
|
|
|
|
|
|
```
|
|
|
|
---> 25.5 ---> 25.6
|
|
|
|
---> 25.5 ---> 25.6 ELT Platform 25
|
|
|
|
/
|
|
|
|
/
|
|
|
|
25.2 ---> 25.3 ---> 25.4 ---> 26.0 ---> 26.1
|
|
|
|
25.2 ---> 25.3 ---> 25.4 ---> 26.0 ---> 26.1 ELT Platform Next
|
|
|
|
update update yearly update
|
|
|
|
stream
|
|
|
|
branched
|
| ... | ... | @@ -92,12 +92,26 @@ Version: `<year>(.<parents_stream_ids>)+.<id>` |
|
|
|
|
|
|
|
* `<year>` - last two digits of the yearly parent stream.
|
|
|
|
* `<parents_stream_ids>` - ids of parent streams.
|
|
|
|
* If branched from yearly stream, it's id of update that release stream is branched from
|
|
|
|
* If branched from release stream, that part consists all ids of parent streams
|
|
|
|
* That part consists update ids of parent streams
|
|
|
|
* `<id>` - counter of updates.
|
|
|
|
* starts with 0.
|
|
|
|
* each update to streams' packages bump it by 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
---> 25.6.0 ---> 25.6.1 ELT Platform 25.6
|
|
|
|
/ update
|
|
|
|
/
|
|
|
|
---> 25.5 ---> 25.6 ---> 25.7 ELT Platform 25
|
|
|
|
/ update release
|
|
|
|
/ branched
|
|
|
|
25.2 ---> 25.3 ---> 25.4 ---> 26.0 ---> 26.1 ELT Platform Next
|
|
|
|
update update yearly update
|
|
|
|
stream
|
|
|
|
branched
|
|
|
|
```
|
|
|
|
|
|
|
|
## End of Life Policy
|
|
|
|
|
|
|
|
## Release schedule
|
| ... | ... | |