Skip to content

Commit

Permalink
preparing 2.5.0 release (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Sep 6, 2020
1 parent d02709d commit 1a525a5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <dbarrosop@dravetech.com>"]
license = "Apache 2.0"
Expand Down

0 comments on commit 1a525a5

Please sign in to comment.