Releases: nodeshift/openshift-rest-client
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/
v2.2.1 Release
chore(release): 2.2.1
v2.2.0 Release
v2.1.0 Release
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