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

Update docs for next development cycle lighty.io 21 #1853

Merged
merged 3 commits into from
May 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# lighty.io 20
# lighty.io 21
__lighty.io__ is a Software Development Kit powered by [OpenDaylight](https://www.opendaylight.org/) to support, ease & accelerate the development of
Software-Defined Networking (SDN) solutions in Java. Developed by [PANTHEON.tech](https://pantheon.tech).

Expand All @@ -8,7 +8,7 @@ It utilizes core [OpenDaylight](https://www.opendaylight.org/) components, which
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.lighty.core/lighty-bom/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.lighty.core/lighty-bom)
[![License](https://img.shields.io/badge/License-EPL%201.0-blue.svg)](https://opensource.org/licenses/EPL-1.0)

_This branch maintains compatibility with __OpenDaylight 2024-03 Calcium,__ release._
_This branch maintains compatibility with __OpenDaylight 2024-09 Scandium,__ release._

## Features
- [x] __Removed Karaf__: Having Java SE as a runtime, you can use a framework of your choice, not only Karaf
Expand Down
8 changes: 4 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Lighty.io version contains 3 numbers representing MAJOR.MINOR.PATCH (X.Y.Z) leve
MAJOR number is mapped to major OpenDaylight release
| Lighty.io | OpenDaylight |
|-----------|-----------------|
| 18.Y.Z | Argon (18) |
| 17.Y.Z | Chlorine (17) |
| 20.Y.Z | Calcium (20) |
| 19.Y.Z | Potassium (19) |
| ... | |

MINOR number is mapped to OpenDaylight service release (SR1, SR2, SR3, ..)
| Lighty.io | OpenDaylight |
|-----------|-----------------|
| 18.1.Z | Argon SR1 |
| 18.2.Z | Argon SR2 |
| 20.1.Z | Calcium SR1 |
| 20.2.Z | Calcium SR2 |
| ... | |

PATCH number represents Lighty.io release, usually security & bug fixes.
Expand Down
Loading