File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1- # v0.1.0
1+ # 0.2.0
2+
3+ ## Fixes
4+
5+ * Correctly configure in-cluster token-based authentication
6+ ([ #75 ] ( https://github.com/kubernetes-client/java/pull/75 ) ).
7+
8+ ## Features
9+
10+ * Allow client to be instantiated with a custom ` context `
11+ ([ #65 ] ( https://github.com/kubernetes-client/java/pull/65 ) ),
12+
13+ * Protocol buffer client
14+ ([ #67 ] ( https://github.com/kubernetes-client/java/pull/67 ) ),
15+ ([ #69 ] ( https://github.com/kubernetes-client/java/pull/69 ) ),
16+ ([ #71 ] ( https://github.com/kubernetes-client/java/pull/71 ) ).
17+
18+ ## Miscellanious
19+
20+ * Rename ` client-java-util ` package to ` client-java `
21+ ([ #73 )] ( https://github.com/kubernetes-client/java/pull/73 ) ).
22+
23+ # 0.1.0
224
325Initial release of client
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ All APIs and Models' documentation can be found at the [Generated client's READM
128128| | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 |
129129| -------------------| ----------------| ----------------| ----------------| ----------------|
130130| java-client 0.1.0 | + | + | ✓ | - |
131+ | java-client 0.2.0 | + | + | ✓ | - |
131132
132133Key:
133134
You can’t perform that action at this time.
0 commit comments