From 6755f6b209d9a6053c79b3118f661003fcea33b2 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Tue, 12 Jan 2021 19:06:58 -0500 Subject: [PATCH] chore(release): 5.1.0 --- CHANGELOG.md | 7 +++++++ docs/index.html | 13 +++++++++++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3af7eca..daae660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [5.1.0](https://github.com/nodeshift/openshift-rest-client/compare/v5.0.0...v5.1.0) (2021-01-13) + + +### Features + +* Pass a valid auth token. ([#248](https://github.com/nodeshift/openshift-rest-client/issues/248)) ([558bcdb](https://github.com/nodeshift/openshift-rest-client/commit/558bcdbf2dfc3cf3f7df6b534da11afa28bd5ed9)) + ## [5.0.0](https://github.com/nodeshift/openshift-rest-client/compare/v4.1.1...v5.0.0) (2021-01-05) diff --git a/docs/index.html b/docs/index.html index d0e32e3..5be5f93 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ - openshift-rest-client 5.0.0 | Documentation + openshift-rest-client 5.1.0 | Documentation @@ -15,7 +15,7 @@

openshift-rest-client

-
5.0.0
+
5.1.0
+ + settings.config.auth.token string? + + auth token used to authenticate to the Openshift Cluster + + + + + settings.config.auth.username string? diff --git a/package-lock.json b/package-lock.json index 6131fb1..e6ebca7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "openshift-rest-client", - "version": "5.0.0", + "version": "5.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 212f939..804e26d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openshift-rest-client", - "version": "5.0.0", + "version": "5.1.0", "description": "Node.js client for developing with OpenShift", "main": "index.js", "scripts": {