Announcing AWX 12.0.0

Hey everyone,

We’re excited to announce a new major version of AWX, 12.0.0.

Here are some of the notable changes from the official changelog (https://github.com/ansible/awx/blob/devel/CHANGELOG.md):

~ docker ps
CONTAINER ID        IMAGE                COMMAND                  CREATED             STATUS              PORTS                  NAMES
0399136301c8        ansible/awx:12.0.0   "tini -- /usr/bin/la…"   4 minutes ago       Up 4 minutes        8052/tcp               awx_task
7865c6ffd396        ansible/awx:12.0.0   "tini -- /bin/sh -c …"   4 minutes ago       Up 4 minutes        0.0.0.0:80->8052/tcp   awx_web
ba35c53fdc38        redis                "docker-entrypoint.s…"   4 minutes ago       Up 4 minutes        6379/tcp               awx_redis
4843c1f3af5d        postgres:10          "docker-entrypoint.s…"   4 minutes ago       Up 4 minutes        5432/tcp               awx_postgres

Happy automating!