Hello! We’re pleased to announce a new release and new version for the awx-operator
helm chart. After some work to figure out the release process and chart versioning after splitting into a new repo, version 3.0.0 is here!
What’s new
- Chart.yaml is the source of truth for versions : Add overlay for deployment (#20) · ansible-community/awx-operator-helm@70bac70 · GitHub
- Separate versioning scheme between the chart and
awx-operator
so we can release the chart independently with improvements to helm functionality. Theversion
field holds the chart version while theappVersion
field holds theawx-operator
version that the chart deploys. - Follow the SemVer standard for chart versioning to be consistent with Helm conventions. Versioning was discussed in the Awx-operator helm versioning topic.
- Separate versioning scheme between the chart and
- Use manual chart validation as part of the release process: Changing to manual chart generation validation (#43) · ansible-community/awx-operator-helm@3bba973 · GitHub
- Add overlay for deployment: Add overlay for deployment (#20) · ansible-community/awx-operator-helm@70bac70 · GitHub
- Specify labels and templates in AWX CR template: specify labels and annotations in AWX CR template (#21) · ansible-community/awx-operator-helm@d30ceff · GitHub
- Various updates and improvments to the project README.
Community shout out! 
Big thanks and congratulations to Miles @miles-w-3 for stepping up as a maintainer and putting in so much effort on this release. Great work!
Also thanks to @schen1 and all the other community members who have helped with reviews and providing insights to get us here.
If you’re interesting in joining us, we’d love to have you. Please head over to the awx-operator-helm repository and grab an issue to dig into or find a pull request to review. Cheers!