diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2020-08-11 18:52:52 +0200 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2020-08-11 18:52:52 +0200 |
commit | 5fb1b1ceea9512c75a5e70e7e9027b533574ec57 (patch) | |
tree | a7274561c39af17da3baa8a695c028b022f329ac /CHANGELOG.md | |
parent | Merge pull request #7871 from ryanpetrello/upgrade-ldap (diff) | |
download | awx-5fb1b1ceea9512c75a5e70e7e9027b533574ec57.tar.xz awx-5fb1b1ceea9512c75a5e70e7e9027b533574ec57.zip |
changelog updates for recent additions
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 63473b431e..f482fe3a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,11 @@ 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) +- 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 +- Upgraded git-python to fix a bug that caused workflows to sometimes fail - https://github.com/ansible/awx/issues/6119 +- Fixed a bug in the AWX CLI that prevented Workflow nodes from importing properly - https://github.com/ansible/awx/issues/7793 ## 14.0.0 (Aug 6, 2020) - As part of our commitment to inclusivity in open source, we recently took some time to audit AWX's source code and user interface and replace certain terminology with more inclusive language. Strictly speaking, this isn't a bug or a feature, but we think it's important and worth calling attention to: |