[full-ci] prepare changelog, bump version #7381
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Prepare patch release
Related Issue
Changelog
Changes in 4.0.2
Summary
Details
Bugfix - Bump reva to 2.16.1: #7350
[full-ci] Stable 4.0 bump reva #7350
Bugfix - Do not reset received share state to pending: #7319
We fixed a problem where the states of received shares were reset to PENDING in the "ocis migrate
rebuild-jsoncs3-indexes" command
ocis migrate rebuild-jsoncs3-indexes
resets share acceptance state #7319Bugfix - Check school number for duplicates before adding a school: #7351
We fixed an issue that allowed to create two schools with the same school number
https://github.com/owncloud/enterprise/issues/6051
graph/education: Check school number for duplicates before adding a school #7351
Bugfix - Disable username validation for keycloak example: #7230
Set 'GRAPH_USERNAME_MATCH' to 'none'. To accept any username that is also valid for keycloak.
Backport-4.0: deployment: Disable username validation for keycloak example #7230
Bugfix - Actually pass PROXY_OIDC_SKIP_USER_INFO option to oidc client middleware: #7220
backport: actually use skip user info config option #7220
Bugfix - Bring back the USERS_LDAP_USER_SCHEMA_ID variable: #7312
We reintroduced the USERS_LDAP_USER_SCHEMA_ID variable which was accidently removed from
the users service with the 4.0.0 release.
users
service does not support USERS_LDAP_USER_SCHEMA_ID anymore #7312"Could not load roles" when authenticating against Authentik with read-only Active Directory ocis-charts#397
Enhancement - Add OCIS_LDAP_BIND_PASSWORD as replacement for LDAP_BIND_PASSWORD: #7176
The enviroment variable
OCIS_LDAP_BIND_PASSWORD
was added to be more consistent with allother global LDAP variables.
LDAP_BIND_PASSWORD
is deprecated now and scheduled for removal with the 5.0.0 release.We also deprecated
LDAP_USER_SCHEMA_ID_IS_OCTETSTRING
for removal with 5.0.0. Thereplacement for it is
OCIS_LDAP_USER_SCHEMA_ID_IS_OCTETSTRING
.Config pitfalls after v4 upgrade #7176
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: