Skip to content

Commit

Permalink
Merge 3d6242a into 70c025b
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Jul 12, 2018
2 parents 70c025b + 3d6242a commit 3bc342d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
1.1.0 - July 12 2018
====================

+ [PLUGIN_IMPROVEMENT] print_result is now thread safe #182
+ [DOCUMENTATION] Minor fixes to documentation #179 #178 #178 #153 #148 #145
+ [TESTS] replace nsot container with requests-mock #172
+ [PLUGIN_IMPROVEMENT] Support SSH Agent forwarding for paramiko SSH connections #159
+ [PLUGIN_IMPROVEMENT] allow passing options to napalm getters #156
+ [CORE_NEW_FEATURE] Filter object #155
+ [PLUGIN_BUGFIX] Fix for SSH and API port mapping issues #154
+ [CORE_NEW_FEATURE] add to_dict function so the inventory is serializable #146
+ [CORE_BUGFIX] Fix issues with using built-in and overwriting variable with loop variable #144


1.0.1 - May 16 2018
===================

+ [CORE] Rename brigade to nornir #139


1.0.0 - May 4 2018
==================

+ [CORE] First release
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__author__ = "dbarrosop@dravetech.com"
__license__ = "Apache License, version 2"

__version__ = "1.0.1"
__version__ = "1.1.0"

setup(
name="nornir",
Expand Down

0 comments on commit 3bc342d

Please sign in to comment.