github authelia/authelia v4.15.0

latest releases: v4.38.8, v4.38.7, v4.38.6...
4 years ago

Breaking in v4.15.0

  • Previously if a configuration value did not exist we ignored it. Now we will error if someone has
    specified either an unknown configuration key or one that has changed. In the instance of a changed
    key a more specific error is intended. This may cause some people who have not updated their config
    to see new errors.
  • Authelia now checks the Notifier is configured correctly before becoming available. If the
    SMTP Notifier is used and the configuration is wrong or there is something wrong with the server
    Authelia will not start. If the File Notifier is used and the file is not writable Authelia will
    not start.
  • Authelia v3 migration tools are being removed in this release due to the length of time which
    has passed since v4 release. Older versions will still be available for migration if needed.

Deprecation Notice(s)

  • Environment variable secrets are insecure and have been replaced by a file based alternative
    instead of having the plain text secret in the environment variables. In version 4.18.0 the old method
    will be completely removed. Read more in the docs.

Changelog

  • 8917c98 [RELEASE] v4.15.0 (#904)
  • e89e040 [FIX] File Notifier Default Permissions (#902)
  • c1ac25a [FEATURE] Config Validation (#901)
  • b9fb33d [FEATURE] File Secrets (#896)
  • 0ec3f18 [CI] Introduce GitHub checks based linting with reviewdog (#900)
  • 7e63439 [MISC] (deps): Bump @types/node from 13.13.1 to 13.13.2 in /web (#899)
  • d6f240d [MISC] (deps): Bump github.com/lib/pq from 1.3.0 to 1.4.0 (#898)
  • 799945b [MISC] (deps): Bump github.com/valyala/fasthttp from 1.11.0 to 1.12.0 (#897)
  • 9eb9d10 [DEPRECATE] Remove migration tools from latest version of Authelia (#894)
  • 54694c4 [MISC] Ignore errcheck recommendations for legacy code (#893)
  • fca190d [MISC] Linting unparam fixes (#892)
  • 9e9dee4 [FEATURE] Notifier Startup Checks (#889)
  • a26ddf9 [CI] Update PR commentary messages (#890)
  • 333137d [MISC] Implement final golint recommendations (#888)
  • b12d9d4 [FEATURE] Add Content-Security-Policy meta to login portal. (#822)
  • 2e78408 [MISC] Implement golint recommendations (#885)
  • a6b7a86 [MISC] (deps): Bump @types/node from 13.13.0 to 13.13.1 in /web (#887)
  • fcfe8c4 [MISC] (deps): Bump github.com/fasthttp/router from 1.0.2 to 1.0.3 (#884)

Docker Container

  • docker pull authelia/authelia:4.15.0

Don't miss a new authelia release

NewReleases is sending notifications on new releases.