Release v7.0.0 changes
- Set
maxconnin HAProxy from500000to250000, which is required to prevent it from failing because of how Max Open Files are handled with the Docker Engine v29. Themaxconnvalue can't be higher than ~50% of the max open file limit defined on the host - Added the
HAPROXY_MAXCONNenv variable to overwrite the default value (250000) - Added the lables
ict-plaform.deployment.typeandict-plaform.deployment.group - Added the deployment specific default
restart_policyto themongo-expressservice - Added the
acl_fileconfiguration to the MQTT broker, which should have been done before - Reduced logging of the MQTT broker to only error and warning
- Set default logging for Orion and IoT-Agent from Info to Warning
- Remove unneeded comments from the MQTT Broker config
- Refactored the MongoDB ReplicaSet setup script
- Added the
MONGODB_SETUP_DEBUGenv variable to enable Debugging for the ReplicaSet setup script
Edited by m.schroeder