From f34b204e16fe2305fb40399fc727ca2eea7b25aa Mon Sep 17 00:00:00 2001 From: ownport Date: Sun, 10 Nov 2019 10:19:31 +0200 Subject: [PATCH] [*] updates for ansible-2.8.6 --- CHANGELOG.md | 9 +++++++++ Makefile | 2 +- conf/requirements | 10 +++++----- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8507a0..68f1ebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Makefile b/Makefile index 23f6f91..e3b146c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION ?= 'v0.3.2' +VERSION ?= 'v0.3.3' TARBALL_NAME ?= portable-ansible-$(VERSION) diff --git a/conf/requirements b/conf/requirements index 665d793..f8133a1 100644 --- a/conf/requirements +++ b/conf/requirements @@ -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