Releases: guessi/kubectl-grep
Releases · guessi/kubectl-grep
v1.2.4
v1.2.3
v1.2.2
v1.2.1: Release: 1.2.1
- Upgrade to Kubernetes-1.15.6
- Fix KUBECONFIG not working issue, @tsaarni thanks (#14)
- Fix namespace not respect the setting from KUBECONFIG, reported by @fredleger (#13, #15)
v1.2.0
- Upgrade to Kubernetes-1.15.3
- Upgrade to Go 1.13.0
- Added support for StatefulSets search
- Added support for
-A
as the shortcut of--all-namespaces
- Added support for install via
kubectl krew install grep
- Fixed
--help
not work for the root command - Support for command aliases:
- daemonsets, daemonset, ds
- deployments, deployment, deploy
- hpas, hpa
- nodes, node, no
- pods, pod, po
- statefulsets, stateful, sts
v1.1.0
v1.0.5
v1.0.4
v1.0.3: Release: 1.0.3
- Security Fixes for CVE-2019-1002101 and CVE-2019-9946