diff --git a/CHANGELOG.md b/CHANGELOG.md index dfba7d5..42b66ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.3.0 + +Upgrade to versions: + +- Ansible, 2.8.0 +- PyYAML, 5.1 +- Jinja2, 2.10.1 +- cryptography, 2.7 +- paramiko, 2.4.2 +- six, 1.12.0 + ## 0.2.2 - [x] added extras/ directory for custom python modules diff --git a/Makefile b/Makefile index 22a80f0..1b4649b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION ?= 'v0.2.2' +VERSION ?= 'v0.3.0' TARBALL_NAME ?= portable-ansible-$(VERSION) diff --git a/README.md b/README.md index 1f41f81..246c8c2 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,16 @@ Ansible package with required python modules. No need to install, just download, ## Included in the distribution -Version: 0.2.2 +Version: 0.3.0 | Package | Version | | -------- | ------- | -| ansible | 2.7.8 | -| jinja2 | 2.10 | +| ansible | 2.8.0 | +| jinja2 | 2.10.1 | | PyYAML | 3.12 | -| paramiko | 2.4.1 | -| six | 1.11.0 | -| cryptography | 2.4.2 | +| paramiko | 2.4.2 | +| six | 1.12.0 | +| cryptography | 2.7 | ## How to install and use @@ -23,7 +23,7 @@ You just need to download latest version of portable-ansible tarball (.tar.bz2) Releases page https://github.com/ownport/portable-ansible/releases and unpack the files ```sh -$ wget https://github.com/ownport/portable-ansible/releases/download/v0.2.1/portable-ansible-v0.2.1-py2.tar.bz2 -O ansible.tar.bz2 +$ wget https://github.com/ownport/portable-ansible/releases/download/v0.3.0/portable-ansible-v0.3.0-py2.tar.bz2 -O ansible.tar.bz2 $ tar -xjf ansible.tar.bz2 $ python ansible localhost -m ping [WARNING]: provided hosts list is empty, only localhost is available diff --git a/conf/requirements b/conf/requirements index bcb92e4..2a30e46 100644 --- a/conf/requirements +++ b/conf/requirements @@ -1,7 +1,7 @@ ansible==2.8.0 PyYAML==3.12 -paramiko==2.4.1 -jinja2==2.10 -six==1.11.0 +paramiko==2.4.2 +jinja2==2.10.1 +six==1.12.0 markupsafe==1.0 -cryptography==2.4.2 +cryptography==2.7