Skip to content

Commit 0abbc26

Browse files
committed
Release: 1.0.3
Signed-off-by: guessi <[email protected]>
1 parent 322a7fd commit 0abbc26

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.0.3 / 2019-04-07
2+
3+
* Security Fixes for CVE-2019-1002101 and CVE-2019-9946
4+
15
# v1.0.2 / 2019-03-22
26

37
* Supported NodeName Display for Pods

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 := 0
55
VERSION_PATCH := 3
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
@@ -42,7 +42,7 @@ With this plugin installed, you can search pod with `kubectl search` easily
4242

4343
# Basic Usage
4444

45-
$ curl -L https://github.com/guessi/kubectl-search/releases/download/v1.0.2/kubectl-search-`uname -s`-`uname -m` -o /usr/local/bin/kubectl-search
45+
$ curl -L https://github.com/guessi/kubectl-search/releases/download/v1.0.3/kubectl-search-`uname -s`-`uname -m` -o /usr/local/bin/kubectl-search
4646
$ chmod +x /usr/local/bin/kubectl-search
4747
$ kubectl search pods "keyword"
4848

0 commit comments

Comments
 (0)