Hey everyone!
I just wanted to note a couple big features that have landed in devel in the last week or two that are of note and will end up in the next release.
- AWX now supports Postgres 15 and it is the default version that will be used - PR Link
- After a long wait, I am happy to announce that the AWX Operator now has readiness and liveliness probes, and the migrations run in a k8s job. - PR Link dhageman for your hard work on that. I can’t express how happy I am to have those changes in place.
If you use an external instance of postgres, please note that you we recommend you upgrade to PostgreSQL 15.
To enable readiness checks, set task_readiness_period
on your AWX spec. This may be enabled by default for AWX deployments in a future release, but for now it is an opt in thing. Please see the docs here for more information on how to configure these readiness and liveliness checks:
Big thanks to @kurokobo @TheRealHaoLiu and @aknochow for some quick feedback and fixes for the PostgreSQL 15 work.
Thanks,
AWX Team