pluto

A cli tool to help discover deprecated apiVersions in Kubernetes

APACHE-2.0 License

Stars
2K
Committers
43

Bot releases are visible (Hide)

pluto - v1.0.1

Published by reactiveops-bot over 4 years ago

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)

pluto - v1.0.0

Published by reactiveops-bot over 4 years ago

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)

pluto - v0.2.1

Published by reactiveops-bot over 4 years ago

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)

pluto - v0.2.0

Published by reactiveops-bot over 4 years ago

WARNING: This version should not be used as it has a major bug.

Changelog

a940800 Changing show-non-deprecated to show-all (#21)
01001ce Adding codecov config because 100% is a ridiculous goal (#19)
1738bb2 Refactor helm package to be able to test the kubernets-related functions (#18)
7f7aa75 Adding helm tests + goreportcard fixes (#17)
c8fedac Fixing badges. Adding goreportcard (#16)
5d153b8 Fix typo in README (#15)
361c64d Updating documentation. (#14)

pluto - v0.1.0

Published by reactiveops-bot over 4 years ago

Changelog

05358e6 Adding roadmap (#13)
5dbdc32 Allow checking a single file or stdin. Test output function and move it to API. (#10)
a4a13df Rename to pluto (#6)
af44a8f Adding helm 3 support and refactoring a bit (#2)
c4701f2 adding badges
0ee012c Adding the open-source office hours
dff5405 Initial v1 work. Can detect all hard-coded apiVersions in static files
4730bc1 initial commit