Skip to content

Commit

Permalink
Merge pull request #79 from kytos-ng/release/2023.1.0
Browse files Browse the repository at this point in the history
release: bumped 2023.1.0
  • Loading branch information
viniarck authored Aug 22, 2023
2 parents 2f91221 + aaff9f1 commit 9f6c62a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ All notable changes to the Maintenance NApp will be documented in this file.

Added
=====
- Added ``status_func`` and ``status_reason_func`` for maintenance windows.

Deprecated
==========
Expand All @@ -18,13 +17,26 @@ Removed

Fixed
=====
- Prevented potential race conditions when starting/stopping maintenance windows.
- Fixed error 500 when user attempts to add maintenance window with duplicate IDs
- Fixed handling of all device types to properly express all affected devices.

Security
========

Changed
=======

[2023.1.0] - 2023-06-26
***********************

Added
=====
- Added ``status_func`` and ``status_reason_func`` for maintenance windows.

Fixed
=====
- Prevented potential race conditions when starting/stopping maintenance windows.
- Fixed error 500 when user attempts to add maintenance window with duplicate IDs
- Fixed handling of all device types to properly express all affected devices.

Changed
=======
- Maintenance start and end no longer produce ``kytos/maintenance.*`` events, and instead produce ``topology.interruption.[start|end]`` events to work with blueprint EP0037
Expand Down
2 changes: 1 addition & 1 deletion kytos.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"username": "kytos",
"name": "maintenance",
"description": "This NApp creates maintenance windows, allowing the maintenance of network devices (switch, link, and interface) without receiving alerts.",
"version": "2022.3.1",
"version": "2023.1.0",
"napp_dependencies": [],
"license": "MIT",
"tags": [],
Expand Down

0 comments on commit 9f6c62a

Please sign in to comment.