Releases: ansible/awx-operator
2.12.2
What's Changed
- Separated out the custom receptor CA section to its own section (@tvo318 #1707)
- Fixed syntax error in Mesh Ingress documentation (@fosterseth #1720)
- Added description for the
--force-conflicts
option to upgrade CRDS (@kurokobo #1717) - Added more content for the AWX Mesh Ingress documentation (@kurokobo #1724)
- Corrected indentation for annotations for the AWX Mesh Ingress roles templates (@kurokobo #1723)
- Updated Dockerfile operator-framework/ansible-operator version to 1.34.0 (@mattmiller87 #1714)
- Fixed bug where uppercase Route fails (@TheRealHaoLiu #1731)
New Contributors
- @mattmiller87 made their first contribution in #1714
Full Changelog: 2.12.1...2.12.2
AWX
Released with AWX v23.9.0
2.12.1
What's Changed
- Increased lock down of websocket path (@chrismeyersfsu #1710)
- Reverted the removal trim symbol before endif (@kurokobo #1715)
- Added new mesh ingress documentation for the operator (@TheRealHaoLiu #1706)
Full Changelog: 2.12.0...2.12.1
AWX
Released with AWX v23.8.1
2.12.0 (Not recommended)
Known issues
There are repeated errors recorded in the task pod. Adding web instance to websocket broadcast list is failing due to wsrelay failure. Confirmed that this also occurs on minimal fresh deployment in addition to upgraded instances. Operator completes reconciliation without any errors. (@kurokobo ansible/awx#14876)
What's Changed
- Added support annotation to CSV (@TheRealHaoLiu #1702)
- Added AWXMeshIngress description to CSV (@TheRealHaoLiu #1703)
- Fixed API version in the
awxmeshingress-demo.yml
file (@TheRealHaoLiu #1700) - Updated the Helm Chart README (@TheRealHaoLiu #1704)
- Added
customSecrets
andcustomVolumes
values to Helm Chart to simplify the creation of resources for PoC (@sbilque #1690) - Removed empty
statusDescriptor
because it fails validation (@rooftopcellist #1708) - Allowed connecting to websockets via
api/websocket/
(@chrismeyersfsu #1709)
New Contributors
- @sbilque made their first contribution in #1690
- @chrismeyersfsu made their first contribution in #1709
Full Changelog: 2.11.0...2.12.0
AWX
Released with AWX v23.8.0
2.11.0
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
2.10.0
What's Changed
- Fix PG Restore Force Drop DB flag by @rooftopcellist in #1665
- Fix link for Assigning AWX pods to specific nodes by @akira6592 in #1656
- Remove unnessary chmod and chown for db dump by @TheRealHaoLiu in #1667
- add 'extraDeploy' value to Helm Chart to allow deploying additional r… by @justsomescripts in #1640
- Refactor to resolve the linter warnings on PRs by @rooftopcellist in #1668
New Contributors
- @akira6592 made their first contribution in #1656
Full Changelog: 2.9.0...2.10.0
AWX
Released with AWX v23.6.0
2.9.0
What's Changed
- awx-operator-controller-manager reduce limit to 30 times as much as request by @klml in #1575
- Update service.yaml.j2 by @gtomilko in #1641
- Remove reference to cluster.local by @imedaouidene in #1566
- Add option to force drop database before restore by @TheRealHaoLiu in #1639
- Enhance documentation for basic install by @laurent-indermuehle in #1621
- Bump Ansible Operator SDK version to 1.32.0 for OS updates by @rooftopcellist in #1651
- Adding in Kind specific install docs by @rooftopcellist in #1643
- Always check and wait for a restore pg_restore to finish by @rooftopcellist in #1652
- Update upgrading.md by @daynebenn in #1660
- update deprecated collections path variable by @justsomescripts in #1648
New Contributors
- @klml made their first contribution in #1575
- @laurent-indermuehle made their first contribution in #1621
- @daynebenn made their first contribution in #1660
Full Changelog: 2.8.0...2.9.0
AWX Also released with version 23.5.1
2.8.0
What's Changed
- Fix operator-hub release CI when triggering from release by @TheRealHaoLiu in #1623
- Fix PRE_VERSION in Makefile by @TheRealHaoLiu in #1625
- Fix PREV_VERSION variable in Makefile - again by @TheRealHaoLiu in #1628
- Add ability to mount custom volumes in the postgres pod by @rooftopcellist in #1626
- Fix operator-hub publishing automation by @TheRealHaoLiu in #1630
- 1586: awx-operator restore from PVC is not working by @romankuzmik in #1603
- Omit storage resource limit if empty by @TheRealHaoLiu in #1637
- Remove TOC and add link to published docs by @samccann in #1526
New Contributors
- @romankuzmik made their first contribution in #1603
Full Changelog: 2.7.2...2.8.0
AWX
Released with AWX v23.5.0
2.7.2
What's Changed
- Revert "Stage and promote operator catalog and bundle (#1598)" by @TheRealHaoLiu in #1611
- Add workflow_dispatch to promote workflow by @TheRealHaoLiu in #1612
- Fix promote workflow by @TheRealHaoLiu in #1613
- Bump pillow from 9.5.0 to 10.0.1 in /docs by @dependabot in #1608
- Bump kube-rbac-proxy image to v0.15.0 by @rooftopcellist in #1615
- Fix supported_pg_version by @fosterseth in #1614
- Automate publishing to automation hub by @TheRealHaoLiu in #1616
- Add sample AWX CR with resource limits for environments with Resource… by @rooftopcellist in #1554
New Contributors
- @dependabot made their first contribution in #1608
Full Changelog: 2.7.1...2.7.2
AWX
Released with AWX v23.4.0
2.7.1
What's Changed
- docfix - Secret Key Configuration by @coolhome in #1585
- Add background keepalive to awx-manage migrate by @TheRealHaoLiu in #1589
- Remove mailing list from getting involved by @TheRealHaoLiu in #1592
- Change supported OCP range when publishing to OperatorHub by @rooftopcellist in #1599
- Install operator-sdk if needed by @TheRealHaoLiu in #1600
- Fix task deployment indention (#1596) by @intdel in #1597
- Fix spacing for csv file by @TheRealHaoLiu in #1601
- Fix operator-hub publish script on mac by @TheRealHaoLiu in #1584
- Hardcode the link for the operatorhub publish script by @rooftopcellist in #1609
- Stage and promote operator catalog and bundle by @TheRealHaoLiu in #1598
New Contributors
Full Changelog: 2.7.0...2.7.1
AWX Operator
Released with AWX v23.3.1
2.7.0
What's Changed
- Bump ansible-operator to v1.31.0 by @ToxicGLaDOS in #1550
- Allow ability to set security context for postgres deployment by @rakesh561 in #1517
- fix: change type for precreate_partition_hours from string to integer by @kurokobo in #1571
- fix: correct label selector to find task pod by @kurokobo in #1573
- Adding keepalive while doing pg_dump by @TheRealHaoLiu in #1580
Full Changelog: 2.6.0...2.7.0
AWX Operator
Released with AWX: v23.3.0