Skip to content

Releases: guessi/kubectl-grep

v1.2.4

24 Mar 16:15
Compare
Choose a tag to compare
  • Upgrade to Kubernetes-1.16.4

v1.2.3

13 Jan 07:23
Compare
Choose a tag to compare
  • Upgrade to Kubernetes-1.16.4
  • Added support for ConfigMaps search, with command aliases:
    • configmaps, configmap, cm
  • Added support for Secrets search, with command aliases:
    • secrets, secret

v1.2.2

09 Dec 08:59
Compare
Choose a tag to compare
  • Misc: release with LICENSE, fixes: #16

v1.2.1: Release: 1.2.1

14 Nov 17:45
Compare
Choose a tag to compare
  • 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

15 Sep 10:58
Compare
Choose a tag to compare
  • 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

19 Jul 05:02
Compare
Choose a tag to compare
  • Upgrade to Kubernetes-1.15.1
  • Cleanup go.mod / go.sum
  • BREAKING CHANGE: Renamed as kubectl-grep

v1.0.5

12 May 10:12
Compare
Choose a tag to compare
  • Exit if .kube/config not found
  • Code refactoring

v1.0.4

20 Apr 09:45
Compare
Choose a tag to compare
  • Added Support for Node Search
  • Upgrade to Kubernetes-1.14.1

v1.0.3: Release: 1.0.3

06 Apr 19:12
Compare
Choose a tag to compare

v1.0.2

21 Mar 17:53
Compare
Choose a tag to compare
  • Supported NodeName Display for Pods
  • Supported Multi-Selector Display for DaemonSets
  • Don't Panic if Cluster Unreachable