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

2020.2b2

Pre-release
Pre-release

Choose a tag to compare

@hdiogenes hdiogenes released this 27 Oct 18:06
· 59 commits to master since this release
ea67f7a

This is the second beta release of "itamar" (2020.2b2).

  • Added authentication to REST methods based on configuration option
  • Create config field on Interface
  • Added new exception KytosLinkCreationError
  • [docs] Created a template blueprint - EP000
  • [docs] Added of_lldp's new REST Endpoints
  • [docs] Added "Kytos UI Components" section to Dev Guide
  • [docs] New note about the creation of UI folders
  • [tests] Added pydocstyle as a required linter
  • [docs] Updated old blueprints to include standard headers
  • [docs] Moved section "Creating a NApp with UI" to the Web-UI documentation
  • [docs] Use friendlier apt command instead of apt-get
  • [docs] Updated Authentication documentation
  • [docs] Updated tutorial "How protect a REST endpoint"
  • [tests] Changed tests to use multiple-letter keys in mock link metadata
  • Removed hard-coded python3.6 references
  • [packaging] Remove the use of distutils from setup.py
  • Improved support for newer versions of Python
  • Fixed exception when kytosd cannot update the web UI from GitHub
  • Fixed parsing of vlan_pool configuration option
  • [tests] Fixed test_logs for Python 3.8
  • [tests] Fixed automated packaging tests under GitHub Actions