Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit ea67f7a

Browse files
authored
Merge pull request #1194 from hdiogenes/changelog-and-version-bump
Changelog and version bump for 2020.2b2
2 parents 7576e84 + e4418a9 commit ea67f7a

File tree

5 files changed

+42
-5
lines changed

5 files changed

+42
-5
lines changed

CHANGELOG.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,43 @@ Changed
2727
=======
2828

2929

30+
[2020.2b2] - "itamar" beta2 - 2020-10-23
31+
****************************************
32+
33+
Added
34+
=====
35+
- Added authentication to REST methods based on configuration option
36+
- Create ``config`` field on ``Interface``
37+
- Added new exception ``KytosLinkCreationError``
38+
- [docs] Created a template blueprint - EP000
39+
- [docs] Added ``of_lldp``'s new REST Endpoints
40+
- [docs] Added "Kytos UI Components" section to Dev Guide
41+
- [docs] New note about the creation of UI folders
42+
- [tests] Added ``pydocstyle`` as a required linter
43+
44+
Changed
45+
=======
46+
- [docs] Updated old blueprints to include standard headers
47+
- [docs] Moved section "Creating a NApp with UI" to the Web-UI documentation
48+
- [docs] Use friendlier ``apt`` command instead of ``apt-get``
49+
- [docs] Updated Authentication documentation
50+
- [docs] Updated tutorial "How protect a REST endpoint"
51+
- [tests] Changed tests to use multiple-letter keys in mock link metadata
52+
53+
Removed
54+
=======
55+
- Removed hard-coded python3.6 references
56+
- [packaging] Remove the use of distutils from ``setup.py``
57+
58+
Fixed
59+
=====
60+
- Improved support for newer versions of Python
61+
- Fixed exception when ``kytosd`` cannot update the web UI from GitHub
62+
- Fixed parsing of ``vlan_pool`` configuration option
63+
- [tests] Fixed test_logs for Python 3.8
64+
- [tests] Fixed automated packaging tests under GitHub Actions
65+
66+
3067
[2020.2b1] - "itamar" beta1 - 2020-09-08
3168
****************************************
3269
Added

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = u'2020.2b1'
67+
version = u'2020.2b2'
6868
show_version = False
6969
# The full version, including alpha/beta/rc tags.
70-
release = u'2020.2b1'
70+
release = u'2020.2b2'
7171

7272
# The language for content autogenerated by Sphinx. Refer to documentation
7373
# for a list of supported languages.

kytos/core/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
The present metadata is intended to be used mainly on the setup.
44
"""
5-
__version__ = '2020.2b1'
5+
__version__ = '2020.2b2'
66
__author__ = 'Kytos Team'
77
__author_email__ = '[email protected]'
88
__license__ = 'MIT'

requirements/run.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# pin versions outside pypi, i.e. latest git master branch version.
33
ipython
44
lockfile
5-
python-openflow>=2020.2b1
5+
python-openflow>=2020.2b2
66
flask-socketio
77
flask_cors
88
flask

requirements/run.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pygments==2.7.1 # via ipython
2929
pyjwt==1.7.1 # via -r requirements/run.in
3030
python-daemon==2.2.4 # via -r requirements/run.in
3131
python-engineio==3.12.1 # via python-socketio
32-
python-openflow==2020.2b1 # via -r requirements/run.in
32+
python-openflow==2020.2b2 # via -r requirements/run.in
3333
python-socketio==4.5.1 # via flask-socketio
3434
six==1.15.0 # via flask-cors, python-socketio, traitlets
3535
traitlets==4.3.3 # via ipython

0 commit comments

Comments
 (0)