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

controllers: use short SHA in chart SemVer meta #507

Merged
merged 1 commit into from
Dec 3, 2021

Commits on Dec 2, 2021

  1. controllers: use short SHA in chart SemVer meta

    As the full version can be used as a label value, the full SHA from the
    reference takes up too much space from the 63 characters available in
    total.
    
    To mitigate against this, we now take a "short" version of the first 12
    characters, which was still unique for the Linux kernel in 2019 with
    875.000 commits:
    http://git-scm.com/book/en/v2/Git-Tools-Revision-Selection#Short-SHA-1
    
    This should be sufficient to safely detect all changes within the
    context of operations.
    
    Signed-off-by: Hidde Beydals <[email protected]>
    hiddeco committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    5ddeb09 View commit details
    Browse the repository at this point in the history