Skip to content

Releases: B23admin/kubectl-config-cleanup

Version 0.6.0

26 Apr 21:04
Compare
Choose a tag to compare

Changelog

  • a41a0a3 Build arm64 binaries for apple M-series
  • 8a75b54 Cleanup readme; add just runner and targets
  • 6a5182b Merge pull request #3 from d2iq-shadowbq/patch-1
  • a1c149b Update README.md
  • beb06fe Update README.md
  • 4c03aad Update justfile and add goreleaser github action
  • d748d16 Use go modules and refactor package structure

v0.5.0

03 Sep 15:36
Compare
Choose a tag to compare

Changelog

fcf72aa Print nothing instead of empty kubeconfig when nothing left in output. Closes #2
0372536 increase timeout to 10s with progress logs, add klog printflags. Closes #1
e4d7d0c update readme

v0.4.0

11 Apr 22:43
Compare
Choose a tag to compare

Changelog

bfb1e31 fix --kubeconfig flag
bfe0fdc fix bug where configs are dropped if the rest config fails to initialize
14f2ad8 fix ptr dereference when auth/cluster specified in context is not defined
5beb079 test connections in parallel, arbitrarily 25 at a time

v0.3.0

09 Apr 22:49
Compare
Choose a tag to compare

Changelog

42b891b add client auth plugins import
b4845a6 add known issues to readme
a1598b9 add kubernetes client auth plugin vendor deps
4d4aa97 add users and cluster cleanup when the entry is not defined by a context
4b8cfb2 format readme
2e159fb log error when rest client fails to initialize
ab7fdd0 update README
23cb198 update readme
148092f update readme, remove --save cmd flag

v0.2.0

05 Apr 14:24
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changelog

e9df062 add apache license file
6a629fb add goreleaser, update readme
951166f rename config cleanup plugin
5c0e875 update goreleaser to build windows bins, update readme

v0.1.0

21 Mar 15:49
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Changelog

de3ff79 Add and remove cli options
83f6197 add --save functionality
5168e2e add connection timeout default and cmd flag
86b2115 add functionality for ignoring a list of contexts
4afbf2c add godeps and vendor
6a629fb add goreleaser, update readme
ecf07cb add print removed configs functionality
5b5c01e initial commit for a kubectl cleanup plugin
ad90be4 update readme
ef54c5b use client-go homedir util, remove todo because it is already handled