From 89da71015e75453ca7ee72958efcb4532aa457ab Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Tue, 7 May 2024 12:56:22 +0200 Subject: [PATCH 1/3] Update README.md for Scandium Update README.md to reflect that we are going to implement compatibility with future ODL 2024-09 Scandium. Signed-off-by: Ivan Hrasko --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9a2590307..d52a6e8d7e 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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 From d032202c6637552b7be19f7bf6417899375a4fe8 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Tue, 7 May 2024 12:59:41 +0200 Subject: [PATCH 2/3] Drop support for version 17 With the release of Lighty.io 19 we drop support for version 17. Signed-off-by: Ivan Hrasko --- SECURITY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 2b2a0f99f1..b82d4b7492 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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 | |-----------|-----------------| +| 19.Y.Z | Potassium (19) | | 18.Y.Z | Argon (18) | -| 17.Y.Z | Chlorine (17) | | ... | | MINOR number is mapped to OpenDaylight service release (SR1, SR2, SR3, ..) | Lighty.io | OpenDaylight | |-----------|-----------------| -| 18.1.Z | Argon SR1 | -| 18.2.Z | Argon SR2 | +| 19.1.Z | Potassium SR1 | +| 19.2.Z | Potassium SR2 | | ... | | PATCH number represents Lighty.io release, usually security & bug fixes. From 1f0140d7902ea98ae3e5b2079e44f9dccb41d4f1 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Tue, 7 May 2024 13:01:29 +0200 Subject: [PATCH 3/3] Drop support for version 18 With the release of Lighty.io 20 we drop support for version 18. Signed-off-by: Ivan Hrasko --- SECURITY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index b82d4b7492..cf6ac99d1f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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 | |-----------|-----------------| +| 20.Y.Z | Calcium (20) | | 19.Y.Z | Potassium (19) | -| 18.Y.Z | Argon (18) | | ... | | MINOR number is mapped to OpenDaylight service release (SR1, SR2, SR3, ..) | Lighty.io | OpenDaylight | |-----------|-----------------| -| 19.1.Z | Potassium SR1 | -| 19.2.Z | Potassium SR2 | +| 20.1.Z | Calcium SR1 | +| 20.2.Z | Calcium SR2 | | ... | | PATCH number represents Lighty.io release, usually security & bug fixes.