Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[full-ci] chore: bump web to v11.0.1 #10467

Merged
merged 2 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=3f933278b7085ffebfb8386037103be6865162aa
WEB_COMMITID=055ee387d91dd4631cf47970962d30149ba9996c
WEB_BRANCH=master
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ config = {
"part": {
"skip": False,
"totalParts": 4, # divide and run all suites in parts (divide pipelines)
"xsuites": ["search", "app-provider", "oidc"], # suites to skip
"xsuites": ["search", "app-provider", "oidc", "ocm"], # suites to skip
},
"search": {
"skip": False,
Expand Down
16 changes: 16 additions & 0 deletions changelog/unreleased/update-web-11.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Enhancement: Update web to v11.0.1

Tags: web

We updated ownCloud Web to v11.0.1. Please refer to the changelog (linked) for details on the web release.

* Bugfix [owncloud/web#11803](https://github.com/owncloud/web/issues/11803): Files appearing in file list
* Bugfix [owncloud/web#11804](https://github.com/owncloud/web/pull/11804): Add missing translations
* Bugfix [owncloud/web#11806](https://github.com/owncloud/web/issues/11806): Folder size mismatch
* Bugfix [owncloud/web#11813](https://github.com/owncloud/web/pull/11813): Preview image retries
* Bugfix [owncloud/web#11817](https://github.com/owncloud/web/pull/11817): Respect post logout url
* Bugfix [owncloud/web#11830](https://github.com/owncloud/web/issues/11830): Right side bar cut off
* Bugfix [owncloud/web#11831](https://github.com/owncloud/web/pull/11831): Sidebar showing wrong shares

https://github.com/owncloud/ocis/pull/10467
https://github.com/owncloud/web/releases/tag/v11.0.1
2 changes: 1 addition & 1 deletion services/web/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v11.0.0
WEB_ASSETS_VERSION = v11.0.1

include ../../.make/recursion.mk

Expand Down