v0.3.0 (Moka Pot)
What's Changed
New Features
import
: support importing from stdin by using '-' as path by @embik in #46import
: support import from a directory by @embik in #48import
: add -p/--proxy-url flag by @embik in #51prune
: add new command to clean up kubeconfigs for which the server is no longer available by @embik in #49move
: add new command to rename kubeconfigs by @embik in #53- rewrite label and selector support to support
key-
labels andkey!=value
selectors by @embik in #52
Chores
- cargo: update dependencies, address GHSA-r24f-hg58-vfrw by @embik in #47
Full Changelog: v0.2.0...v0.3.0