Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog versions and releases to docker hub are untethered #152

Open
mlissner opened this issue Oct 18, 2022 · 0 comments
Open

Changelog versions and releases to docker hub are untethered #152

mlissner opened this issue Oct 18, 2022 · 0 comments

Comments

@mlissner
Copy link
Member

I guess this is no surprise, but we need to do something to make our release notes match up with our releases to docker hub.

For example, a few days ago the changelog says we released version 0.3.0. That's cool, but we stopped tagging our docker builds that way and instead use git hashes now.

This doesn't affect us in prod because we just deploy the correct tag from docker when we deploy, BUT for anybody reading our release notes, this is not good, since they can't choose which version they want.

I guess we need to either:

  • Go all in on the git hashes and start putting them into the release notes (and thus give up semantic versioning).
  • Figure out how to put the version number into the repo somehow and make sure that we remember to update it when needed. Also, add the tag to the builds we push to docker.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant