Skip to content

Releases: TACC/Camino

v2.0.0: Portal-Agnostic Camino

23 Nov 20:11
Compare
Choose a tag to compare

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 a docker-compose.overrides.yml

v1.2.0: ASGI Websockets

12 Aug 06:09
Compare
Choose a tag to compare

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

28 May 14:23
b2f1198
Compare
Choose a tag to compare

Changed

  • Enabled uwsgi on Django containers.

Fixed

  • Added a migrate step to Django deploy pipeline.