Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: idebeijer/kubert

v0.4.0

24 Oct 19:00
d0d5698

Choose a tag to compare

Changelog

Features

Documentation

Others

Full Changelog: v0.3.0...v0.4.0

v0.3.0

08 Oct 17:21
6a1ebc2

Choose a tag to compare

Changelog

Breaking changes

  • 5b23273: feat!: remove --contexts flag for providing patterns, use args instead (#32) (@idebeijer)

Others

Full Changelog: v0.2.0...v0.3.0

v0.2.0

07 Oct 18:42
af33e70

Choose a tag to compare

Changelog

Features

Documentation

Others

Full Changelog: v0.1.1...v0.2.0

v0.1.1

22 Aug 13:30
d29fbbb

Choose a tag to compare

Changelog

Documentation

Build system

Others

Full Changelog: v0.1.0...v0.1.1

v0.1.0

28 Jun 22:50
ea5fd74

Choose a tag to compare

Changelog

Breaking changes

  • bb67ccd feat!: change default config path

Features

  • 9e29b36 feat: add env var for original kubeconfig path

Documentation

  • f18df4e docs: correct default config location in flag description

Build system

  • 1429bbc build(gomod): upgrade go to v1.23.4 and upgrade dependencies
  • ea5fd74 build: add full changelog to release
  • aea69ef build: release as homebrew cask
  • 6cbbe51 build: upgrade go to 1.24.1 and upgrade deps

Others

  • 5d70b2c chore(deps): bump the dependencies group across 1 directory with 3 updates (#18)
  • e226cb4 chore(deps): bump the dependencies group across 1 directory with 3 updates (#20)
  • 95f3608 chore(deps): bump the dependencies group across 1 directory with 4 updates (#15)
  • 9607608 chore(deps): bump the dependencies group with 2 updates (#16)
  • 5586365 chore(deps): bump the dependencies group with 2 updates (#21)
  • 5216fa4 chore(deps): bump the dependencies group with 2 updates (#7)
  • ef946b3 chore(deps): upgrade all dependencies
  • b46bfbc refactor: improve kubeconfig loader, improve tests, add more error context

Full Changelog: v0.0.2...v0.1.0

v0.0.2

06 Sep 12:13
b06c306

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

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