Skip to content

Commit 58d2719

Browse files
committed
Release: 1.1.0
1 parent fb30b82 commit 58d2719

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.1.0 / 2019-07-19
2+
3+
* Upgrade to Kubernetes-1.15.1
4+
* Cleanup go.mod / go.sum
5+
* *BREAKING CHANGE*: Renamed as `kubectl-grep`
6+
17
# v1.0.5 / 2019-05-12
28

39
* Exit if `.kube/config` not found

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.PHONY: utilities lint dependency clean build release all
22

33
VERSION_MAJOR := 1
4-
VERSION_MINOR := 0
5-
VERSION_PATCH := 6
6-
VERSION_SUFFIX := -dev
4+
VERSION_MINOR := 1
5+
VERSION_PATCH := 0
6+
VERSION_SUFFIX := # -dev
77

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Kubectl Search
1+
# Kubectl Grep (Formerly Known as Kubectl-Search)
22

33
[![CircleCI](https://circleci.com/gh/guessi/kubectl-grep.svg?style=svg)](https://circleci.com/gh/guessi/kubectl-grep)
44
[![GoDoc](https://godoc.org/github.com/guessi/kubectl-grep?status.svg)](https://godoc.org/github.com/guessi/kubectl-grep)
@@ -42,7 +42,7 @@ With this plugin installed, you can search pod with `kubectl grep` easily
4242

4343
# Installation
4444

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

0 commit comments

Comments
 (0)