summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorShane McDonald <me@shanemcd.com>2021-03-18 23:56:31 +0100
committerShane McDonald <me@shanemcd.com>2021-03-18 23:56:47 +0100
commit9f91190f4b092816c3819fd6354630ac8a0a1d7e (patch)
treec70735616139be14b00715a13035036f3a2e0d22 /CHANGELOG.md
parentBump version to 18.0.0 (diff)
downloadawx-9f91190f4b092816c3819fd6354630ac8a0a1d7e.tar.xz
awx-9f91190f4b092816c3819fd6354630ac8a0a1d7e.zip
Add changelog entries for installer directory and custom venv removals
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a511d3543c..0b3fffc5a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,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>`.
-# (March TBD, 2021)
+# (March 19, 2021)
**IMPORTANT INSTALL AND UPGRADE NOTES**
@@ -26,6 +26,11 @@ To learn more about Ansible Builder and Execution Environments, see: https://www
### Other Notable Changes
+- Removed `installer` directory.
+ - The Kubernetes installer has been removed in favor of [AWX Operator](https://github.com/ansible/awx-operator).
+ - The "Local Docker" install method has been removed in favor of the development environment. Details can be found at: https://github.com/ansible/awx/blob/devel/tools/docker-compose/README.md
+- Removal of custom virtual environments https://github.com/ansible/awx/pull/9498
+ - Custom virtual environments have been replaced by Execution Environments
- Added user interface for the activity stream: https://github.com/ansible/awx/pull/9083
- Converted many of the top-level list views (Jobs, Teams, Hosts, Inventories, Projects, and more) to a new, permanent table component for substantially increased responsiveness, usability, maintainability, and other 'ility's: https://github.com/ansible/awx/pull/8970, https://github.com/ansible/awx/pull/9182 and many others!
- Added click-to-expand details for job tables