I’m being asked quite frequently, e.g. during AWX trainings I give, whether there’s a future for AWX. The project itself notes on the main repository:
The last release of this repository was released on Jul 2, 2024. Releases of this project are now paused during a large scale refactoring.
There’s been an occasional post about refactoring here on the forum, but if I’ve been paying attention these posts are also roughly a year old, and not much is being said about AWX.
I’m asking as a community member: can anybody shed some light on the future of AWX?
Y’know I was just thinking of this too. It’s been about a year since the rearchitecture had been announced, and while I see activity on the AWX repository and some of the other github repositories, I was curious if there were any specific updates. A demo or sneak peak of progress that’s been made would be cool.
I’m just a community member like you, so I have no inside knowledge. However, looking just now at the commit activity in https://github.com/ansible/awx since July 2024 is rather more encouraging than I expected. There was a branch made around the end of July ‘24, and a steady stream of commits to both devel and this other branch from then until now. Many of those changes’ commit messages start with AAP-#### indicating their association with an item in a Jira epic. A few others cite CVEs, and a good number look like “plain old work”. There’s also a notable section of removals - particularly authentication methods - which fits well with the stated intention of moving such functionality to a more modular plugin architecture.
The last commit, from Thursday of last week, is “Merge remote-tracking branch ‘awx/devel’ into merge_26_2”. The most recent tag is “24.6.1” from July 2, 2024. I could be misreading tea leaves, but I’m feeling better about the future of AWX after having looked over these commits than I’ve felt in a long time. Thanks for prompting me to look.