Skip to content

v2.0.0 Release - The Refactor

Compare
Choose a tag to compare
@lholmquist lholmquist released this 14 Mar 13:18

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