Skip to content

Releases: kubecost/kubectl-cost

v0.2.5

03 May 16:41
9a44313

Choose a tag to compare

  • #102: Dependency updates for possible vulnerability
  • #103: More descriptive kubectl cost help command

v0.2.4

10 Sep 22:04
5f9eec3

Choose a tag to compare

  • #92: Added support for loadbalancer cost with flag --show-lb.
  • #95: Added the node subcommand.

v0.2.3

25 May 16:55
aee9c94

Choose a tag to compare

  • #89: Changed default --window to 1d

v0.2.2

13 May 14:28
d63d2f9

Choose a tag to compare

  • #86: kubectl cost label was incorrectly showing a namespace aggregation when --historical was not set. Fixed.

v0.2.1

06 May 20:05
2041649

Choose a tag to compare

  • #82 The currency code is now also retrieved via port forwarded request, finishing the work started in #80

v0.2.0

06 May 18:13
17490c3

Choose a tag to compare

  • #80 Now uses short-term port forwarding to circumvent network security issues associated with API server-based proxying. If you need the old behavior, use --use-proxy.
  • #81 Output now includes the overall cost efficiency

v0.1.10

29 Apr 16:07
1c10f30

Choose a tag to compare

  • kubectl cost controller supports --historical
  • kubectl cost deployment supports --historical
  • kubectl cost pod is now available

v0.1.9

28 Apr 15:16
9d35e1c

Choose a tag to compare

  • Currency code is now displayed in the summed cost

v0.1.8

27 Apr 15:27
14a2a1f

Choose a tag to compare

  • Backing API request error messages are now surfaced to the user, which should help with debugging

v0.1.7

22 Apr 15:02
dd5d19f

Choose a tag to compare

  • small krew template issue