@@ -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
5757Then 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
189190Key:
190191
0 commit comments