Release v7.0.0 changes

  • Set maxconnin HAProxy from 500000 to 250000, which is required to prevent it from failing because of how Max Open Files are handled with the Docker Engine v29. The maxconn value can't be higher than ~50% of the max open file limit defined on the host
  • Added the HAPROXY_MAXCONN env variable to overwrite the default value (250000)
  • Added the lables ict-plaform.deployment.type and ict-plaform.deployment.group
  • Added the deployment specific default restart_policy to the mongo-express service
  • Added the acl_file configuration 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_DEBUG env variable to enable Debugging for the ReplicaSet setup script
Edited by m.schroeder

Merge request reports

Loading