Skip to content

Commit 150ddb3

Browse files
authored
Merge pull request #177 from napalm-automation/develop
napalm-ansible 1.1.0 release
2 parents eebc2a6 + 845723a commit 150ddb3

17 files changed

+812
-398
lines changed

.travis.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,17 @@ language: python
22

33
python:
44
- 2.7
5-
- 3.5
65
- 3.6
6+
- 3.7
7+
- 3.8
78

89
env:
9-
- ANSIBLE_VERSION=2.5
10-
- ANSIBLE_VERSION=2.6
11-
- ANSIBLE_VERSION=2.7
1210
- ANSIBLE_VERSION=2.8
11+
- ANSIBLE_VERSION=2.9
1312

1413
install:
15-
- pip install pylama
16-
- pip install -r requirements.txt
17-
- pip install "ansible>=$ANSIBLE_VERSION.0,<$ANSIBLE_VERSION.99"
1814
- pip install -r requirements-dev.txt
15+
- pip install "ansible>=$ANSIBLE_VERSION.0,<$ANSIBLE_VERSION.99"
1916
- pip install -e .
2017

2118
script:

CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
develop
2+
=====
3+
- Fix issue with -u <username> not working.
4+
- Update tests to use newer Python and to use Ansible 2.8.x or 2.9.x.
5+
- Improving documentation.
6+
- Update module docstring.
7+
- Update napalm_get_facts to allow _get_checkpoint_file for NX-OS
8+
- Update dev tooling to pin dependencies and to install black
9+
- Blacken the code base; exclude from PY27 install
10+
111
1.0.0
212
=====
313

0 commit comments

Comments
 (0)