Releases: mdgreenwald/push-deploy
Releases · mdgreenwald/push-deploy
v0.0.5
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 toname
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
v0.0.4
Changes:
- 1c90390 Bumped to Python 3.8
- 2cd4dca Bumped to Kubernetes Client Python v11.0.0
- 974abfb Bumped to gunicorn v20.0.4, Flask-API v2.0, flask-jwt-extended v3.24.1
- 95c850d Adding push-deploy namespace to dev environment
- 974abfb Fixes for tilt dev environment
- 4a89997 Remove trailing slash from dev repo
- 930817a Add dependabot config file
Features:
Known Issues:
- Still only compatible with single container deployments at the moment.
docker pull quay.io/mdgreenwald/push-deploy:v0.0.4
v0.0.3
Changes:
- Locks python version to 3.7.x until benoitc/gunicorn#2091 is fixed.
- Updates to RBAC
- Kubernetes objects use push-deploy namespace
- bumped flask-jwt-extended to 3.24.0
Features:
- This PR enables push-deploy to patch different deployments in different namespaces.
Known Issues:
- Still only compatible with single container deployments at the moment.
docker pull quay.io/mdgreenwald/push-deploy:v0.0.3
v0.0.2
Quick fixes for v0.0.1
- Updated readme.md
- Changed a parameter to make it more generic
docker pull docker.pkg.github.com/mdgreenwald/push-deploy/push-deploy:v0.0.2
v0.0.1
docker pull docker.pkg.github.com/mdgreenwald/push-deploy/push-deploy:v0.0.1
docker-base-layer
Merge pull request #2 from mdgreenwald/matthew/poc1 Matthew/poc1