Skip to content

Commit 8f6a1b6

Browse files
committed
Release: 1.0.5
1 parent c704a88 commit 8f6a1b6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v1.0.5 / 2019-05-12
2+
3+
* Exit if `.kube/config` not found
4+
* Code refactoring
5+
16
# v1.0.4 / 2019-04-20
27

38
* Added Support for Node Search

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 := 5
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
# Installation
4444

45-
$ export KUBECTL_VERSION="v1.0.4"
45+
$ export KUBECTL_VERSION="v1.0.5"
4646
$ wget https://github.com/guessi/kubectl-search/releases/download/${KUBECTL_VERSION}/kubectl-search-`uname -s`-`uname -m`.tar.gz
4747
$ tar zxvf kubectl-search-`uname -s`-`uname -m`.tar.gz
4848
$ mv kubectl-search /usr/local/bin

0 commit comments

Comments
 (0)