We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2797f commit e4defa4Copy full SHA for e4defa4
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# v1.2.3 / 2020-01-13
2
+
3
+* Upgrade to Kubernetes-1.16.4
4
+* Added support for ConfigMaps search, with command aliases:
5
+ - configmaps, configmap, cm
6
+* Added support for Secrets search, with command aliases:
7
+ - secrets, secret
8
9
# v1.2.2 / 2019-12-09
10
11
* Release with LICENSE, resolved [#16](https://github.com/guessi/kubectl-grep/issues/16)
Makefile
@@ -3,7 +3,7 @@
VERSION_MAJOR := 1
VERSION_MINOR := 2
VERSION_PATCH := 3
-VERSION_SUFFIX := -dev
+VERSION_SUFFIX := # -dev
COMMIT := $(shell git describe --always)
PKGS := $(shell go list ./...)
0 commit comments