Skip to content

Releases: TACC/Camino

v2.7.1: Fix CMS uWSGI buffer size

02 Mar 23:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.0...v2.7.1

v2.7.0: Parameterized nginx server_name

15 Dec 18:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.7.0

v2.6.0: Update nginx ssl and uwsgi configurations

25 Aug 20:35
5639e54
Compare
Choose a tag to compare

What's Changed

  • task/FP-1797: update ciphers; bump send timeout by @rstijerina in #22

Full Changelog: v2.5.0...v2.6.0

v2.5.0: Increase max file upload size

18 Aug 17:49
Compare
Choose a tag to compare

Changed

  • Increase client_max_body_size to 2GB

v2.4.0: `deploy-core` restarts core services; Refresh static assets on deploy

23 Feb 19:22
Compare
Choose a tag to compare

Changed

  • Update Makefile to enforce fresh collectstatic action (#11)
  • FP-442: Pull and restart workers and websockets when deploy-core (#21)

v2.3.0: Enable standalone services

01 Nov 21:26
Compare
Choose a tag to compare

Added

  • FP-1120 & FP-1136: Allow standalone services (e.g. CMS/Docs/Portal) (#19)

Changed

  • Add gzip configuration for static assets. (#17)

v2.2.0: Mount Custom Settings

15 Jun 16:29
Compare
Choose a tag to compare

Added

  • Mount custom_settings.py into the settings folder (#14)

Changed

  • Update Readme

v2.1.0: Update docker-compose, Add nginx locations

03 Feb 18:59
Compare
Choose a tag to compare

Added

  • Added a make action for deploy-docs

Changed

  • Update nginx.conf with new locations from core
  • Update docker-compose to 3.8 to support build stages, etc.
  • Simplify location of .env file needed for Makefile actions

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