Skip to content

Commit 98d9d2b

Browse files
committed
refresh readme for latest release
1 parent 5ef1c54 commit 98d9d2b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ Add this dependency to your project's POM:
3232
<dependency>
3333
<groupId>io.kubernetes</groupId>
3434
<artifactId>client-java</artifactId>
35-
<version>5.0.0</version>
35+
<version>8.0.2</version>
3636
<scope>compile</scope>
3737
</dependency>
3838
```
3939

4040
### Gradle users
4141

4242
```groovy
43-
compile 'io.kubernetes:client-java:5.0.0'
43+
compile 'io.kubernetes:client-java:8.0.2'
4444
```
4545

4646
### Others
@@ -56,7 +56,7 @@ mvn package
5656

5757
Then manually install the following JARs:
5858

59-
* target/client-java-api-7.0.0-SNAPSHOT.jar
59+
* target/client-java-api-8.0.3-SNAPSHOT.jar
6060
* target/lib/*.jar
6161

6262
## Example
@@ -178,13 +178,14 @@ All APIs and Models' documentation can be found at the [Generated client's docs]
178178

179179
## Compatibility
180180

181-
| client version | 1.11 | 1.12 | 1.13 | 1.14 | 1.15 |
182-
|------------------|-----------|----------|----------|-----------|----------|
183-
| 3.0.0 || - | - | - | - |
184-
| 4.0.0 | + || - | - | - |
185-
| 5.0.0 | + | + || - | - |
186-
| 6.0.1 | + | + | + || - |
187-
| 7.0.0 | + | + | + | + ||
181+
| client version | 1.11 | 1.12 | 1.13 | 1.14 | 1.15 | 1.16 |
182+
|------------------|-----------|----------|----------|-----------|----------|----------|
183+
| 3.0.0 || - | - | - | - | - |
184+
| 4.0.0 | + || - | - | - | - |
185+
| 5.0.0 | + | + || - | - | - |
186+
| 6.0.1 | + | + | + || - | - |
187+
| 7.0.0 | + | + | + | + |||
188+
| 8.0.2 | + | + | + | + | + ||
188189

189190
Key:
190191

0 commit comments

Comments
 (0)