Releases: TACC/Camino
Releases · TACC/Camino
v2.0.0: Portal-Agnostic Camino
Added
- Added more
make
utility commands for dynamic service deployments and dbdumps
Changed
- All references to "frontera" were changed to "portal"
- Subscribing portals must now provide a minimal
.env
configuration file to use camino nginx.conf
dynamically loads provided*.server.conf
and*.location.conf
files- The
docker-compose
composition can be extended by providing adocker-compose.overrides.yml
v1.2.0: ASGI Websockets
Changed
- FP-391: Replace uwsgi in websocket containers with daphne asgi
Fixed
- Pin CMS release to working version in dev
Removed
- Remove local elasticsearch configuration
Enabled uWSGI and Migrations for Django
Changed
- Enabled uwsgi on Django containers.
Fixed
- Added a migrate step to Django deploy pipeline.