mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-23 13:47:19 +00:00
commit
65e34307ed
25
CHANGELOG.md
25
CHANGELOG.md
@ -3,18 +3,27 @@ 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
|
||||
|
||||
# v2.0.0-alpha.1 (2.0.0 not released yet)
|
||||
# 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
|
||||
|
||||
* TODO
|
||||
|
||||
## Changelog since v1.4.0
|
||||
|
||||
### Added
|
||||
* Include the auth plugin (https://github.com/kubernetes/kubernetes/pull/33334)
|
||||
* Add timeout field to RESTClient config (https://github.com/kubernetes/kubernetes/pull/33958)
|
||||
* Included the auth plugin (https://github.com/kubernetes/kubernetes/pull/33334)
|
||||
* Added timeout field to RESTClient config (https://github.com/kubernetes/kubernetes/pull/33958)
|
||||
|
Loading…
Reference in New Issue
Block a user