Skip to content

v0.0.5

Latest
Compare
Choose a tag to compare
@mdgreenwald mdgreenwald released this 27 May 16:32
· 11 commits to master since this release
33fc4e8

Changes:

  • Adds support for CronJob and DaemonSet workloads. 🎉
  • Deprecate /api/v1/deploy in favor of /api/v1/deployment.
  • Bumps Flask to version 1.1.2.
  • Adds new tests/setup.yaml to create test workloads to patch.
  • Match imports style.
  • Renames functions to match methods in client python API.
  • Rename object_type variable to name for clarity.
  • Added endpoints and parameters section to the README.

Deprecation notice

The original deploy endpoint /api/v1/deploy will continue to work for the foreseeable future, but it is recommended to move to the new deployment /api/v1/deployment endpoint.

Features:

  • Adds support for CronJob and DaemonSet workloads. 🎉

Known Issues:

  • Still only compatible with single container deployments at the moment.

docker pull quay.io/mdgreenwald/push-deploy:v0.0.5