Releases: corneliusweig/konfig
Releases · corneliusweig/konfig
Release v0.2.6
Download kubectl for tests in CI
Release v0.2.5
Add support to import from stdin Signed-off-by: Yuki Tsuboi <ytsuboi@vmware.com>
Release v0.2.4
v0.2.3 Release - 23/9/2020
v0.2.2 Release - 13/7/2019
v0.2.1 Release - 14/05/2019
This is a bugfix release.
- fixes an issue where the modifications for krew broke the
mktemp
command - fixes an issue where the script with modifications for krew was not executable
- fixes the import command and usage instructions
v0.2.0 Release - 12/05/19
DEPRECATED
This release is a complete overhaul of the CLI.
Konfig
now has three subcommands:
import
to import any number of kubeconfig files into the default active configexport
to export any number of contexts from any number of kubeconfig files (aliassplit
)merge
to merge several kubeconfig files into one (possibly flattening the result)
v0.1.0 Release - 31/3/19
First release!
Features
- merge multiple kubeconfig files into one self-contained config
- merge multiple kubeconfig files and preserve the structure of included credentials
- extract a minimal kubeconfig file for a given context from another kubeconfig