Skip to content

Commit 261a087

Browse files
LCORE-1653: Release metadata etc. (lightspeed-core#1714)
* LCORE-1653: Release metadata etc. * Update docs/index.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update docs/README.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update docs/version_status.puml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent f5a70f7 commit 261a087

7 files changed

Lines changed: 207 additions & 0 deletions

File tree

docs/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages
2525

2626
[Configuration](https://lightspeed-core.github.io/lightspeed-stack/config.html)
2727

28+
## Status of Lightspeed Core Stack versions
29+
30+
[Status of Lightspeed Core Stack versions](https://lightspeed-core.github.io/lightspeed-stack/version_status.html)
31+
32+
[Supported versions](https://lightspeed-core.github.io/lightspeed-stack/versions_supported.html)
33+
34+
[Unsupported versions](https://lightspeed-core.github.io/lightspeed-stack/versions_unsupported.html)
35+
2836
## Info for developers
2937

3038
[Contributing guide](https://lightspeed-core.github.io/lightspeed-stack/contributing_guide.html)

docs/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ product questions using backend LLM services, agents, and RAG databases.
3232

3333
[Configuration](https://lightspeed-core.github.io/lightspeed-stack/config.html)
3434

35+
## Status of Lightspeed Core Stack versions
36+
37+
[Status of Lightspeed Core Stack versions](https://lightspeed-core.github.io/lightspeed-stack/version_status.html)
38+
39+
[Supported versions](https://lightspeed-core.github.io/lightspeed-stack/versions_supported.html)
40+
41+
[Unsupported versions](https://lightspeed-core.github.io/lightspeed-stack/versions_unsupported.html)
42+
3543
## Info for developers
3644

3745
[Contributing guide](https://lightspeed-core.github.io/lightspeed-stack/contributing_guide.html)
@@ -54,6 +62,8 @@ product questions using backend LLM services, agents, and RAG databases.
5462

5563
[Providers](https://lightspeed-core.github.io/lightspeed-stack/providers.html)
5664

65+
[Sentry error tracking](https://lightspeed-core.github.io/lightspeed-stack/sentry.html)
66+
5767
[User data collection](https://lightspeed-core.github.io/lightspeed-stack/user_data_collection.html)
5868

5969
[Database structure](https://lightspeed-core.github.io/lightspeed-stack/DB/index.html)

docs/version_status.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Status of Lightspeed Core Stack versions
2+
3+
![Version status](./version_status.svg)

docs/version_status.puml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
@startgantt
2+
skin rose
3+
skinparam dpi 150
4+
5+
title Lightspeed Core Stack
6+
caption Versions status
7+
project starts 2026-01-01
8+
printscale monthly
9+
10+
[0.3] starts 2026-01-01 and ends 2026-01-31 and is colored in #ff8080
11+
[0.4] starts 2026-02-01 and ends 2026-02-28 and is colored in #ff8080
12+
[0.5] starts 2026-03-01 and ends 2026-08-31 and is colored in #80ff80
13+
[0.6rc1] starts 2026-04-01 and ends 2026-04-30 and is colored in yellow
14+
[0.6rc2] starts 2026-05-01 and ends 2026-05-31 and is colored in yellow
15+
[0.6rc2] starts after [0.6rc1]'s end
16+
[0.6] starts 2026-06-01 and ends 2026-11-30 and is colored in yellow
17+
[0.6] starts after [0.6rc2]'s end
18+
[0.7rc1] starts 2026-07-01 and ends 2026-07-31 and is colored in yellow
19+
[0.7rc2] starts 2026-08-01 and ends 2026-08-31 and is colored in yellow
20+
[0.7rc2] starts after [0.7rc1]'s end
21+
[0.7] starts 2026-09-01 and ends 2026-12-31 and is colored in yellow
22+
[0.7] starts after [0.7rc2]'s end
23+
24+
@endgantt
25+

docs/version_status.svg

Lines changed: 149 additions & 0 deletions
Loading

docs/versions_supported.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Supported versions
2+
3+
Dates shown in italic are scheduled and can be adjusted.
4+
5+
| Branch | Schedule | Status | First release | End of life |
6+
|--------|----------|--------|---------------|-------------|

docs/versions_unsupported.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Unsupported versions
2+
3+
Dates shown in italic are scheduled and can be adjusted.
4+
5+
| Branch | Schedule | Status | First release | End of life |
6+
|--------|----------|--------|---------------|-------------|

0 commit comments

Comments
 (0)