File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ # [ v0.3.1] ( https://github.com/dtan4/k8sec/releases/tag/v0.3.1 ) (2017-01-10)
2+
3+ ## Fixed
4+
5+ - Update command description [ #15 ] ( https://github.com/dtan4/k8sec/pull/15 )
6+ - Suppress usage and error printing at error [ #13 ] ( https://github.com/dtan4/k8sec/pull/13 )
7+ - Check the length of key-value array [ #12 ] ( https://github.com/dtan4/k8sec/pull/12 )
8+ - Create new secret if it does not exist [ #11 ] ( https://github.com/dtan4/k8sec/pull/11 )
9+
110# [ v0.3.0] ( https://github.com/dtan4/k8sec/releases/tag/v0.3.0 ) (2016-12-30)
211
312## Backward imcompatible changes
Original file line number Diff line number Diff line change 11NAME := k8sec
2- VERSION := v0.3.0
2+ VERSION := v0.3.1
33REVISION := $(shell git rev-parse --short HEAD)
44
55SRCS := $(shell find . -type f -name '* .go')
You can’t perform that action at this time.
0 commit comments