Skip to content

Releases: nodeshift/openshift-rest-client

Removing Node 10 and URL's are safe now

26 May 18:46
Compare
Choose a tag to compare

6.0.0 (2021-05-26)

Breaking Change: Removes Node 10

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#249) (8b2bc62)
  • safe join for urls (#265) (16ac479)
  • upgrade eslint-plugin-promise from 4.2.1 to 4.3.1 (#251) (cd7ea30)
  • upgrade standard-version from 9.0.0 to 9.1.0 (#250) (d30ef49)
  • upgrade standard-version from 9.1.0 to 9.1.1 (#252) (3493760)

Passing a Token? Sure, Why not

13 Jan 00:09
Compare
Choose a tag to compare

5.1.0 (2021-01-13)

Features

Loading the Auth URL from the Cluster

05 Jan 15:58
Compare
Choose a tag to compare

5.0.0 (2021-01-05)

This release contains a breaking change that removes the authUrl parameter. This url will now be pulled from the running cluster.

⚠ BREAKING CHANGES

  • Removed authUrl added automatic auth url retrieval.

Features

  • package: upgrade kubernetes-client from 8.3.6 to 9.0.0 (#234) (60e801b)

Bug Fixes

  • Removed authUrl added automatic auth url retrieval. (8db3420)
  • upgrade documentation from 13.0.2 to 13.1.0 (#242) (b9cc5c1)
  • upgrade eslint-plugin-import from 2.22.0 to 2.22.1 (#239) (4e5a37e)
  • upgrade eslint-plugin-standard from 4.0.1 to 4.0.2 (#241) (1f12885)
  • upgrade eslint-plugin-standard from 4.0.2 to 4.1.0 (#244) (65de536)
  • upgrade standard-version from 8.0.1 to 8.0.2 (#236) (ab29702)

load spec from a remote cluster

22 May 19:53
Compare
Choose a tag to compare

4.1.0 (2020-05-22)

Features

  • Load from cluster spec (#218) (52324a7)

  • you can now use the loadSpecFromCluster=true option to load the api spec from a remote cluster

Bug Fixes

  • upgrade eslint-plugin-node from 11.0.0 to 11.1.0 (#210) (308cf54)

v4.0.1 Release

14 Apr 13:42
Compare
Choose a tag to compare

4.0.1 (2020-04-13)

Bug Fixes

  • pin the kubernetese-client version to 8.3.6 (#208) (d9dfbcb)
  • upgrade coveralls from 3.0.6 to 3.0.9 (#200) (c4d0fcd)
  • upgrade documentation from 12.1.2 to 12.1.4 (#202) (60e418e)
  • upgrade eslint from 6.5.0 to 6.8.0 (#199) (baebe7a)
  • upgrade kubernetes-client from 8.3.4 to 8.3.6 (#203) (2dfa271)
  • upgrade nock from 12.0.0 to 12.0.2 (#201) (7597d6f)
  • upgrade request from 2.88.0 to 2.88.2 (#204) (007a6b4)
  • upgrade tape from 4.13.0 to 4.13.2 (#205) (5ab6a48)

Dropping Node 8

17 Feb 18:39
Compare
Choose a tag to compare

4.0.0 (2020-02-17)

⚠ BREAKING CHANGES

  • removal of Node 8 support

  • engine parameter targets node 10+ (#194) (ab0bab4)

Now with more config returned

14 Jan 16:22
Compare
Choose a tag to compare

3.1.0 (2020-01-14)

Features

v3.0.1 release

21 Nov 13:19
Compare
Choose a tag to compare

3.0.1 (2019-11-19)

Bug Fixes

  • auth: Throw some reasonable error message in basic authentication when we can't obtain an access token. (#174) (53614e2)

Gettin' rid of dem deprecation warnings

30 Oct 18:56
Compare
Choose a tag to compare

This release gets rid of those deprecation warnings that are caused by the Kubernetes-client.

Because of this, we are making this a semver-major change.

If you are a user who uses a custom config, things might have changed. Check the readme for more examples

3.0.0 (2019-10-30)

⚠ BREAKING CHANGES

  • Some API has changed

  • This commit updates the client to remove deprecation warnings caused by the kubernetes-clients. There are some changes to getting external configs.

Bug Fixes

v2.3.0 Release

01 Oct 12:53
Compare
Choose a tag to compare

2.3.0 (2019-09-30)

Features