Releases: kubecost/kubectl-cost
Releases · kubecost/kubectl-cost
v0.1.6
- fixed an issue with the automatic Krew release template
v0.1.5
- improved performance of non-
--historical
commands by leveragingetl=true
for/aggregatedCostModel
queries - general documentation updates
- added Krew release automation
v0.1.4
- TUI flags added, fixing a bug introduced during code cleanup
v0.1.3
- LICENSE added
- README updates
- Release
.tar.gz
archives include LICENSE
v0.1.2
- Usage GIFs added to README
- Correct import to support auth for all cloud providers
go mod tidy
to clean up a dependency issuemake release
now makes.tar.gz
archives as well
v0.1.1-alpha.1
- Usage output improved
- Cleared up README line that included the now-defunct
--namespace-filter
flag - Don't log expected error output in TUI when the context of request is canceled
- Integration test script
- CI-built version isn't dirty
v0.1.1
- Usage output improved
- Cleared up README line that included the now-defunct
--namespace-filter
flag - Don't log expected error output in TUI when the context of request is canceled
- Integration test script
- CI-built version isn't dirty
v0.1.0
- Improved async in TUI.
- Changed behavior of
-n
/--namespace
to be more ergonomic.
v0.0.4-alpha.4
Actions are correctly setup with a Go version that can build darwin-arm64.
v0.0.4-alpha.2
Fix release file globbing on Actions workflow