Skip to content

LetsEncrypt-DNS 2.14.0

Compare
Choose a tag to compare
@adferrand adferrand released this 17 May 22:42
· 713 commits to master since this release

Added

  • First implementation of autorestart feature in a Docker cluster:
    using environment variable DOCKER_CLUSTER_PROVIDER (default: none), the container will use appropriate
    service restart command to restart the service name specified in autorestart-containers=... directive.
    For now, only Swarm is supported: support is triggered using DOCKER_CLUSTER_PROVIDER=swarm.

Modified

  • Python libraries uses now the pip option --no-cache-dir to reduce container footprints.
  • The autorestart and autocmd directives are now triggered upon certificate renewal as before, but also
    upon first certificate issuance now.