File tree 6 files changed +31
-9
lines changed
6 files changed +31
-9
lines changed Original file line number Diff line number Diff line change
1
+ # 3.0.0-beta1
2
+
3
+ * feat (#137 ): Introduce builder generation.
4
+ * Close watches more cleanly.
5
+ * Avoid use SystemClassLoader on Yaml.
6
+ * Add config file persistence.
7
+ * Support refresh for Azure Active Directory tokens.
8
+ * Regenerate client for Kubernetes 1.11
9
+
10
+
11
+ # 2.0.0
12
+
13
+ Changes since 1.0.0:
14
+
15
+ * Update Guava dependency. #301
16
+ * Added OSGi support and updated plugins #291 #292
17
+ * Client overwriting my app's logback configuration #276 #284
18
+ * Support equals() for IntOrString #283
19
+ * Close the response body in the case of error. #281
20
+ * Add a warning and an exception if a watch is created with debugging enabled. #280
21
+ * Update to 1.10 API.
22
+
1
23
# 1.0.0
2
24
* Fix a bug with HTML escaping byte arrays (#240 )
3
25
* Fix a bug with YAML parsing IntOrString types (#242 )
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >io.kubernetes</groupId >
4
4
<artifactId >client-java-examples</artifactId >
5
- <version >3.0.0-SNAPSHOT</version >
5
+ <version >3.0.0-beta2- SNAPSHOT</version >
6
6
<packaging >bundle</packaging >
7
7
<name >client-java-examples</name >
8
8
<url >https://github.com/kubernetes-client/java</url >
9
9
<parent >
10
10
<groupId >io.kubernetes</groupId >
11
11
<artifactId >client-java-parent</artifactId >
12
- <version >3.0.0-SNAPSHOT</version >
12
+ <version >3.0.0-beta2- SNAPSHOT</version >
13
13
</parent >
14
14
<dependencies >
15
15
<dependency >
Original file line number Diff line number Diff line change 4
4
<artifactId >client-java-api</artifactId >
5
5
<packaging >bundle</packaging >
6
6
<name >client-java-api</name >
7
- <version >3.0.0-SNAPSHOT</version >
7
+ <version >3.0.0-beta2- SNAPSHOT</version >
8
8
<url >https://github.com/kubernetes-client/java</url >
9
9
<description >Swagger Java</description >
10
10
<prerequisites >
14
14
<parent >
15
15
<groupId >io.kubernetes</groupId >
16
16
<artifactId >client-java-parent</artifactId >
17
- <version >3.0.0-SNAPSHOT</version >
17
+ <version >3.0.0-beta2- SNAPSHOT</version >
18
18
</parent >
19
19
20
20
<build >
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<artifactId >client-java-parent</artifactId >
4
4
<groupId >io.kubernetes</groupId >
5
- <version >3.0.0-SNAPSHOT</version >
5
+ <version >3.0.0-beta2- SNAPSHOT</version >
6
6
<packaging >pom</packaging >
7
7
<name >Kubernetes Client API</name >
8
8
<url >https://github.com/kubernetes-client/java</url >
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >io.kubernetes</groupId >
4
4
<artifactId >client-java-proto</artifactId >
5
- <version >3.0.0-SNAPSHOT</version >
5
+ <version >3.0.0-beta2- SNAPSHOT</version >
6
6
<packaging >bundle</packaging >
7
7
<name >client-java-proto</name >
8
8
<url >https://github.com/kubernetes-client/java</url >
9
9
10
10
<parent >
11
11
<groupId >io.kubernetes</groupId >
12
12
<artifactId >client-java-parent</artifactId >
13
- <version >3.0.0-SNAPSHOT</version >
13
+ <version >3.0.0-beta2- SNAPSHOT</version >
14
14
</parent >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >io.kubernetes</groupId >
4
4
<artifactId >client-java</artifactId >
5
- <version >3.0.0-SNAPSHOT</version >
5
+ <version >3.0.0-beta2- SNAPSHOT</version >
6
6
<packaging >bundle</packaging >
7
7
<name >client-java</name >
8
8
<url >https://github.com/kubernetes-client/java</url >
9
9
<parent >
10
10
<groupId >io.kubernetes</groupId >
11
11
<artifactId >client-java-parent</artifactId >
12
- <version >3.0.0-SNAPSHOT</version >
12
+ <version >3.0.0-beta2- SNAPSHOT</version >
13
13
</parent >
14
14
<dependencies >
15
15
<dependency >
You can’t perform that action at this time.
0 commit comments