Skip to content

Releases: corneliusweig/ketall

v1.2.0 - 14/4/2019

14 Apr 19:52
Compare
Choose a tag to compare
  • Support flag --field-selector #28
  • Strip empty lists from result #27
  • Support label selectors --selector #26
  • Upgrade dependencies #25
  • Add new demo to showcase new feature #20

v1.1.1 - 25/3/2019

25 Mar 23:00
Compare
Choose a tag to compare
  • Fix bug with empty filter #19

v1.1.0 Release - 25/3/2019

25 Mar 14:14
Compare
Choose a tag to compare
  • Flag --namespace now implies --only-scope=namespace #18
  • Add new flag --since to filter resources by creation timestamp #17
  • Fix travis releases #15

v1.0.2 Release - 3/3/2019

03 Mar 14:14
Compare
Choose a tag to compare
  • Distribute stripped and therefore smaller binaries #14

v1.0.1 - 2/27/2019

27 Feb 11:41
Compare
Choose a tag to compare
  • Support all authentication plugins (oidc, openstack, gcp, azure) #13
  • Improve readme instructions around the krew installation method #12

v1.0.0 Release - 2/22/2019

22 Feb 00:47
Compare
Choose a tag to compare
  • Fetch only authorized resources when not cluster admin #9
    • this means that ketall can now be used by non-admins
  • Fix zsh completion #11
  • Add golangci-lint linter #10

v0.0.3 - 2/20/2019

20 Feb 01:25
Compare
Choose a tag to compare
  • Do not show events by default #8
  • Automate version bump #7
  • Rename cache flag from cache to use-cache #6
  • Make some flags configurable via a config file #5

v0.0.2 Release - 2/19/2019

18 Feb 23:41
6f2c191
Compare
Choose a tag to compare

Fix formatting of yaml and json output with the -o yaml/json switches.

v0.0.1 Release - 2/15/2019

15 Feb 22:50
Compare
Choose a tag to compare

First release, everything new and shiny 💎

Summary

  • initial release

  • supports custom flags:

    • cache: enable the http resource cache for the discovery of supported server resources
    • namespace: only consider resources from namespace (only applies to namespaced resources). Maybe not useful.
    • only-scope: one of cluster|namespace to restrict the resources by their scope
    • config: to use a config file (defunct)
    • verbosity: to set the log level
  • sub-commands:

    • completion for command-line completion scripts (bash and zsh)
    • version to retrieve version information. (Note: ketall version --full prints a lot more than just version)
    • help to show a help text

Below, you find pre-built binaries for the major OSes.