add a deprecation warning for mercurial project syncs

see: https://github.com/ansible/awx/issues/7932
This commit is contained in:
Ryan Petrello
2020-08-19 11:02:28 -04:00
parent d452c1d7a9
commit 612bb81976
3 changed files with 19 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
This is a list of high-level changes for each release of AWX. A full list of commits can be found at `https://github.com/ansible/awx/releases/tag/<version>`.
## 14.1.0 (TBD)
- Deprecated official support for Mercurial-based project updates - https://github.com/ansible/awx/issues/7932
- Added the ability to import YAML-based resources (instead of just JSON) when using the AWX CLI - https://github.com/ansible/awx/pull/7808
- Updated the AWX CLI to export labels associated with Workflow Job Templates - https://github.com/ansible/awx/pull/7847
- Updated to the latest python-ldap to address a bug - https://github.com/ansible/awx/issues/7868