diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0f5daa1f..df4a755f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,21 @@ Changelog ========== +2.5.0 - September 4 2020 +------------------------ + +* migrate to github actions :issue:`491` :user:`dbarrosop` +* Delete /tmp/hosts before running gitlab plugin notebook cell :issue:`500` :user:`dmfigol` +* Do not store failed connections in host attributes :issue:`497` :user:`dmfigol` +* Improved whitespace handling in jinja template rendering :issue:`528` :user:`indy-independence` +* pass ssh_config only if file exists :issue:`538` :user:`dbarrosop` +* Allow nornir 2.x to use NAPALM 3.x without warnings :issue:`545` :user:`ktbyers` +* Remove None default for source of napalm_ping :issue:`556` :user:`ThreeFDDI` +* Update processors.ipynb :issue:`566` :user:`pablopenton` +* NBInventory - adds device name if no primary IP :issue:`534` :user:`jvanderaa` +* Adding license meta information to pyproject.toml :issue:`581` :user:`ktbyers` +* fix netconf tests to accommodate latest container :issue:`582` :user:`dbarrosop` + 2.4.0 - February 15 2020 ------------------------ diff --git a/pyproject.toml b/pyproject.toml index 166abd39..1b0039c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "nornir" -version = "2.4.0" +version = "2.5.0" description = "Pluggable multi-threaded framework with inventory management to help operate collections of devices" authors = ["David Barroso "] license = "Apache 2.0"