github authelia/authelia v4.20.0

latest releases: v4.38.8, v4.38.7, v4.38.6...
3 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

Don't miss a new authelia release

NewReleases is sending notifications on new releases.