Skip to content

Commit 3857796

Browse files
committed
Release: 1.2.1
Signed-off-by: guessi <[email protected]>
1 parent 53b28af commit 3857796

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.2.1 / 2019-11-15
2+
3+
* Upgrade to Kubernetes-1.15.6
4+
* Fix KUBECONFIG not working issue, @tsaarni thanks ([#14](https://github.com/guessi/kubectl-grep/pull/14))
5+
* Fix namespace not respect the setting from KUBECONFIG, reported by @fredleger ([#13](https://github.com/guessi/kubectl-grep/issues/13), [#15](https://github.com/guessi/kubectl-grep/pull/15))
6+
17
# v1.2.0 / 2019-09-15
28

39
* Upgrade to Kubernetes-1.15.3

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 := 1
6-
VERSION_SUFFIX := -dev
6+
VERSION_SUFFIX := # -dev
77

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Installation via [krew](https://github.com/kubernetes-sigs/krew)
4646

4747
Manual Installation
4848

49-
$ export KUBECTL_VERSION="v1.2.0"
49+
$ export KUBECTL_VERSION="v1.2.1"
5050
$ wget https://github.com/guessi/kubectl-grep/releases/download/${KUBECTL_VERSION}/kubectl-grep-`uname -s`-`uname -m`.tar.gz
5151
$ tar zxvf kubectl-grep-`uname -s`-`uname -m`.tar.gz
5252
$ mv kubectl-grep /usr/local/bin

0 commit comments

Comments
 (0)