From 6df5c0331a5d49ae2b5a61e582bb8880951df3fa Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Mon, 28 Jun 2021 12:20:18 -0400 Subject: [PATCH 1/2] Use Ansible Runner 2.0.0 release --- requirements/requirements.in | 2 +- requirements/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements.in b/requirements/requirements.in index f33f7df959..09cd7b1f93 100644 --- a/requirements/requirements.in +++ b/requirements/requirements.in @@ -1,5 +1,5 @@ aiohttp -ansible-runner==2.0.0.0rc3 +ansible-runner==2.0.0 ansiconv==1.0.0 # UPGRADE BLOCKER: from 2013, consider replacing instead of upgrading asciichartpy autobahn>=20.12.3 # CVE-2020-35678 diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 819c97f2f3..a14b143963 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -4,7 +4,7 @@ aiohttp==3.6.2 # via -r /awx_devel/requirements/requirements.in aioredis==1.3.1 # via channels-redis -ansible-runner==2.0.0.0rc3 +ansible-runner==2.0.0 # via -r /awx_devel/requirements/requirements.in ansiconv==1.0.0 # via -r /awx_devel/requirements/requirements.in From 73bb4755034fa90b9dfba754c95125e18692cb23 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Mon, 28 Jun 2021 12:25:44 -0400 Subject: [PATCH 2/2] Bump version + changelog --- CHANGELOG.md | 5 +++++ VERSION | 2 +- awxkit/VERSION | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a5d8ea11..042fc26808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +# 19.2.2 (June 28, 2021) + +- Fixed bug where symlinks pointing to directories were not preserved (https://github.com/ansible/ansible-runner/pull/736) +- Various bugfixes found during testing (https://github.com/ansible/awx/pull/10532) + # 19.2.1 (June 17, 2021) - There are now 2 default Instance Groups: 'controlplane' and 'default' (https://github.com/ansible/awx/pull/10324) diff --git a/VERSION b/VERSION index 34716091d4..d16f3ea71e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -19.2.1 +19.2.2 diff --git a/awxkit/VERSION b/awxkit/VERSION index 34716091d4..d16f3ea71e 100644 --- a/awxkit/VERSION +++ b/awxkit/VERSION @@ -1 +1 @@ -19.2.1 +19.2.2