Skip to content

Releases: nodeshift/openshift-rest-client

v2.2.0 Release

24 Apr 12:36
Compare
Choose a tag to compare

2.2.0 (2019-04-24)

Features

v2.1.0 Release

24 Apr 12:32
Compare
Choose a tag to compare

2.1.0 (2019-04-05)

Features

v2.0.0 Release - The Refactor

14 Mar 13:18
Compare
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
Compare
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
Compare
Choose a tag to compare

1.6.2 (2018-12-12)

v1.6.1 release

12 Dec 15:59
Compare
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
Compare
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)

v1.5.0 release

30 Oct 12:48
Compare
Choose a tag to compare

1.5.0 (2018-10-30)

Features

1.4.0 Release

06 Jun 18:20
Compare
Choose a tag to compare

1.4.0 (2018-06-05)

Bug Fixes

  • travis-ci should use npm install instead of npm ci (#74) (5d7b59b)

Features