Releases: nodeshift/openshift-rest-client
Releases · nodeshift/openshift-rest-client
v2.2.0 Release
2.2.0 (2019-04-24)
Features
v2.1.0 Release
2.1.0 (2019-04-05)
Features
v2.0.0 Release - The Refactor
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
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.1 release
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
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
1.5.0 (2018-10-30)
Features
1.4.0 Release
1.4.0 (2018-06-05)
Bug Fixes
- travis-ci should use npm install instead of npm ci (#74) (5d7b59b)
Features