Skip to content

Commit ab62602

Browse files
committed
1.1.0
1 parent a5811be commit ab62602

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
712
## [1.0.1] - 2020-01-22
813
### Changed
914
- Fixed bug in `kubectl-login whoami` where team belonging would be blank in output.

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"k8s.io/client-go/tools/clientcmd/api"
2323
)
2424

25-
const version = "1.0.0"
25+
const version = "1.1.0"
2626

2727
const usageInstructions string = `Usage of kubectl login:
2828
--force

0 commit comments

Comments
 (0)