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