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 v7.0.1 #6470

Merged
merged 1 commit into from
Jun 7, 2023
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=13a10f5a86dea81e48e01f2644280877b64492cb
WEB_COMMITID=0759adba28e0fb230b47646b07509471d3ce5a4f
WEB_BRANCH=stable-7.0
11 changes: 11 additions & 0 deletions changelog/unreleased/update-web-7.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Enhancement: Update web to v7.0.1

Tags: web

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

## Summary
* Bugfix [owncloud/web#9153](https://github.com/owncloud/web/pull/9153): Reduce space preloading

https://github.com/owncloud/ocis/pull/6470
https://github.com/owncloud/web/releases/tag/v7.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 = v7.0.0
WEB_ASSETS_VERSION = v7.0.1

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

Expand Down