From dbb228349a262e057eae252a2425613f91b57a97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 12 Aug 2021 20:10:41 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a894fcc4f..7af3ce8fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - Specify primary user type for all accounts: [#2364](https://github.com/owncloud/ocis/pull/2364) +* Enhancement - Use non root user for the owncloud/ocis docker image: [#2380](https://github.com/owncloud/ocis/pull/2380) * Enhancement - Replace unmaintained jwt library: [#2386](https://github.com/owncloud/ocis/pull/2386) +* Enhancement - Update bleve to version 2.1.0: [#2391](https://github.com/owncloud/ocis/pull/2391) ## Details @@ -15,6 +17,18 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/2364 +* Enhancement - Use non root user for the owncloud/ocis docker image: [#2380](https://github.com/owncloud/ocis/pull/2380) + + The owncloud/ocis docker image now uses a non root user and enables you to set a different user + with the docker `--user` parameter. The default user has the UID 1000 is part of a group with the + GID 1000. + + This is a breaking change for existing docker deployments. The permission on the files and + folders in persistent volumes need to be changed to the UID and GID used for oCIS (default + 1000:1000 if not changed by the user). + + https://github.com/owncloud/ocis/pull/2380 + * Enhancement - Replace unmaintained jwt library: [#2386](https://github.com/owncloud/ocis/pull/2386) The old library [github.com/dgrijalva/jwt-go](https://github.com/dgrijalva/jwt-go) @@ -22,6 +36,12 @@ The following sections list the changes for unreleased. [github.com/golang-jwt/jwt](https://github.com/golang-jwt/jwt). https://github.com/owncloud/ocis/pull/2386 + +* Enhancement - Update bleve to version 2.1.0: [#2391](https://github.com/owncloud/ocis/pull/2391) + + Updated bleve to the current version. + + https://github.com/owncloud/ocis/pull/2391 # Changelog for [1.10.0] (2021-08-06) The following sections list the changes for 1.10.0.