From 695d6d7cd609fd0054bfeb6d680f3c3f314f1c05 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@geant.org> Date: Wed, 9 Oct 2024 11:40:24 +0000 Subject: [PATCH] Update Changelog.md --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index 2df8db9a..6d66ea1c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,12 @@ # Changelog +## [2.19] - 2024-10-09 +- LSO interaction rework: Skip a playbook automatically if the inventory is empty. +- Introduction of LSOState type. +- Celery: add as Executor, cleanup. +- `promote_p_to_pe` and `update_ibgp_mesh`: add conditionals to distinguish between P and PE for the iBGP/SDP updates and PE-specific functions and logic. +- Update of unit test in `test_update_ibgp_mesh`. + ## [2.18] - 2024-10-01 - Use solo pool for Celery workers -- GitLab