stefanprodan / kube-tools

Kubernetes tools for GitHub Actions CI
Apache License 2.0
190 stars 52 forks source link

New Release/Tag should be created to match current tools #33

Open ahanafy opened 3 years ago

ahanafy commented 3 years ago

https://github.com/stefanprodan/kube-tools/blob/master/README.md Readme includes reference to the latest tools added, but the Actions tag does not include those tools: stefanprodan/kube-tools@v1 Also the latest release v1.5.0 does not include those tools either. Here is the tools included with v1.5.0: conftest helm helmv3 jq kubectl kubeval kustomize yq The HEAD of master branch includes the following: conftest helm helmv3 jq kubeaudit kubectl kubeseal kubeval kustomize yq

A new release/tag should be created and the Readme could be updated to include the latest tag.

ellieayla commented 3 years ago

stefanprodan/kube-tools@v1.5.0 has an old conftest binary;

docker run -it stefanprodan/kube-tools:v1.5.0 sh
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
>>> Executing command <<<

# conftest --version
Version: 0.18.2
Commit: 510358a
Date: 2020-04-26T09:55:50Z