Skip to content

Releases: corneliusweig/konfig

Release v0.2.6

25 Jul 08:59
79fe239
Compare
Choose a tag to compare
Download kubectl for tests in CI

Release v0.2.5

24 Apr 21:18
Compare
Choose a tag to compare
Add support to import from stdin

Signed-off-by: Yuki Tsuboi <[email protected]>

Release v0.2.4

07 Nov 20:52
26eb0a3
Compare
Choose a tag to compare
  • 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!

v0.2.3 Release - 23/9/2020

23 Sep 07:33
e4d30f0
Compare
Choose a tag to compare
  • 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 Release - 13/7/2019

13 Jul 21:33
18ef7fa
Compare
Choose a tag to compare

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 Release - 14/05/2019

14 May 21:12
Compare
Choose a tag to compare

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

11 May 23:08
Compare
Choose a tag to compare

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 Release - 31/3/19

31 Mar 12:32
Compare
Choose a tag to compare

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