Commit ab62602 1 parent a5811be commit ab62602 Copy full SHA for ab62602
File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.1.0] - 2020-02-12
8
+ ### Changed
9
+ - Token is now stored outside of ` KUBECONFIG ` to avoid it being sent when expired, as described in the kubernetes issue
10
+ [ #87369 ] ( https://github.com/kubernetes/kubernetes/issues/87369 ) .
11
+
7
12
## [ 1.0.1] - 2020-01-22
8
13
### Changed
9
14
- Fixed bug in ` kubectl-login whoami ` where team belonging would be blank in output.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
"k8s.io/client-go/tools/clientcmd/api"
23
23
)
24
24
25
- const version = "1.0 .0"
25
+ const version = "1.1 .0"
26
26
27
27
const usageInstructions string = `Usage of kubectl login:
28
28
--force
You can’t perform that action at this time.
0 commit comments