Releases: caktus/ansible-role-django-k8s
Releases · caktus/ansible-role-django-k8s
v1.1.0
- Support adding a limited AWS IAM user for CI deploys
v1.0.0
BACKWARDS INCOMPATIBLE CHANGES:
- Use updated
cert-manager
annotation key: cert-manager.io/cluster-issuer
- Must update to caktus.k8s-web-cluster v1.0.0
v0.0.11
- Adds
no_log
to rollout commands to prevent logging of environment vars.
v0.0.10
- Fixes migration bug (#35)
- Fixes deploy account lookup bug (#36)
v0.0.9
- Fixes elasticsearch bug that did not allow pods to return to running state after deletion.
v0.0.8
- Add customizable k8s_collectstatic_timeout variable
- Suport redirect from www.domain.com to domain.com or vice versa.
v0.0.7
- Support environment-specific Amazon S3 bucket creation (#27)
v0.0.6
- Allow full customization of the arguments to the celery command. (#17, #23)
- Enable
collectstatic
command to run during deploy (#24)
v0.0.5
v0.0.5 on Jun 16, 2020
* Add ``fsGroup`` to the beat service which allows that service to access the data
volume, if it is not running as root.
v0.0.4
- Wait until Job-created migration pod returns
Completed
status before continuing
deploy
- Set celery-beat ImagePullPolicy to match user-configured setting