mirror of
https://github.com/kubernetes/client-go.git
synced 2025-10-21 22:09:33 +00:00
32 lines
1.0 KiB
Markdown
32 lines
1.0 KiB
Markdown
|
|
TODO: This document was neglected and is currently not complete. Working on
|
|
fixing this.
|
|
|
|
# HEAD (changes that will go into the next release)
|
|
* Added dependency on k8s.io/apimachinery
|
|
* Added generated listers and informers
|
|
* CHANGED: pass typed options to dynamic client (https://github.com/kubernetes/kubernetes/pull/41887)
|
|
|
|
# v2.0.0
|
|
|
|
* Included bug fixes in k8s.io/kuberentes release-1.5 branch, up to commit
|
|
bde8578d9675129b7a2aa08f1b825ec6cc0f3420
|
|
|
|
# v2.0.0-alpha.1
|
|
|
|
* Removed top-level version folder (e.g., 1.4 and 1.5), switching to maintaining separate versions
|
|
in separate branches.
|
|
* Clientset supported multiple versions per API group
|
|
* Added ThirdPartyResources example
|
|
* API changes
|
|
* Apps API group graduated to v1beta1
|
|
* Policy API group graduated to v1beta1
|
|
* Added support for batch/v2alpha1/cronjob
|
|
* Renamed PetSet to StatefulSet
|
|
|
|
|
|
# v1.5.0
|
|
|
|
* Included the auth plugin (https://github.com/kubernetes/kubernetes/pull/33334)
|
|
* Added timeout field to RESTClient config (https://github.com/kubernetes/kubernetes/pull/33958)
|