Skip to content

Releases: caktus/ansible-role-django-k8s

v1.1.0

04 Mar 22:01
bf5233d
Compare
Choose a tag to compare
  • Support adding a limited AWS IAM user for CI deploys

v1.0.0

17 Feb 22:37
bc400c6
Compare
Choose a tag to compare

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

02 Feb 18:12
3fa2214
Compare
Choose a tag to compare
  • Adds no_log to rollout commands to prevent logging of environment vars.

v0.0.10

27 Jan 21:54
d3f7bd5
Compare
Choose a tag to compare
  • Fixes migration bug (#35)
  • Fixes deploy account lookup bug (#36)

v0.0.9

04 Jan 22:08
7c50b5c
Compare
Choose a tag to compare
  • Fixes elasticsearch bug that did not allow pods to return to running state after deletion.

v0.0.8

24 Sep 14:32
dccebe7
Compare
Choose a tag to compare
  • Add customizable k8s_collectstatic_timeout variable
  • Suport redirect from www.domain.com to domain.com or vice versa.

v0.0.7

28 Jul 20:50
Compare
Choose a tag to compare
  • Support environment-specific Amazon S3 bucket creation (#27)

v0.0.6

02 Jul 18:36
Compare
Choose a tag to compare
  • Allow full customization of the arguments to the celery command. (#17, #23)
  • Enable collectstatic command to run during deploy (#24)

v0.0.5

16 Jun 18:31
Compare
Choose a tag to compare

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

15 Jun 12:53
Compare
Choose a tag to compare
  • Wait until Job-created migration pod returns Completed status before continuing
    deploy
  • Set celery-beat ImagePullPolicy to match user-configured setting