Releases: nodeshift/openshift-rest-client
Releases · nodeshift/openshift-rest-client
Removing Node 10 and URL's are safe now
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
Loading the Auth URL from the Cluster
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
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
v4.0.1 Release
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
Now with more config returned
v3.0.1 release
Gettin' rid of dem deprecation warnings
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
2.3.0 (2019-09-30)
Features
-
auth: add optional auth url param to client settings (#167) (11df861)
-
Docs are now available at https://nodeshift.dev/openshift-rest-client/