Releases: fabric8io/kubernetes-client
Releases · fabric8io/kubernetes-client
Kubernetes Client 3.2.0
- Mock Kubernetes server only handles core and extensions API groups
- Mock Server can't list custom resources
- Unable to log in to cluster when using username and password
- Support error WebSocket channel
- Do not repeatedly create Config instance in exec
- Determine Kubernetes service host and port from the environment if available
- Upgraded Kubernetes Model version to 2.1.1
Features and Fixes Available with Model Upgrade
- Kubernetes Deserializer can now lookup for resource mappings via ServiceLoader
- Add a new package to OSGI exports
- Add additional types that are needed to support extensions
Kubernetes Client 3.1.12
- Add support for the Kubernetes/OpenShift version [1] (Feature)
- Fix to parse YAML or JSON files which contain a line of length less than 3 [2] (Regression)
- Fixes premature call to watcher onClose [3]
Kubernetes Client 3.1.11
- Updated Kubernetes Model Version and fixed ImageStreamTag. Added Unit and Regression Test Regarding ImageStreamTag
- Rejected Execution Exception in Watch Http Manager
- Multiple document handling breaks if --- found anywhere in the document
- Kubernetes Connection is not closed
- NO_PROXY setting now supports IP ranges so you can specify the whole subnet to be excluded from proxy traffic
- Refactor WatchConnectionManager/WatchHttpManager to make max reconnect back off interval exponents configurable, keeping default value to 32x of the initial value
- Switch reconnect backoff message in watch manager to debug level
- Impersonation parameters not set in withRequestConfig
- Added an Example for ImageStream and Fixed ImageStreamTag Example
- Upgraded log4j version to 2.10.0
Kubernetes Client 3.1.10
- Added support for StorageClass
- Added support for PodSecurityPolicy
- The client now warns when using Kubernetes alpha or beta resources
- A Config can now be built from Config.fromKubeconfig(kubeconfigFileContents)
- Fix issue of SecurityContextConstraints not working
- Error when reading PEM certificate with empty lines
- Add log and exec tests in PodIT
- Regression Test does not work on Kubernetes
- Add CRUD test and Regression test for NetworkPolicy and SecurityContextConstraints
- Add contributor guidelines
starting the 2.5.x releases
v2.5.0 fixed license headers