summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsoftwarefactory-project-zuul[bot] <33884098+softwarefactory-project-zuul[bot]@users.noreply.github.com>2020-08-20 16:34:33 +0200
committerGitHub <noreply@github.com>2020-08-20 16:34:33 +0200
commit9ff47128448e202717f413d915f42a56f897bad3 (patch)
tree159ecea6112d694eac3a04e41d4bfe4f8b7e3919 /CHANGELOG.md
parentMerge pull request #7936 from AlexSCorey/FixesCredentialLookupNotfetchingdata (diff)
parentchangelog for arm64 builds (diff)
downloadawx-9ff47128448e202717f413d915f42a56f897bad3.tar.xz
awx-9ff47128448e202717f413d915f42a56f897bad3.zip
Merge pull request #7948 from ryanpetrello/arm-changelog
changelog for arm64 builds Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 15723a0106..79d1ff8cc3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)
+- AWX images can now be built on ARM64 - https://github.com/ansible/awx/pull/7607
- 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