File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 4.0.0-alpha1
2
+ Changes since 3.0.0
3
+ Changes since 4.0.0-beta1
4
+ * Fix DateTime string generation. (#500 )
5
+ * Update proto buff files for 1.13.0 (#498 )
6
+ * Improve auth tests, fix a bug in credential parsing (#465 )
7
+ * NPE System.getenv(ENV_HOME) returns null on Windows (#455 )
8
+ * Fix serialization of null quantities (#442 )
9
+ * Fix Quantity serialization
10
+ * Add merge in ProtoClient
11
+ * Invoke async callback on unexpected exceptions
12
+ * Update to 1.12 generated code. Fix a few compile errors w/ the new code.
13
+
14
+ * Note*
15
+ This library includes an update to the generated Kubernetes code which may contain breaking API changes.
16
+
1
17
# 3.0.0
2
18
Changes Since 2.0.0
3
19
@@ -17,6 +33,9 @@ Changes Since 2.0.0
17
33
* Support refresh for Azure Active Directory tokens.
18
34
* Regenerate client for Kubernetes 1.11
19
35
36
+ * Note*
37
+ This library includes an update to the generated Kubernetes code which may contain breaking API changes.
38
+
20
39
# 2.0.0
21
40
22
41
Changes since 1.0.0:
@@ -29,6 +48,9 @@ Changes since 1.0.0:
29
48
* Add a warning and an exception if a watch is created with debugging enabled. #280
30
49
* Update to 1.10 API.
31
50
51
+ * Note*
52
+ This library includes an update to the generated Kubernetes code which may contain breaking API changes.
53
+
32
54
# 1.0.0
33
55
* Fix a bug with HTML escaping byte arrays (#240 )
34
56
* Fix a bug with YAML parsing IntOrString types (#242 )
Original file line number Diff line number Diff line change 6
6
7
7
Java client for the [ kubernetes] ( http://kubernetes.io/ ) API.
8
8
9
+ ## Client versioning
10
+ The Java client uses Semantic Versioning. We increment the major version number whenever we
11
+ regenerate the client for a new Kubernetes release version (see table below). Whenever we do
12
+ this there are new APIs added and possibly breaking changes in the generated Kubernetes API
13
+ Stubs. Whenever you upgrade a major version, be prepared for potential breaking changes.
14
+
9
15
## Installation
10
16
11
17
To install the Java client library to your local Maven repository, simply execute:
You can’t perform that action at this time.
0 commit comments