Skip to content

Commit

Permalink
Changelog and version bump to 1.1.1 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
josemauro authored May 26, 2021
1 parent e70497b commit e732ba2
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,46 @@ Changelog
#########
All notable changes to the Maintenance NApp will be documented in this file.

[UNRELEASED] - Under development
********************************
Added
=====

Changed
=======

Deprecated
==========

Removed
=======

Fixed
=====

Security
========

Changed
=======


[1.1.1] - 2021-05-26
********************

Added
=====
- Added verification to not delete/modify maintenances that are running.

Fixed
=====
- Fixed an issue where the scheduler was not updated on maintenance update.

Changed
=======
- Updated class ``Status`` to be JSON Serializable.



[1.1.0] - 2021-03-31
********************
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 (a switch, a board, a link) without receiving alerts.",
"version": "1.1.0",
"version": "1.1.1",
"napp_dependencies": [],
"license": "MIT",
"tags": [],
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
BASE_ENV = Path(os.environ.get('VIRTUAL_ENV', '/'))

NAPP_NAME = 'maintenance'
NAPP_VERSION = '0.1'
NAPP_VERSION = '1.1.1'

# Kytos var folder
VAR_PATH = BASE_ENV / 'var' / 'lib' / 'kytos'
Expand Down

0 comments on commit e732ba2

Please sign in to comment.