Skip to content

Releases: FairwindsOps/pluto

v2.1.0

19 May 15:07
abaad7e
Compare
Choose a tag to compare

Changelog

abaad7e Add namespace to wide output (#76)
30ab948 Fix slack link (#74)

v2.0.2

01 May 18:20
25c70cb
Compare
Choose a tag to compare

Changelog

25c70cb Add ingresses in extensions/v1beta1 to versions list (#72)

v2.0.1

29 Apr 20:04
5b1de39
Compare
Choose a tag to compare

Changelog

5b1de39 don't show duplicate deployed releases (#63). add release name to the name output for helm (#67) (#69)

v2.0.0

23 Apr 19:22
2497930
Compare
Choose a tag to compare

Changelog

2497930 add options for list output to cover all our standard output options (#68)
b7e65c1 catch errors from helm client (#65)
9753d9d Adding fields to versions. ReplacedIn and ReplacementAPI (#59)
8ae684a Update helm dependencies (#57)
1eb9e97 Add PriorityClass for v1.17.0 (#55)
922db43 Clarify exit codes. Allow filtering of json and yaml output by -A flag (#50)
2302007 Adding 1.19 deprecations. (#58)

v1.1.0

17 Apr 19:32
e8c636d
Compare
Choose a tag to compare

Changelog

e8c636d Changing from pure deprecated to DeprecatedIn. Enable yaml and json for helm detection (#45)
7f7808a Add a link to request a slack invite (#44)
c0232f1 adding proper ci link to badge and removing helm 2 from roadmap (#43)

v1.0.3

16 Apr 18:20
783baab
Compare
Choose a tag to compare

Changelog

783baab better error messaging for invalid helm manifest yaml (#41)

v1.0.2

14 Apr 16:24
0a1e5a7
Compare
Choose a tag to compare

Changelog

0a1e5a7 Fixing homebrew to put correct name (#38)

v1.0.1

14 Apr 16:19
ca19499
Compare
Choose a tag to compare

Changelog

ca19499 Adding brew tap to goreleaser. Update README with exit codes and homebrew. (#36)
3c89c92 Fix release badge (#33)
0c4af71 Add logo to README (#32)

v1.0.0

06 Apr 17:05
2262aee
Compare
Choose a tag to compare

Changelog

2262aee Adding exit codes (#30)
a282399 Add e2e testing for helm 2. Remove ref to --show-non-deprecated. Add helm2 to readme. (#29)
8868796 refactoring helm pkg and adds helm 2 feature (#27)
c093abd Updating the README now that the asdf plugin is merged (#26)
97d3527 Adding basic functional testing. (#24)

v0.2.1

27 Mar 22:08
81e11a8
Compare
Choose a tag to compare

Changelog

81e11a8 There was a strange bug that only manifested in actual usage, not in unit tets. Secret list wires were getting crossed with pointers. I made them not pointers. (#22)