~~~~~~~~~~~~~~~~~~~ * Add simpler helper to restore backups (``deploy.db-restore``) when testing disaster recovery tasks (49) * Fix ``utils.get-db-dump`` breaking when output includes kubectl warnings (48) * Use pre-commit for: black, flake8, isort, prettier (50)
0.0.21
~~~~~~~~~~~~~~~~~~~ * Adds a utility `util.scale-app` which assists with scaling a namespace's app and celery deployments and celery-beat statefulset.
0.0.20
~~~~~~~~~~~~~~~~~~~ * Adds support for selecting the flavor of debian launched with pod.debian.
0.0.19
~~~~~~~~~~~~~~~~~~~ * Allow restoring a db from a different schema to another without complaints.
0.0.18
~~~~~~~~~~~~~~~~~~~~
* Support multi-stage Dockerfiles and allow setting the target build stage (`--target`) * Adds a default value (DATABASE_URL) for `db_var` on tasks requiring database variable name.
0.0.17
~~~~~~~~~~~~~~~~~~~~
* Adds a utility `count_backups` that counts available backups in hosting services s3 buckets. * Adds a utility `list-backup-schedules` to list schedules present in a project's backup bucket. * Adds a flag to `aws.sync-media` that allows projects with a single bucket but multiple media folders, to sync between those folders.