Releases: piraces/kube-score-ga
Releases · piraces/kube-score-ga
v0.1.3
Changes:
- Addressed npm vulnerabilities and resolved them.
- All packages have been upgraded to the latest versions (except for
glob
). - Cleanup.
- Update docs in README.md to document helm and kustomize usage with this action #2 .
v0.1.2
New features:
- Added new feature to specify an output file instead of printing the analysis on stdout (as requested in #1). Parameter: 'output-file'.
Others:
- Addressed npm vulnerabilities and resolved them.
- All packages have been upgraded to the latest versions.
- Cleanup.
v0.1.1
📄 Improved documentation for the Github Action.
First public release
This is the first release of the Kube-score Github Action.
This Github Actions allows running the kube-score tool with pre-selected multiple manifests folders and multiple options.
This GA, allows the user to specify the version of kube-score to use, the manifests to test, and if the user wants to ignore the exit code provided by kube-score (usefull in some cases).
This action will fail in the workflow if kube-score detects a critical error.
Very useful when working with Kubernetes manifests.