github authelia/authelia v4.21.0

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

Breaking in v4.21.0

  • New LDAP attribute display_name_attribute has been introduced, defaults to value: displayname.
  • New key displayname has been introduced into the file based user database.

These are utilised to greet the logged in user.

If utilising a file based user backend:

  • Administrators will need to update users and include the displayname key.

Before:

users:
    john:
      password: "$6$rounds=500000$jgiCMRyGXzoqpxS3$w2pJeZnnH8bwW3zzvoMWtTRfQYsHbWbD/hquuQ5vUeIyl9gdwBIt6RWk2S6afBA0DPakbeWgD/4SZPiS0hYtU/"
      email: john.doe@authelia.com
      groups:
        - admins
        - dev

After:

users:
    john:
      displayname: "John Doe"
      password: "$6$rounds=500000$jgiCMRyGXzoqpxS3$w2pJeZnnH8bwW3zzvoMWtTRfQYsHbWbD/hquuQ5vUeIyl9gdwBIt6RWk2S6afBA0DPakbeWgD/4SZPiS0hYtU/"
      email: john.doe@authelia.com
      groups:
        - admins
        - dev
  • Users with long-lived sessions will need to recreate the session (logout and login) to propagate the changes.

Changelog

  • cd2e7eb [RELEASE] v4.21.0 (#1172)
  • 160e98f [DEV] Fix webpack for development workflow (#1163)
  • ccc5ce8 [CI] Final touches to PR commentary (#1171)
  • 73a7d04 [CI] Attempt to fix PR commentary (#1168)
  • 4149270 [CI] Ignore CI/CD and notify for forked master branches (#1166)
  • 0722317 [MISC] (deps): Bump @material-ui/core from 4.10.2 to 4.11.0 in /web (#1164)
  • c5916cb [DOCS] Adjust Deployment navigation order (#1160)
  • 697ffd8 [DOCS] Fix just-the-docs theme styling (#1159)
  • 997e17c [MISC] (deps): Bump just-the-docs from 0.2.9 to 0.3.0 in /docs (#1158)
  • 5c4edf2 [FEATURE] Support for subject combinations in ACLs (#1142)
  • b6a8b47 [MISC] (deps): Bump @types/node from 14.0.13 to 14.0.14 in /web (#1155)
  • 0d60161 [MISC] (deps): Bump @types/jest from 26.0.0 to 26.0.3 in /web (#1154)
  • 79524d0 [MISC] (deps): Bump @types/react from 16.9.38 to 16.9.41 in /web (#1153)
  • 24ea881 [MISC] (deps): Bump github.com/go-ldap/ldap/v3 from 3.2.0 to 3.2.1 (#1152)
  • b770d3c [BUGFIX] Fix paths for embedded media assets (#1150)
  • 1a76241 [MISC] (deps): Bump just-the-docs from 0.2.7 to 0.2.9 in /docs (#1151)
  • 29e54c2 [MISC] Template global config and refactor some /api endpoints (#1135)
  • ddfce52 [MISC] Strip debugging information from compiled binaries (#1141)
  • 28f1a77 [DEV] Notify that macOS currently isn't supported for dev workflow (#1140)
  • 8216eac [CI] Specify comparison target for codecov (#1139)
  • 012e876 [MISC] (deps): Bump @fortawesome/free-solid-svg-icons in /web (#1138)
  • 22a47b0 [MISC] (deps): Bump @fortawesome/fontawesome-svg-core in /web (#1137)
  • af44228 [MISC] (deps): Bump @fortawesome/free-regular-svg-icons in /web (#1136)
  • ea879dc [DOCS] Add a section explaining why Authelia is open source (#1134)
  • 6f96e4b [DOCS] Add FreeBSD Port as deployment option in README (#1133)
  • 6188343 [DEV] Set chromedriver path with env variable (#1123)
  • e43bc93 [FEATURE] Add configurable display name to frontend (#1124)
  • 91376a5 [BUGFIX] Re-add local compose configuration files (#1131)
  • 013f61f [BUGFIX] Fix local compose bundle regression from #1113 (#1130)
  • 0e20666 [MISC] (deps): Bump github.com/go-ldap/ldap/v3 from 3.1.11 to 3.2.0 (#1128)
  • 6ccc92e do not hardcode /bin/bash (#1122)
  • 9a4f3cf [MISC] (deps): Bump @types/react from 16.9.36 to 16.9.38 in /web (#1121)

Docker Container

  • docker pull authelia/authelia:4.21.0

Don't miss a new authelia release

NewReleases is sending notifications on new releases.