Skip to content

Commit 0177f2a

Browse files
authored
Merge pull request #77 from lwander/prep-0.2.0-release
Prep for 0.2.0 release
2 parents 0f9a617 + c788c2b commit 0177f2a

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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

325
Initial release of client

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

132133
Key:
133134

0 commit comments

Comments
 (0)