From 2799d09d5531542154cd82e645a99700a0e0e95d Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Tue, 23 Mar 2021 11:23:59 -0400 Subject: [PATCH] add a CHANGELOG note about the move to Quay --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43470da520..49fcf77ad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ 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 Kubernetes installer has been removed in favor of [AWX Operator](https://github.com/ansible/awx-operator). Official images for Operator-based installs are no longer hosted on Docker Hub, but are instead available on [Quay](https://quay.io/repository/ansible/awx?tab=tags). - 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 https://github.com/ansible/awx/pull/9570