Release Notes / Version 11.2210
Table Of ContentsTraefik has been updated to 2.5.
With this update, we changed the configuration provider from Docker to File. This change has the benefit that:
the Docker compose files become more readable and less complex.
Traefik can be installed on a separate machine and only the service endpoints need to be reconfigured to point to the nodes, where the services are running.
The CAE rules have been changed from a whitelist pattern to only allow a specific set of servlets to a match-all style. This is possible, since the
internal
servlet has been moved to the server running on the maintenance port.
(CMS-16416)