AWX 19.0.0

Hello folks,

Today we released AWX 19.0.0. The major version bump is mostly due to moving from Python 3.6 → 3.8. Other than that, there are a whole bunch of bug fixes. See the full changelog at https://github.com/ansible/awx/blob/devel/CHANGELOG.md#1900-april-7-2021.

Happy hacking,

The AWX Team

Looks like the operator install is broken with 19.0.0

minikube kubectl – apply -f https://raw.githubusercontent.com/ansible/awx-operator/devel/deploy/awx-operator.yaml
customresourcedefinition.apiextensions.k8s.io/awxs.awx.ansible.com created
clusterrole.rbac.authorization.k8s.io/awx-operator created
clusterrolebinding.rbac.authorization.k8s.io/awx-operator created
serviceaccount/awx-operator created
deployment.apps/awx-operator created

minikube kubectl get pods
NAME READY STATUS RESTARTS AGE
awx-operator-f768499d-267tg 0/1 ErrImagePull 0 9s

minikube kubectl get events
LAST SEEN TYPE REASON OBJECT MESSAGE
2m39s Normal Scheduled pod/awx-operator-f768499d-267tg Successfully assigned default/awx-operator-f768499d-267tg to minikube
61s Normal Pulling pod/awx-operator-f768499d-267tg Pulling image “quay.io/ansible/awx-operator:0.8.0
59s Warning Failed pod/awx-operator-f768499d-267tg Failed to pull image “quay.io/ansible/awx-operator:0.8.0”: rpc error: code = Unknown desc = Error response from daemon: manifest for quay.io/ansible/awx-operator:0.8.0 not found: manifest unknown: manifest unknown
59s Warning Failed pod/awx-operator-f768499d-267tg Error: ErrImagePull
45s Normal BackOff pod/awx-operator-f768499d-267tg Back-off pulling image “quay.io/ansible/awx-operator:0.8.0

Does https://github.com/ansible/awx-operator/blob/devel/deploy/awx-operator.yaml need to bump the image version?

Hi, in awx-operator.yaml change “quay.io/ansible/awx-operator:0.8.0” to “quay.io/ansible/awx-operator:devel”

Thanks Andrea. Think someone has fixed 0.8.0? Now pulling ok