The format is based on Keep a Changelog.
v12 - 2023-04-28
- Added memcached
v11 - 2023-04-10
- Fixed flower service not working due to nonexistent app
v10 - 2023-04-10
- Fixed registering the core app to the flower service
v9 - 2023-04-10
- Fixed missing concurrency parameter for the mirror upload queue
v8 - 2023-04-10
- Added a new Celery instance to handle the mirror upload queue
v7 - 2023-04-04
This release requires a database migration!
- Updated PostgreSQL to 15.2
v6 - 2023-02-25
- Use GitHub Packages instead of DockerHub
v5 - 2023-02-25
- Fixed
django-celery-beat
crashing because of the incorrect app name
v4 - 2022-11-30
- Added health-check to nginx container. You must add
localhost
toSHIPPER_ALLOWED_HOSTS
!
v3 - 2022-06-20
- Celery runs within the
core
app (requires shipper 2.0.0 or above)
v2 - 2022-05-21
- Updated PostgreSQL to 14.3
v1 - 2022-05-21
Initial schema release.