Skip to content

Commit 6fa7ecd

Browse files
Merge pull request #62 from lwander/prep-0.1.0-release
Prep for 0.1.0 release
2 parents add8113 + b7bf9db commit 6fa7ecd

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# v0.1.0
2+
3+
Initial release of client

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,24 @@ mvn exec:java -Dexec.mainClass="io.kubernetes.client.examples.Example"
117117

118118
All APIs and Models' documentation can be found at the [Generated client's README file](kubernetes/README.md)
119119

120+
## Compatability
121+
122+
| | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 |
123+
|-------------------|----------------|----------------|----------------|----------------|
124+
| java-client 0.1.0 | + | + || - |
125+
126+
Key:
127+
128+
* `` Exactly the same features / API objects in both java-client and the Kubernetes
129+
version.
130+
* `+` java-client has features or api objects that may not be present in the
131+
Kubernetes cluster, but everything they have in common will work.
132+
* `-` The Kubernetes cluster has features the java-client library can't use
133+
(additional API objects, etc).
134+
135+
See the [CHANGELOG](./CHANGELOG.md) for a detailed description of changes
136+
between java-client versions.
137+
120138
## Community, Support, Discussion
121139

122140
You can reach the maintainers of this project at [SIG API Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery). If you have any problem with the package or any suggestions, please file an [issue](https://github.com/kubernetes-client/java/issues).

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>client-java</artifactId>
66
<groupId>io.kubernetes</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>0.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>Kubernetes Client API</name>
1010

0 commit comments

Comments
 (0)