Releases: TACC/Camino
Releases · TACC/Camino
v2.7.1: Fix CMS uWSGI buffer size
What's Changed
Full Changelog: v2.7.0...v2.7.1
v2.7.0: Parameterized nginx server_name
What's Changed
- task/FP-1947: Parameterized nginx
server_name
by @rstijerina in #24
Full Changelog: v2.6.0...v2.7.0
v2.6.0: Update nginx ssl and uwsgi configurations
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
Changed
- Increase
client_max_body_size
to 2GB
v2.4.0: `deploy-core` restarts core services; Refresh static assets on deploy
v2.3.0: Enable standalone services
v2.2.0: Mount Custom Settings
v2.1.0: Update docker-compose, Add nginx locations
Added
- Added a
make
action fordeploy-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
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