mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03: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:
commit
ce20c8e77b
@ -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)
|
||||
|
||||
@ -1 +1 @@
|
||||
19.2.1
|
||||
19.2.2
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user