Skip to content

Commit 229ee05

Browse files
author
Silas Boyd-Wickizer
committedAug 7, 2018
chore(release): 5.4.0
1 parent cb9f7e4 commit 229ee05

File tree

3 files changed

+428
-158
lines changed

3 files changed

+428
-158
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="5.4.0"></a>
6+
# [5.4.0](https://github.com/godaddy/kubernetes-client/compare/5.3.1...5.4.0) (2018-08-07)
7+
8+
9+
### Features
10+
11+
* **CRDs:** add Cluster scope support ([#307](https://github.com/godaddy/kubernetes-client/issues/307)) ([cb9f7e4](https://github.com/godaddy/kubernetes-client/commit/cb9f7e4))
12+
13+
14+
515
<a name="5.3.1"></a>
616
## [5.3.1](https://github.com/godaddy/kubernetes-client/compare/5.3.0...5.3.1) (2018-06-27)
717

‎package-lock.json

+417-157
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kubernetes-client",
3-
"version": "5.3.1",
3+
"version": "5.4.0",
44
"description": "Simplified Kubernetes API client.",
55
"main": "lib/index.js",
66
"types": "./typings/index.d.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.