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
2
24
3
25
Initial 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
128
128
| | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 |
129
129
| -------------------| ----------------| ----------------| ----------------| ----------------|
130
130
| java-client 0.1.0 | + | + | ✓ | - |
131
+ | java-client 0.2.0 | + | + | ✓ | - |
131
132
132
133
Key:
133
134
You can’t perform that action at this time.
0 commit comments