Skip to content

Releases: cloudogu/cas

v7.0.8-4

13 Nov 16:49
Compare
Choose a tag to compare

Added

  • Replicate users from delegated authentication into LDAP [#224]
    • delegated authentication currently only works when using the embedded LDAP
  • Disclaimer for legal_urls without protocol [#230]

Fixed

  • Fix configuration for delegated authentication with OIDC [#222]

v7.0.8-3

11 Oct 06:49
Compare
Choose a tag to compare

Changed

  • Use flat instead of nested attributes for OAuth user profile. [#219]

Fixed

  • OIDC- and OAuth-Dogus which relied on a flat OAuth user profile structure were unable to parse the user profile. [#219]

v7.0.8-2

02 Oct 08:05
Compare
Choose a tag to compare

Fixed

  • Fix a bug where the watch for service accounts in the config local.yaml stucks because the events wasnt resetted and polled [#217]

v7.0.8-1

23 Sep 07:49
Compare
Choose a tag to compare

Added

  • Add lang-attribute to HTML-Pages [#213]
  • update CAS to 7.0.8

v7.0.5.1-8

18 Sep 09:29
Compare
Choose a tag to compare

Changed

  • Relicense to AGPL-3.0-only

v7.0.5.1-7

05 Sep 14:49
Compare
Choose a tag to compare

Fixed

  • The pre-upgrade-script will no longer try to access the node_master-file for all migrations [#211]
    • The access to the node_master-file has been moved to the migration where it es needed and where the node_master-file was still present.

v7.0.5.1-6

27 Aug 14:31
Compare
Choose a tag to compare

Fixed

  • The post-upgrade-script would fail in a specific edge-case situation [#207]
    • Affected System: Cloudogu EcoSystem Classic (Pre-Multinode)
    • Affected versions: 7.0.5.1-4 and 7.0.5.1-5
    • When an OAuth/OIDC-Dogu was installed and then uninstalled, the post-upgrade script would fail during an upgrade from CAS versions below 7.0.5.1-4.
    • This means that a directory /config/cas/service_accounts/<type> had to exist, but be empty (where <type> can be oauth or oidc).
    • Additionally prevent similar cases.

v7.0.5.1-5

20 Aug 14:37
Compare
Choose a tag to compare

Fixed

  • Add missing data-testid to logout error messages [#203]
  • Add missing translations

v7.0.5.1-4

20 Aug 06:54
Compare
Choose a tag to compare

Changed

  • In a single-node EcoSystem (Classic-CES):
    • Use explicit service accounts for normal CAS service accounts in addition to implicitly reading dependencies. (#197)
    • Receive logout URI as an additional argument in the service-account-create exposed command in addition to reading it from the dogu descriptor. (#197)
  • In a multi-node EcoSystem:
    • Use explicit service accounts for normal CAS service accounts instead of implicitly reading dependencies. (#197)
    • Receive logout URI as an additional argument in the service-account-create exposed command instead of reading it from the dogu descriptor. (#197)
  • Use config from mounted file when in multinode (#197)
  • Upgrade java base image to 21.0.4-1 (#193)
  • Replace persistent state with local config (#193)

v7.0.5.1-3

16 Aug 12:04
Compare
Choose a tag to compare

Fixed

  • Fix design of login mask to be more flexible