Skip to content

v1.4.1

Latest
Compare
Choose a tag to compare
@patrickdappollonio patrickdappollonio released this 14 Nov 20:24
· 1 commit to main since this release
f392992

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

Full Changelog: v1.4.0...v1.4.1