Releases: embik/kubeconfig-bikeshed
Releases · embik/kubeconfig-bikeshed
v0.3.2
v0.3.1
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
v0.2.0 (Cinnamon Cold Brew)
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 tolist
anduse
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 #40label
/remove
: allow to use with-l
/--selector
flag by @embik in #41import
: allow importing mixed kubeconfigs by @embik in #42
Bugfixes
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
- @jan-walther made their first contribution in #22
Full Changelog: v0.1.3...v0.2.0