We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3ddd52 + 37b6906 commit 28a8b21Copy full SHA for 28a8b21
CHANGELOG.md
@@ -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
12
# [v0.5.2.rc1](https://github.com/dtan4/k8stail/releases/tag/v0.5.2.rc1) (2017-04-27)
13
14
## Features
Makefile
@@ -1,5 +1,5 @@
NAME := k8stail
-VERSION := v0.5.2.rc1
+VERSION := v0.6.0
REVISION := $(shell git rev-parse --short HEAD)
SRCS := $(shell find . -name '*.go' -type f)
0 commit comments