Update owncloud/ocis Docker tag to v1.9.0 #57
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.
This PR contains the following updates:
1.8.0
->1.9.0
Release Notes
owncloud/ocis
v1.9.0
Compare Source
The following sections list the changes for 1.9.0.
Summary
Details
Bugfix - Panic when service fails to start: #2252
Tags: runtime
When attempting to run a service through the runtime that is currently running and fails to
start, a race condition still redirect os Interrupt signals to a closed channel.
Prevent race condition on starting an already running service owncloud/ocis#2252
Bugfix - Dont use port 80 as debug for GroupsProvider: #2271
A copy/paste error where the configuration for the groupsprovider's debug address was not
present leaves go-micro to start the debug service in port 80 by default.
Use correct debug address owncloud/ocis#2271
Change - Update ownCloud Web to v3.4.0: #2276
Tags: web
We updated ownCloud Web to v3.4.0. Please refer to the changelog (linked) for details on the web
release.
[full-ci] Update web to 3.4.0 owncloud/ocis#2276
https://github.com/owncloud/web/releases/tag/v3.4.0
Change - Update WEB to v3.4.1: #2283
[docs-only] update testing docs to include STORAGE_DRIVER env var owncloud/ocis#2283
https://github.com/owncloud/web/releases/tag/v3.4.1
Enhancement - Runtime support for cherry picking extensions: #2229
Support for running certain extensions supervised via cli flags. Example usage:
> ocis server --extensions="proxy, idp, storage-metadata, accounts"
[Runtime] Cherrypick Extensions owncloud/ocis#2229
Enhancement - Add readonly mode for storagehome and storageusers: #2230
To enable the readonly mode use
STORAGE_HOME_READ_ONLY=true
andSTORAGE_USERS_READ_ONLY=true
. Alternative: useOCIS_STORAGE_READ_ONLY=true
[full-ci] read-only storagehome and storageusers owncloud/ocis#2230
Enhancement - Remove unnecessary Service.Init(): #1705
As it turns out oCIS already calls this method. Invoking it twice would end in accidentally
resetting values.
ocis already does the cli flag parsing owncloud/ocis#1705
Enhancement - Update REVA to v1.9.1-0.20210628143859-9d29c36c0c3f: #2227
update reva to v1.9.1-0.20210628143859-9d29c36c0c3f owncloud/ocis#2227
Enhancement - Update REVA to v1.9.1: #2280
[full-ci] update reva to v1.9.1 owncloud/ocis#2280
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.