Skip to content

Tags: GnatorX/pluto

Tags

v2.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding a namespace flag to restrict helm checking (FairwindsOps#77)

* Adding a namespace flag to restrict helm checking

* Update kind node image

v2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add namespace to wide output (FairwindsOps#76)

* add namespace to wide output

* update functional tests for namespace output. make tests run on newer versions of kind

v2.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ingresses in extensions/v1beta1 to versions list (FairwindsOps#72)

* Add ingresses in extensions/v1beta1 to versions list

* Review suggestions

v2.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
don't show duplicate deployed releases (FairwindsOps#63). add release…

… name to the name output for helm (FairwindsOps#67) (FairwindsOps#69)

* should not show duplicate deployed releases and adds release name to output for helm

* fixing e2e tests

* another try at fixing e2e testing expected output format

* adding back spacing at end to see if e2e runs successfully

* removing debug log line

* removing extra space from e2e tests

* Update pkg/helm/helm.go

Co-Authored-By: Andrew Suderman <andrew@sudermanjr.com>

* deleting hostpath-provisioner helm chart which is throwing off spacing in e2e

* Trying a new codecov yaml

* break out marshal functionality a bit more

Co-authored-by: Andrew Suderman <andrew@sudermanjr.com>

v2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add options for list output to cover all our standard output options (F…

…airwindsOps#68)

* add options for list output to cover all our standard output options

* Fix json output in e2e tests

* Move output to the list function. Increase test cov

v1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Changing from pure deprecated to DeprecatedIn. Enable yaml and json f…

…or helm detection (FairwindsOps#45)

* Changing from pure deprecated to deprecatedIn

* Fixing static files functional tests

* Updating README with new output

* Fix helm3 functional tests

* Adding cli validation test. Updating helm2

* Review suggestion. Also make output flag available on all detection types

v1.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
better error messaging for invalid helm manifest yaml (FairwindsOps#41)

v1.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing homebrew to put correct name (FairwindsOps#38)

v1.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding brew tap to goreleaser. Update README with exit codes and home…

…brew. (FairwindsOps#36)

* Adding brew tap to goreleaser

* Adding brew tap installation to readme

* Update goreleaser and check the config

v1.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding exit codes (FairwindsOps#30)

* Adding exit codes

Fixing returnCode on stdin. Update some e2e tests

More tests for exit codes

* bad comment and whitespace removal

* Functional test coverage for the ignore all flag

* Update cmd/root.go

Co-Authored-By: Luke Reed <luke@fairwinds.com>

Co-authored-by: Luke Reed <luke@fairwinds.com>