Skip to content

Releases: piraces/kube-score-ga

v0.1.3

17 Sep 14:53
Compare
Choose a tag to compare

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

20 Apr 17:26
Compare
Choose a tag to compare

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

13 Sep 15:32
Compare
Choose a tag to compare

📄 Improved documentation for the Github Action.

First public release

13 Sep 15:07
Compare
Choose a tag to compare

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.