From c0c84435e9b50e6d712b29bfbf6ad17fe9058ae7 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Tue, 7 May 2024 13:01:29 +0200 Subject: [PATCH] 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 b82d4b749..cf6ac99d1 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.