- Update the version string in
version.txt
. - Update the version in
quickstart.yaml
. - Add new release notes to
CHANGELOG.md
. - Commit changes, push, and open a release preparation pull request for review
- Once the pull request is approved and merged, fetch the updated
main
branch - Add a tag to the
main
branch with the new version in the following format:v1.2.3
. - Push the new version tag up to the project repository to kick off the CI workflow, which will package and publish the image to Docker Hub.
- Update the Draft Release with proper release notes (copied from CHANGELOG or auto-generated).
- Update the Honeycomb Helm Chart with the changes