This Release is a set of a lot of small improvements and fixes, things that over time accumulated and make the system a bit better working.
Features:
- Allow to define an S3 region via the
S3_REGION
env variable for Lagoon Tasks (#957)
Changes:
- SSH Key Syncing from Gitlab is disabled for now (3041b36) if you use this features, please be aware that this will cause desynced ssh keys. We're working on getting the feature back and also provide a sync-everything feature
Bugfixes:
- Increase the Gitlab timeout to 30secs as the previous timeout of 2secs caused issues (96affbc)
Improvements:
- Remove
::ffff:
also from fastcgi paramREMOTE_ADDR
, as we already do it for theX-Forwarded-For
Header (#958) - Storage Calculator can now also calculate the storage for mariadb-shared service (#956)
- The Lagoon UI backup tab now informs customers about the new tasks tab where they can get on-demand backups (#955)
- Some less logging in the services which reduces the amount of container-logs created by Lagoon (#954)
- Better non-technical names for Lagoon Tasks (#952) - thanks @klonos!
Documentation:
- none