Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Latest commit

 

History

History
110 lines (53 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

110 lines (53 loc) · 2.13 KB

Changelog

The format is based on Keep a Changelog.

v12 - 2023-04-28

Added

  • Added memcached

v11 - 2023-04-10

Changed

  • Fixed flower service not working due to nonexistent app

v10 - 2023-04-10

Changed

  • Fixed registering the core app to the flower service

v9 - 2023-04-10

Changed

  • Fixed missing concurrency parameter for the mirror upload queue

v8 - 2023-04-10

Added

  • Added a new Celery instance to handle the mirror upload queue

v7 - 2023-04-04

This release requires a database migration!

Changed

  • Updated PostgreSQL to 15.2

v6 - 2023-02-25

Changed

  • Use GitHub Packages instead of DockerHub

v5 - 2023-02-25

Changed

  • Fixed django-celery-beat crashing because of the incorrect app name

v4 - 2022-11-30

Added

  • Added health-check to nginx container. You must add localhost to SHIPPER_ALLOWED_HOSTS!

v3 - 2022-06-20

Changed

  • Celery runs within the core app (requires shipper 2.0.0 or above)

v2 - 2022-05-21

Changed

  • Updated PostgreSQL to 14.3

v1 - 2022-05-21

Initial schema release.