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

Adds helm chart to app version matrix #1714

Merged
merged 5 commits into from
Jan 3, 2024
Merged

Commits on Dec 27, 2023

  1. Adds helm chart to app version matrix

      * Previously, there was not an easy way to correlate the app version
        to a helm chart version.  Many people ask this question in public
        slack channel or must get data themselves.  This adds a script
        to produce the desired matrix data as a table, json, or yaml output
        to help folks who are upgrading.
    
    Signed-off-by: Corey Osman <[email protected]>
    logicminds committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    a6b6e48 View commit details
    Browse the repository at this point in the history
  2. Remove bin directory from gitignore

      * Previously the bin directory was being ignored despite this being
        a logical place to contain scripts.  It has been re-enabled
        and the python script was added as a result.
    
      * Update script to handle edge releases better
    
    Signed-off-by: Corey Osman <[email protected]>
    logicminds committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    ce5cac7 View commit details
    Browse the repository at this point in the history
  3. Add build release matrix to build target

    Signed-off-by: Corey Osman <[email protected]>
    logicminds committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    7f55887 View commit details
    Browse the repository at this point in the history
  4. Rebase and regenerate matrix with 2.14.7

    Signed-off-by: Corey Osman <[email protected]>
    logicminds committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    d0a7e2d View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    744f220 View commit details
    Browse the repository at this point in the history