Skip to content

0.0.4

Latest
Compare
Choose a tag to compare
@cdrage cdrage released this 19 Sep 19:13
· 29 commits to master since this release

A large update to Kubeshift.

This release adds brand new API calls as per the updated README.md. Being able to function with all APIs calls under localhost:8080/api.

Main features:

  • Added functions to API calls
  • Increased test coverage
  • Fixed bug with OpenShift template delete
  • Removed unneeded features from OpenShift provider
  • Updated examples

The full git shortlog is below:

Charlie Drage <charlie@charliedrage.com> (16):
      Update release script
      Update example
      Fix bug with handling websocket content + move function closer to websocket_request
      Remove TODO's / comments on websocket function
      Move _get_metadata_name to universal base.py
      Increase Openshift test coverage
      Remove extra un-needed functions
      Fix OpenShift bug with template delete
      Remove uneeded else statement (never runs)
      Update README
      Update README
      Update TODO. Focus on Kubernetes and OpenShift
      Add API calls for both Kubernetes and OpenShift clients
      Update README example methods
      Update README with scale information and misspell
      Update README, specifying only support for k8s and oc