Automated changelog update [skip ci]

This commit is contained in:
Michael Barz
2024-01-02 14:51:41 +00:00
parent 6b05333f90
commit 3aaa60b1c2

View File

@@ -41,6 +41,7 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Fix Service Account Roles on external IDP: [#8074](https://github.com/owncloud/ocis/pull/8074)
* Enhancement - Disable the password policy: [#7985](https://github.com/owncloud/ocis/pull/7985)
* Enhancement - Update reva to latest edge version: [#8100](https://github.com/owncloud/ocis/pull/8100)
## Details
@@ -51,6 +52,14 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/8074
* Enhancement - Disable the password policy: [#7985](https://github.com/owncloud/ocis/pull/7985)
We add the environment variable that allow to disable the password policy.
https://github.com/owncloud/ocis/issues/7916
https://github.com/owncloud/ocis/pull/7985
https://github.com/cs3org/reva/pull/4409
* Enhancement - Update reva to latest edge version: [#8100](https://github.com/owncloud/ocis/pull/8100)
We update reva to the latest edge version to get the latest fixes and features.