⚠️ Breaking Changes
- The
-c
shorthand flag has been repurposed from being the shorthand for--kubeconfig
to being the shorthand for the new--context
flag. This is consistent withkubectl
.--kubeconfig
does not have a replacement shorthand, please use the full flag.
✨ New Features
- Kubeaudit now has a deprecatedapis auditor that checks for deprecated apis! 🎉
- Kubeaudit now supports a new
--no-color
flag to produce output without color codes! 🎉 - Kubeaudit is up to date dependency-wise 💊
thank you @jerr @genevieveluyt 👏
Changelog
- 8624972 Fix --no-color documentation (#451)
- dbeb9b5 Add --no-color flag (#449)
- c1d5057 Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#450)
- fa172f2 ✨ Adds "deprecated apis" auditor (#428)
- 7eaf685 add the --context option (#427)
- 96a7b61 Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#447)
- ffd993e Bump k8s.io/client-go from 0.24.1 to 0.24.2 (#443)
- 1702945 Bump github.com/stretchr/testify from 1.7.2 to 1.7.5 (#448)