mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Merge pull request #10536 from shanemcd/bump-19.2.2
Bump versions for AWX 19.2.2 Reviewed-by: Seth Foster <None> Reviewed-by: Elijah DeLee <kdelee@redhat.com> Reviewed-by: Rebeccah Hunter <rhunter@redhat.com>
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# 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)
|
# 19.2.1 (June 17, 2021)
|
||||||
|
|
||||||
- There are now 2 default Instance Groups: 'controlplane' and 'default' (https://github.com/ansible/awx/pull/10324)
|
- There are now 2 default Instance Groups: 'controlplane' and 'default' (https://github.com/ansible/awx/pull/10324)
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
19.2.1
|
19.2.2
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
aiohttp
|
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
|
ansiconv==1.0.0 # UPGRADE BLOCKER: from 2013, consider replacing instead of upgrading
|
||||||
asciichartpy
|
asciichartpy
|
||||||
autobahn>=20.12.3 # CVE-2020-35678
|
autobahn>=20.12.3 # CVE-2020-35678
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ aiohttp==3.6.2
|
|||||||
# via -r /awx_devel/requirements/requirements.in
|
# via -r /awx_devel/requirements/requirements.in
|
||||||
aioredis==1.3.1
|
aioredis==1.3.1
|
||||||
# via channels-redis
|
# via channels-redis
|
||||||
ansible-runner==2.0.0.0rc3
|
ansible-runner==2.0.0
|
||||||
# via -r /awx_devel/requirements/requirements.in
|
# via -r /awx_devel/requirements/requirements.in
|
||||||
ansiconv==1.0.0
|
ansiconv==1.0.0
|
||||||
# via -r /awx_devel/requirements/requirements.in
|
# via -r /awx_devel/requirements/requirements.in
|
||||||
|
|||||||
Reference in New Issue
Block a user