Skip to content

Commit

Permalink
Update CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Scottm-Caktus authored Apr 20, 2022
1 parent be289cf commit 0a6bcdc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@ Changes
-------


v1.5.0 on TBD
~~~~~~~~~~~~~~~~~~~~~~
v1.5.0 on April 20th, 2022
~~~~~~~~~~~~~~~~~~~~~

* Removed support for RabbitMQ. See `the README
<https://github.com/caktus/ansible-role-django-k8s#rabbitmq-support>`_
if you need to maintain an existing cluster.
* Support running multiple workers using ``k8s_worker_containers``
* Allow override of ``kubernetes.io/ingress.class`` using ``k8s_ingress_class``
* Allow ovverride Service ``spec.type`` and ``spec.loadBalancerIP`` for Memcache and Redis
* Add ``podAntiAffinity`` to prefer scheduling app and worker pods on different nodes
* Update Ingress ``apiVersion`` to ``networking.k8s.io/v1`` (Kubernetes 1.19+)
* Fix arg order for Celery 5.x
* Add support for mounting data volumes via Secrets within containers



v1.4.0 on Oct 14, 2021
Expand Down

0 comments on commit 0a6bcdc

Please sign in to comment.