Skip to content

Commit

Permalink
chore(release): 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Jan 14, 2020
1 parent cf4b93a commit 25b90e2
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 16 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [3.1.0](https://github.com/nodeshift/openshift-rest-client/compare/v3.0.1...v3.1.0) (2020-01-14)


### Features

* return the kubeconfig on the client ([#186](https://github.com/nodeshift/openshift-rest-client/issues/186)) ([898f2ae](https://github.com/nodeshift/openshift-rest-client/commit/898f2ae))

### [3.0.1](https://github.com/nodeshift/openshift-rest-client/compare/v3.0.0...v3.0.1) (2019-11-19)


Expand Down
39 changes: 25 additions & 14 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8'>
<title>openshift-rest-client 3.0.1 | Documentation</title>
<title>openshift-rest-client 3.1.0 | Documentation</title>
<meta name='description' content='Node.js client for developing with OpenShift'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>openshift-rest-client</h3>
<div class='mb1'><code>3.0.1</code></div>
<div class='mb1'><code>3.1.0</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down Expand Up @@ -96,33 +96,41 @@ <h3 class='fl m0' id='openshiftclient'>
<tbody class='mt1'>

<tr>
<td class='break-word'><span class='code bold'>settings.url</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>?</code>
<td class='break-word'><span class='code bold'>settings.config</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">object</a>?</code>
</td>
<td class='break-word'><span>custom config object
</span></td>
</tr>


<tr>
<td class='break-word'><span class='code bold'>settings.config.url</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>?</code>
</td>
<td class='break-word'><span>Openshift cluster url
</span></td>
</tr>


<tr>
<td class='break-word'><span class='code bold'>settings.authUrl</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>?</code>

<tr>
<td class='break-word'><span class='code bold'>settings.config.authUrl</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>?</code>
</td>
<td class='break-word'><span>Openshift Basic auth url
</span></td>
</tr>


<tr>
<td class='break-word'><span class='code bold'>settings.auth</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">object</a>?</code>

<tr>
<td class='break-word'><span class='code bold'>settings.config.auth</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">object</a>?</code>
</td>
<td class='break-word'><span>-
</span></td>
</tr>


<tr>
<td class='break-word'><span class='code bold'>settings.auth.username</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>?</code>
<td class='break-word'><span class='code bold'>settings.config.auth.username</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>?</code>
</td>
<td class='break-word'><span>username to authenticate to Openshift
</span></td>
Expand All @@ -131,7 +139,7 @@ <h3 class='fl m0' id='openshiftclient'>


<tr>
<td class='break-word'><span class='code bold'>settings.auth.password</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>?</code>
<td class='break-word'><span class='code bold'>settings.config.auth.password</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>?</code>
</td>
<td class='break-word'><span>password to authenticate to Openshift
</span></td>
Expand All @@ -141,15 +149,18 @@ <h3 class='fl m0' id='openshiftclient'>



<tr>
<td class='break-word'><span class='code bold'>settings.insecureSkipTlsVerify</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>?</code>

<tr>
<td class='break-word'><span class='code bold'>settings.config.insecureSkipTlsVerify</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>?</code>
</td>
<td class='break-word'><span>flag to ignore TLS verification
</span></td>
</tr>






</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openshift-rest-client",
"version": "3.0.1",
"version": "3.1.0",
"description": "Node.js client for developing with OpenShift",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 25b90e2

Please sign in to comment.