Skip to content

Commit

Permalink
[*] updates for ansible-2.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ownport committed Nov 10, 2019
1 parent c42ec3f commit f34b204
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.3.3

- updated python versions
ansible, 2.8.6
PyYAML, 5.1.2
paramiko, 2.6.0
jinja2, 2.10.3
markupsafe, 1.1.1

## 0.3.2

- added test docker image for ansible node (CentOS7)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VERSION ?= 'v0.3.2'
VERSION ?= 'v0.3.3'
TARBALL_NAME ?= portable-ansible-$(VERSION)


Expand Down
10 changes: 5 additions & 5 deletions conf/requirements
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ansible==2.8.5
PyYAML==3.12
paramiko==2.4.2
ansible==2.8.6
PyYAML==5.1.2
paramiko==2.6.0
pyasn1==0.4.7
asn1crypto==1.2.0
bcrypt==3.1.7
cffi==1.13.0
PyNaCl==1.3.0
jinja2==2.10.1
jinja2==2.10.3
six==1.12.0
markupsafe==1.0
markupsafe==1.1.1
cryptography==2.8

0 comments on commit f34b204

Please sign in to comment.