This repository has been archived by the owner on Apr 9, 2023. It is now read-only.
Install script doesn't preserves package versions for yq and jq #49
Labels
bug
Something isn't working
On recent kube-tools upgrade our github pipeline break due to upgrade of
yq
version from 3 to 4 with this change: 642a102We were using branch v1 in the pipiline step:
uses: stefanprodan/kube-tools@v1
And now we cannot just switch to a tag to achieve proper version pin (
uses: stefanprodan/[email protected]
) because install script doesn't have a version pin. https://github.com/stefanprodan/kube-tools/blob/v1.5.0/src/install.shBasically it means that docker image rebuild is not giving reproducible result, and that's really bad.
The text was updated successfully, but these errors were encountered: