authelia v4.20.0 Release Notes

Release Date: 2020-06-17 // almost 4 years ago
  • ๐Ÿ’ฅ Breaking in v4.20.0

    • ๐Ÿ”จ Authelia's Docker volumes have been refactored. All data should reside within a single volume of /config.
      โšก๏ธ All examples have been updated to reflect this change. The entrypoint for the container changed from
      ๐Ÿ”ง authelia --config /etc/authelia/configuration.yml to authelia --config /config/configuration.yml.

    ๐Ÿ‘‰ Users migrating to v4.20.0 have two options:

    ๐Ÿ”ง 1. Change your container mappings to point to /config also change any associated paths in your configuration.yml to
    represent the new /config mappings. ๐Ÿ”ง 2. Change your container entry point back to authelia --config /etc/authelia/configuration.yml

    • Docker Compose: command: authelia --config /etc/authelia/configuration.yml
    • Docker Run: docker run -d -v /path/on/host:/etc/authelia authelia/authelia:latest authelia --config /etc/authelia/configuration.yml
      ๐Ÿ‘ The team recommends option 1 to unify/simplify troubleshooting for support related issues.

    ๐Ÿ”„ Changelog

    • ๐Ÿš€ 475a4e1 [RELEASE] v4.20.0 (#1120)
    • ๐ŸŒ 0e0f7e6 [MISC] (deps): Bump @fortawesome/react-fontawesome in /web (#1119)
    • 15edb2a [CI] Adjust external PR commentary (#1117)
    • ๐Ÿณ ff7f9a5 [FEATURE] Docker simplification and configuration generation (#1113)
    • 53ea5a0 [MISC] (deps): Bump github.com/fasthttp/router from 1.2.1 to 1.2.2 (#1116)
    • 9ae6899 [MISC] (deps): Bump github.com/go-ldap/ldap/v3 from 3.1.10 to 3.1.11 (#1115)
    • ๐Ÿ’ป 823bc8d [MISC] (deps): Bump @material-ui/core from 4.10.1 to 4.10.2 in /web (#1114)
    • ๐ŸŒ d7b0558 [MISC] (deps): Bump query-string from 6.13.0 to 6.13.1 in /web (#1111)
    • ๐Ÿ“„ 2b8acb1 [DOCS] Fix link for K8s setup (#1110)
    • 532ccb8 [MISC] (deps): Bump github.com/lib/pq from 1.6.0 to 1.7.0 (#1106)
    • ๐Ÿ“„ 1a1f86a [DOCS] Main logo redirects to root of www.authelia.com.
    • ๐Ÿšš 5fc54be [DOCS] Try to remove url from docs config.
    • ๐Ÿ“š fa0c27e [DOCS] Add trailing slash in baseurl of documentation.
    • ๐Ÿ“„ 7d4bbd7 Serve docs under www.authelia.com/docs.
    • ๐Ÿ”ง b68ed06 [MISC] Configure docs to be served under /docs base url. (#1105)
    • ๐ŸŒ 74ca9c5 [MISC] (deps): Bump @types/react from 16.9.35 to 16.9.36 in /web (#1107)
    • ๐ŸŒ 1dca2e1 [MISC] (deps): Bump @types/node from 14.0.12 to 14.0.13 in /web (#1108)

    ๐Ÿณ Docker Container

    • ๐Ÿณ docker pull authelia/authelia:4.20.0