Skip to content

Commit

Permalink
Bump to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Dec 7, 2016
1 parent a69f7d2 commit 54675ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [v0.2.0](https://github.com/dtan4/k8sec/releases/tag/v0.2.0) (2016-12-07)

Drop Kubernetes <= 1.2 support

# [v0.1.1](https://github.com/dtan4/k8sec/releases/tag/v0.1.1) (2016-10-21)

Initial stable binary release.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME := k8sec
VERSION := v0.1.1
VERSION := v0.2.0
REVISION := $(shell git rev-parse --short HEAD)

SRCS := $(shell find . -type f -name '*.go')
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

CLI tool to manage [Kubernetes Secrets](http://kubernetes.io/docs/user-guide/secrets/) easily

## Requirements

Kubernetes 1.3 or above

## Installation

### Using Homebrew (OS X only)
Expand Down

0 comments on commit 54675ab

Please sign in to comment.