From 36110594d2504a0db20778873f3dfb86b019ff3a Mon Sep 17 00:00:00 2001 From: Vinicius Arcanjo Date: Tue, 23 Jul 2024 14:01:25 -0300 Subject: [PATCH 1/3] release: bumped 2024.1.0 --- CHANGELOG.rst | 4 +++- kytos.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index de97f25..6142599 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,10 +6,12 @@ All notable changes to the sdntrace_cp NApp will be documented in this file. [UNRELEASED] - Under development ******************************** +[2024.1.0] - 2024-07-23 +*********************** + Changed ======= - Updated python environment installation from 3.9 to 3.11 -- Updated test dependencies - Upgraded UI framework to Vue3 [2023.2.0] - 2024-02-16 diff --git a/kytos.json b/kytos.json index f5adeec..3dad031 100644 --- a/kytos.json +++ b/kytos.json @@ -3,7 +3,7 @@ "username": "amlight", "name": "sdntrace_cp", "description": "Run tracepaths on OpenFlow in the Control Plane", - "version": "2023.2.0", + "version": "2024.1.0", "napp_dependencies": [], "license": "MIT", "tags": [], From fca4507795a96f8ee7050bbc578fdc328be5c41b Mon Sep 17 00:00:00 2001 From: Vinicius Arcanjo Date: Wed, 31 Jul 2024 11:14:30 -0300 Subject: [PATCH 2/3] updated changelog --- CHANGELOG.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6142599..91124de 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,10 @@ All notable changes to the sdntrace_cp NApp will be documented in this file. [2024.1.0] - 2024-07-23 *********************** +Added +===== +- Added UI to sdntrace_cp. + Changed ======= - Updated python environment installation from 3.9 to 3.11 @@ -21,7 +25,6 @@ Added ===== - Support "instructions" to perform a match. - Support instruction type `goto_table`. -- Added UI to sdntrace_cp. [2023.1.0] - 2023-06-12 *********************** From 0214a9159d39621f25a2b8aee58dada4164e2c09 Mon Sep 17 00:00:00 2001 From: Vinicius Arcanjo Date: Wed, 31 Jul 2024 11:43:39 -0300 Subject: [PATCH 3/3] Revert "updated changelog" This reverts commit fca4507795a96f8ee7050bbc578fdc328be5c41b. --- CHANGELOG.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 91124de..6142599 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,10 +9,6 @@ All notable changes to the sdntrace_cp NApp will be documented in this file. [2024.1.0] - 2024-07-23 *********************** -Added -===== -- Added UI to sdntrace_cp. - Changed ======= - Updated python environment installation from 3.9 to 3.11 @@ -25,6 +21,7 @@ Added ===== - Support "instructions" to perform a match. - Support instruction type `goto_table`. +- Added UI to sdntrace_cp. [2023.1.0] - 2023-06-12 ***********************