Version the image builders#135
Merged
Merged
Conversation
Clarifying some of the steps and change heading case
Contributor
|
why not "image_builder_version" or similar? Something more explicit than just "ib_version", to make sure everyone will always know what it means... |
Contributor
|
First version is 0.0.1 instead of 1.0.0? What is the meaning of each digit? |
Add stage with guide on how to handle versions. This describes how to update the version of the image builders and what to do before releasing if you don't need to update the version.
Member
Author
I have made the change |
Member
Author
I have just checked the SemVer and the initial version should be 0.1.0. The FAQ on the SemVer docs answers lots of questions https://semver.org/#faq |
gmatthews20
requested changes
May 5, 2026
Releasing changes for version 0.0.1. This is the first version to be released for the image builders. By adding the image builders version (ib_version) to the image metadata we can see what version the images were built with.
gmatthews20
approved these changes
May 6, 2026
jose-caballero
approved these changes
May 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To help with debugging VMs as images get older, I am adding a metadata field named "ib_version" to the images. This metadata field will tell us what version of the image builders was used when that image was released.
This adds the version.txt file to track the version, updates the README to include steps, adds the metadata to the build file and updates the changelog version.