Skip to content

Releases: idebeijer/kubert

v0.0.2

06 Sep 12:13
b06c306
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 2bb1f9e fix(kubectl): disable error silence

Documentation

  • e89b8d8 docs: remove auto gen tag on docs gen

Build system

  • d6fbe8b build(dependabot): edit commit message and group gomod deps
  • 36b8b59 build(gomod): upgrade to go 1.23.1

Others

  • b06c306 chore(goreleaser): edit changelog generation

v0.0.1

24 Aug 14:07
3a25d82
Compare
Choose a tag to compare

Changelog

Features

  • 2e14271 feat: add autocompletion for ns and ctx commands (#2)
  • 705e59f feat: add command to spawn subshell with selected kubeconfig
  • d33b295 feat: add kubeconfig and context loaders
  • d5aea2b feat: add kubectl wrapper and context protection (#6)
  • 68a08c9 feat: add state to save last namespace (#1)
  • 513cd40 feat: add switch namespace cmd and build new temp kubeconfig rather than copying it over

Bug fixes

  • 3b348b7 fix(kubeconfig): add check if given path is a directory when filtering over files
  • 92f8d12 fix: add k8s client auth plugins

Others

  • d4dfe84 chore: configure dependabot for gomod and gh actions
  • df323ab refactor: move code to internal