Skip to content

Releases: mdgreenwald/push-deploy

v0.0.5

27 May 16:32
33fc4e8
Compare
Choose a tag to compare

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

v0.0.4

24 Mar 04:22
4a89997
Compare
Choose a tag to compare

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

24 Oct 19:16
9fde526
Compare
Choose a tag to compare

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

16 Aug 15:01
8baad40
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

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

16 Aug 14:20
e41614f
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
docker pull docker.pkg.github.com/mdgreenwald/push-deploy/push-deploy:v0.0.1

docker-base-layer

16 Aug 14:20
e41614f
Compare
Choose a tag to compare
Merge pull request #2 from mdgreenwald/matthew/poc1

Matthew/poc1