So I published my first home assistant addon as a locally built container and ran into issues when someone wanted to leverage it due to the pinned dependencies on alpine.
I since integrated the CI/CD steps for publishing to docker hub when I publish a release.
However the version within config I still left as dev
which is what shows up through HA.
Should part of the dev flow be bumping this version at the same time? How does HA resolve the version to fetch?