-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new versions.json and update build and release workflow to use it (…
…#3) * Add new versions.json and update build and release workflow to use it * Debug logging * Correct function name * Change to pass matrix json * Remove raw for tools object * Escape tools json * Remove escaping * Fix quoting * confirmation step * Stop quoting the * Use double quotes * add r to revision number and fix all versions tag * Add deprecations and add naming to all versions tag * Clean up some logic for getting the k8s version * Use env vars for image paths * fix env vars * Use correct variable * Update Readme * Only run on versions.json change * Change revision to be random 4 char string * Only apply revision to main builds * change to 6 char random revision * Update readme * Change to revision hash driven from versions.json * Update readme * Update deprecations node * Fix revision hash not being passed through
- Loading branch information
Showing
3 changed files
with
147 additions
and
62 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"tools": { | ||
"kubectl": [ | ||
"1.31.1", | ||
"1.30.5", | ||
"1.29.9", | ||
"1.28.14" | ||
], | ||
"helm": [ | ||
"3.16.1" | ||
], | ||
"powershell": [ | ||
"7.4.5" | ||
] | ||
}, | ||
"latest": "1.30", | ||
"revisionHash": "Juaa5J", | ||
"deprecations": { | ||
"1.26": { | ||
"latestTag": "1.26@sha256:a0892db7be9d668eceba2ce0c56ed82b2a58ff205ffea27a98e40825143b63f" | ||
}, | ||
"1.27": { | ||
"latestTag": "1.27@sha256:9d1ce87c37a33582bd3bb0b2e2d54d7a6bc0e71d659a1132acd3893c9645a507" | ||
} | ||
} | ||
} |