Releases: TACC/Camino
Releases · TACC/Camino
v3.0.0: Stand Alone Deployment Support
Added
- WI-57, WI-71: Update to support SAD CMS, Full Portal, and services from same branch (#43)
Fixed
- Fix http2 directive when using latest nginx image
v2.10.0: Add XSS Protection Header
Changed
- WI-85: Add XSS Protection Header (#45)
v2.9.1: Mount Secrets as read-only
Fixed
- WI-52: Mount secrets as read-only to avoid docker folder creation when non-existent (#34)
v2.9.0: Security Headers; Django Caching
What's Changed
- Task WI-7: Add security headers in nginx conf by @neblinc in #31
- Task WA-46: Add CSP Policy headers by @neblinc in #32
- task/WI-29: Set up Django Caching by @happycodemonkey in #33
New Contributors
- @neblinc made their first contribution in #31
- @happycodemonkey made their first contribution in #33
Full Changelog: v2.8.0...v2.9.0
v2.8.0: Update `docker-compose` command
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