Changelog for the Kubernetes typescript client.
- BREAKING CHANGE: API class names are CamelCase. This replaces the the "lower case version" naming. For example,
Core_v1Apiis nowCoreV1ApiandEvents_v1beta1Apiis nowEventsV1beta1Api.
- Fix an issue with exposing bluebird types for
Promisethat brokees6users.