Skip to content

Commit

Permalink
Merge branch 'release/3.8.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
JackMorganNZ committed Sep 28, 2021
2 parents d3ecae8 + 70f261c commit dd4d6c5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion csfieldguide/config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Module for Django system configuration."""

__version__ = "3.8.3"
__version__ = "3.8.4"
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
- "traefik.docker.network=uccser-public"
- "traefik.http.services.cs-field-guide-django.loadbalancer.server.port=8000"
- "traefik.http.routers.cs-field-guide-django.service=cs-field-guide-django"
- "traefik.http.routers.cs-field-guide-django.rule=Host(`${CS_FIELD_GUIDE_DOMAIN}`)"
- "traefik.http.routers.cs-field-guide-django.rule=${CS_FIELD_GUIDE_ROUTER_RULE}"
- "traefik.http.routers.cs-field-guide-django.entryPoints=web"
networks:
- uccser-public
Expand Down
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ All notable changes to this project will be documented in this file.
We have listed major changes for each release below.
`All downloads are available on GitHub <https://github.com/uccser/cs-field-guide/releases/>`__

3.8.4
==============================================================================

**Release date:** 29th September 2021

**Changelog:**

- Allow greater customisation for the website's Traefik routing rule.

3.8.3
==============================================================================

Expand Down

0 comments on commit dd4d6c5

Please sign in to comment.