Skip to content

Commit 0e326d7

Browse files
author
Silas Boyd-Wickizer
committed
Update to version 0.10.0
1 parent 3886cbe commit 0e326d7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
Changelog for the Kubernetes typescript client.
22

3+
## 0.10.0
4+
* BREAKING CHANGE: API class names are CamelCase. This replaces the the "lower case version" naming. For example, `Core_v1Api` is now `CoreV1Api` and `Events_v1beta1Api` is now `EventsV1beta1Api`.
5+
36
## 0.8.1
47
* Fix an issue with exposing bluebird types for `Promise` that broke `es6` users.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubernetes/client-node",
3-
"version": "0.9.3",
3+
"version": "0.10.0",
44
"description": "NodeJS client for kubernetes",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)