Corneliusweig Konfig Versions Save

konfig helps to merge, split or import kubeconfig files

v0.2.6

2 years ago

v0.2.5

3 years ago

v0.2.4

3 years ago
  • Update .konfig.yaml #30
  • Remove travis in favor of GitHub actions #29
  • Set up CI on github actions #28
  • Handle read errors when importing kubeconfig #27
  • Fix import preserve structure #25
  • Fix the manual installation script #24

Thanks to all authors who contributed to this release!

  • @rajatjindal
  • @yujunz
  • @KeisukeYamashita
  • @corneliusweig

v0.2.3

3 years ago
  • Allow preserve structure in import #22
  • Add shellcheck as CI action #23
  • Fix krew link #13
  • Fix docs for export #12

Thanks to @yujunz for contributing!

v0.2.2

4 years ago

This is a bugfix release.

  • Fix compatibility issues with bash-3.x #9
  • Fix a bug where filenames with hyphens were interpreted as options #8

v0.2.1

5 years ago

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

5 years ago

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 config
  • export to export any number of contexts from any number of kubeconfig files (alias split)
  • merge to merge several kubeconfig files into one (possibly flattening the result)

v0.1.0

5 years ago

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