Skip to content

Commit 28a8b21

Browse files
authored
Merge pull request #43 from dtan4/upgrade-0.6.0
Bump the version to v0.6.0
2 parents d3ddd52 + 37b6906 commit 28a8b21

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [v0.6.0](https://github.com/dtan4/k8stail/releases/tag/v0.6.0) (2018-07-29)
2+
3+
## Features
4+
5+
- Enable external auth provider [#40](https://github.com/dtan4/k8stail/pull/40)
6+
7+
## Others
8+
9+
- Use Go 1.10.3 on Travis CI [#42](https://github.com/dtan4/k8stail/pull/42)
10+
- Upgrade to client-go 8.0.0 [#39](https://github.com/dtan4/k8stail/pull/39)
11+
112
# [v0.5.2.rc1](https://github.com/dtan4/k8stail/releases/tag/v0.5.2.rc1) (2017-04-27)
213

314
## Features

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME := k8stail
2-
VERSION := v0.5.2.rc1
2+
VERSION := v0.6.0
33
REVISION := $(shell git rev-parse --short HEAD)
44

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

0 commit comments

Comments
 (0)