Releases: B23admin/kubectl-config-cleanup
Version 0.6.0
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
v0.4.0
v0.3.0
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
v0.1.0
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