Skip to content

Releases: nodeshift/openshift-rest-client

Gettin' rid of dem deprecation warnings

30 Oct 18:56

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

Choose a tag to compare

2.3.0 (2019-09-30)

Features

v2.2.1 Release

09 Sep 16:13

Choose a tag to compare

chore(release): 2.2.1

v2.2.0 Release

24 Apr 12:36

Choose a tag to compare

2.2.0 (2019-04-24)

Features

v2.1.0 Release

24 Apr 12:32

Choose a tag to compare

2.1.0 (2019-04-05)

Features

v2.0.0 Release - The Refactor

14 Mar 13:18

Choose a tag to compare

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2019-03-14)

Features

BREAKING CHANGES

  • API is now different

  • The API is now generated based on the Openshift Open api spec

  • Using the kubernetes-client under the hood

  • The api is fluent, for example, client.apis['build.openshift.io'].v1.namespace('default').builds.get()

  • Not a drop in replacement for version 1.x

v1.6.4 release

23 Jan 19:04

Choose a tag to compare

1.6.4 (2019-01-23)

Bug Fixes

  • no cluster url should return a rejected Promise (fa2a549)
  • Throw an error when there's no CLUSTER URL (#108) (65093a3)

v1.6.2 release

12 Dec 15:54

Choose a tag to compare

1.6.2 (2018-12-12)

v1.6.1 release

12 Dec 15:59

Choose a tag to compare

1.6.1 (2018-12-07)

Bug Fixes

  • common-request.js: print some meaningful error message in case of unsuccessful authentication (#99) (8d6ad07)

v1.6.0 Release

29 Nov 15:01

Choose a tag to compare

1.6.0 (2018-11-29)

Features

  • add basic authentication option when the token is not provided in user config (#92) (f5778b9), closes #89
  • Add ServiceInstance resource (#96) (6f9b197)
  • Add StatefulSet resource (#93) (e154ef6)