What's Changed
- Fixed typo in contributing guidelines (@sey #1677)
- Allowed multiple ingress hosts to be defined when using ingress (@guillaumelfv #1377)
- Moved Adding Execution Nodes to its own section of the Advanced Configuration guide (@tvo318 #1678)
- Corrected syntax on cross references to fix build failures (@tvo318 #1683)
- Updated the "index" file to include the Adding execution nodes section to the documentation navigation (@tvo318 #1684)
- Added changes related to multi-architecture builds and publishing so that there is official container images that can be built from a single command and that on
quay.io/ansible/awx-operator
, those same multi-architecture images are available for consumption (@jon-nfc #1681) - Moved TCP keepalive to
pg_listener
specific db setting to align withLISTENER_DATABASES
setting (@TheRealHaoLiu #1687) - Updated docsite link to not include version (@kurokobo #1693)
- Fixed URL for
makefile
ansible-operator (@dmzoneill #1696) - Added AWXMeshIngress custom resource to require ansible/awx#14640 to function (@TheRealHaoLiu #1578)
Known issues
- Newly added AWXMeshIngress will not function with default image shipped in this release. Please look forward to our next release that includes changes in ansible/awx#14640 for this functionality.
- For helm-chart users additional manual step needed to update CRDs due to https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#some-caveats-and-explanations use the following command to update the CRDs
$ kubectl apply --server-side -k github.com/ansible/awx-operator/config/crd?ref=2.11.0
customresourcedefinition.apiextensions.k8s.io/awxbackups.awx.ansible.com serverside-applied
customresourcedefinition.apiextensions.k8s.io/awxmeshingresses.awx.ansible.com serverside-applied
customresourcedefinition.apiextensions.k8s.io/awxrestores.awx.ansible.com serverside-applied
customresourcedefinition.apiextensions.k8s.io/awxs.awx.ansible.com serverside-applied
New Contributors
- @sey made their first contribution in #1677
- @tvo318 made their first contribution in #1678
- @jon-nfc made their first contribution in #1681
- @dmzoneill made their first contribution in #1696
Full Changelog: 2.10.0...2.11.0
AWX
Released with AWX v23.7.0