Skip to content

v0.2.0 (Cinnamon Cold Brew)

Compare
Choose a tag to compare
@embik embik released this 12 Dec 18:51
· 47 commits to main since this release
v0.2.0
8ed308d

What's Changed

New Features

  • add remove subcommand by @embik in #16
  • store last kubeconfig and make it available via use - by @embik in #17
  • import: add --delete / -d flag to delete original file after import by @embik in #18
  • add version subcommand by @embik in #21
  • add special [unset] option to list and use by @embik in #23
  • add support for storing and filtering labels for imported kubeconfigs by @embik in #27
  • list: add --output / -o flag that supports printing a table by @embik in #30
  • add label subcommand to update existing labels by @embik in #33
  • import: add --short / -s flag to use first part of server FQDN as name by @embik in #40
  • label / remove: allow to use with -l / --selector flag by @embik in #41
  • import: allow importing mixed kubeconfigs by @embik in #42

Bugfixes

  • use collision-free alias for fzf by @embik in #20

Changes

  • improve command line alias discoverability by @embik in #28
  • import: set mode 600 on imported files by @embik in #29
  • validate label keys and values by @embik in #38

Chores

  • add formatting and anyhow by @jan-walther in #22
  • update kube-rs to 0.87.1 and k8s-openapi 0.20.0 by @embik in #24
  • improve code quality and add basic tests by @embik in #34
  • update README and add demo gif by @embik in #37
  • add integration tests by @embik in #39

New Contributors

Full Changelog: v0.1.3...v0.2.0