What's new?
In this version of kubectl-slice
, @jokestax added support to filter by Kubernetes API Groups. If you have ever used something like Rancher or Istio that might end up creating new CRDs that conflict with preexistent ones (like having Rancher nodes and Kubernetes nodes map to the same resource on a kubectl get nodes
).
With --include-group
you can now specify what groups you want to operate on. It follows the same convention as the other include and exclude flags, although they don't support globbing while still being case insensitive.
Thanks again to @jokestax for adding this feature!
What's Changed
- Bump rajatjindal/krew-release-bot from 0.0.46 to 0.0.47 by @dependabot in #136
- Bump golang.org/x/text from 0.19.0 to 0.20.0 by @dependabot in #135
- Add support for "API groups" by @jokestax in #134
Full Changelog: v1.4.0...v1.4.1