Skip to content

Commit e4defa4

Browse files
committed
Release: 1.2.3
1 parent ec2797f commit e4defa4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
# v1.2.2 / 2019-12-09
210

311
* Release with LICENSE, resolved [#16](https://github.com/guessi/kubectl-grep/issues/16)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
VERSION_MAJOR := 1
44
VERSION_MINOR := 2
55
VERSION_PATCH := 3
6-
VERSION_SUFFIX := -dev
6+
VERSION_SUFFIX := # -dev
77

88
COMMIT := $(shell git describe --always)
99
PKGS := $(shell go list ./...)

0 commit comments

Comments
 (0)