Skip to content

Commit

Permalink
Merge pull request #3 from wantedly/bgpat/v0.7.0
Browse files Browse the repository at this point in the history
Bump up to v0.7.0
  • Loading branch information
bgpat authored Apr 9, 2019
2 parents a1d91c9 + f325498 commit 71e59bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
sudo: required
services:
- docker
branches:
only:
- master
language: go
cache:
directories:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [v0.7.0](https://github.com/dtan4/k8sec/releases/tag/v0.7.0) (2019-04-09)

## Features

- Sort secrets on dump subcommand [#1](https://github.com/wantedly/k8sec/pull/1)

## Others

- Fork repository [#2](https://github.com/wantedly/k8sec/pull/2)

# [v0.6.0](https://github.com/dtan4/k8sec/releases/tag/v0.5.1) (2018-08-05)

## Features
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.6.0
VERSION := v0.7.0
REVISION := $(shell git rev-parse --short HEAD)

SRCS := $(shell find . -type f -name '*.go')
Expand Down

0 comments on commit 71e59bc

Please sign in to comment.