Skip to content

Commit

Permalink
Merge pull request #177 from napalm-automation/develop
Browse files Browse the repository at this point in the history
napalm-ansible 1.1.0 release
  • Loading branch information
ktbyers authored May 15, 2020
2 parents eebc2a6 + 845723a commit 150ddb3
Show file tree
Hide file tree
Showing 17 changed files with 812 additions and 398 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,17 @@ language: python

python:
- 2.7
- 3.5
- 3.6
- 3.7
- 3.8

env:
- ANSIBLE_VERSION=2.5
- ANSIBLE_VERSION=2.6
- ANSIBLE_VERSION=2.7
- ANSIBLE_VERSION=2.8
- ANSIBLE_VERSION=2.9

install:
- pip install pylama
- pip install -r requirements.txt
- pip install "ansible>=$ANSIBLE_VERSION.0,<$ANSIBLE_VERSION.99"
- pip install -r requirements-dev.txt
- pip install "ansible>=$ANSIBLE_VERSION.0,<$ANSIBLE_VERSION.99"
- pip install -e .

script:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
develop
=====
- Fix issue with -u <username> not working.
- Update tests to use newer Python and to use Ansible 2.8.x or 2.9.x.
- Improving documentation.
- Update module docstring.
- Update napalm_get_facts to allow _get_checkpoint_file for NX-OS
- Update dev tooling to pin dependencies and to install black
- Blacken the code base; exclude from PY27 install

1.0.0
=====

Expand Down
Loading

0 comments on commit 150ddb3

Please sign in to comment.