summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPhilip Douglass <philip.douglass@amadeus.com>2020-08-21 18:39:28 +0200
committerPhilip Douglass <philip.douglass@amadeus.com>2020-08-21 18:53:51 +0200
commit2d23748971c155707f19e84b18e9ef4ff2a3c2a4 (patch)
tree9cffa49f26f351ac127719d686ae1d82824a55f0 /CHANGELOG.md
parentImplement Remote Archive SCM Type for ui_next (diff)
downloadawx-2d23748971c155707f19e84b18e9ef4ff2a3c2a4.tar.xz
awx-2d23748971c155707f19e84b18e9ef4ff2a3c2a4.zip
Add Remote Archive SCM Type feature to CHANGELOG.md
Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
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 60f79d4f57..3d6a657365 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@ This is a list of high-level changes for each release of AWX. A full list of com
## 14.1.0 (TBD)
- AWX images can now be built on ARM64 - https://github.com/ansible/awx/pull/7607
+- Added the Remote Archive SCM Type to support using immutable artifacts and releases (such as tarballs and zip files) as projects - https://github.com/ansible/awx/issues/7954
- Deprecated official support for Mercurial-based project updates - https://github.com/ansible/awx/issues/7932
- Added resource import/export support to the official AWX collection - https://github.com/ansible/awx/issues/7329
- Added the ability to import YAML-based resources (instead of just JSON) when using the AWX CLI - https://github.com/ansible/awx/pull/7808