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] [k6-tests] Release 7.0.0 #10778

Merged
merged 2 commits into from
Dec 17, 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
19 changes: 0 additions & 19 deletions changelog/7.0.0-rc.1_2024-11-07/bump-reva.md

This file was deleted.

20 changes: 0 additions & 20 deletions changelog/7.0.0-rc.1_2024-11-07/update-web-11.0.2.md

This file was deleted.

9 changes: 0 additions & 9 deletions changelog/7.0.0-rc.2_2024-11-12/bump-reva.md

This file was deleted.

18 changes: 0 additions & 18 deletions changelog/7.0.0-rc.3_2024-11-21/bump-reva.md

This file was deleted.

21 changes: 0 additions & 21 deletions changelog/7.0.0-rc.3_2024-11-21/update-web-11.0.4.md

This file was deleted.

13 changes: 0 additions & 13 deletions changelog/7.0.0-rc.4_2024-12-09/bump-reva.md

This file was deleted.

11 changes: 0 additions & 11 deletions changelog/7.0.0-rc.5_2024-12-16/bump-reva.md

This file was deleted.

20 changes: 0 additions & 20 deletions changelog/7.0.0-rc.5_2024-12-16/update-web-11.0.6.md

This file was deleted.

68 changes: 68 additions & 0 deletions changelog/7.0.0_2024-12-17/bump-reva.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
Bugfix: Bump Reva

Bumps reva version to 2.27.0

* Bugfix [cs3org/reva#4985](https://github.com/cs3org/reva/pull/4985): Drop unneeded session locks
* Bugfix [cs3org/reva#5000](https://github.com/cs3org/reva/pull/5000): Fix ceph build
* Bugfix [cs3org/reva#4989](https://github.com/cs3org/reva/pull/4989): Deleting OCM share also updates storageprovider
* Enhancement [cs3org/reva#4998](https://github.com/cs3org/reva/pull/4998): Emit event when an ocm share is received
* Enhancement [cs3org/reva#4996](https://github.com/cs3org/reva/pull/4996): Get rid of some cases of unstructured logging

Bumps reva version to 2.26.8

* Fix [cs3org/reva#4983](https://github.com/cs3org/reva/pull/4983): Delete stale shares in the jsoncs3 share manager
* Fix [cs3org/reva#4963](https://github.com/cs3org/reva/pull/4963): Fix name and displayName in an ocm
* Fix [cs3org/reva#4968](https://github.com/cs3org/reva/pull/4968): Jsoncs3 cache fixes
* Fix [cs3org/reva#4928](https://github.com/cs3org/reva/pull/4928): Propagate lock in PROPPATCH
* Fix [cs3org/reva#4971](https://github.com/cs3org/reva/pull/4971): Use manager to list shares
* Fix [cs3org/reva#4978](https://github.com/cs3org/reva/pull/4978): We added more trace spans in decomposedfs
* Fix [cs3org/reva#4921](https://github.com/cs3org/reva/pull/4921): Polish propagation related code

Bugfix: Bump Reva to v2.26.7

* Fix [cs3org/reva#4964](https://github.com/cs3org/reva/issues/4964): Fix a wrong error code when approvider creates a new file

Bump Reva to v2.26.6

* Fix [cs3org/reva#4955](https://github.com/cs3org/reva/issues/4955): Allow small clock skew in reva token validation
* Fix [cs3org/reva#4929](https://github.com/cs3org/reva/issues/4929): Fix flaky posixfs integration tests
* Fix [cs3org/reva#4953](https://github.com/cs3org/reva/issues/4953): Avoid gateway panics
* Fix [cs3org/reva#4959](https://github.com/cs3org/reva/issues/4959): Fix missing file touched event
* Fix [cs3org/reva#4933](https://github.com/cs3org/reva/issues/4933): Fix federated sharing when using an external identity provider
* Fix [cs3org/reva#4935](https://github.com/cs3org/reva/issues/4935): Enable datatx log
* Fix [cs3org/reva#4936](https://github.com/cs3org/reva/issues/4936): Do not delete mlock files
* Fix [cs3org/reva#4954](https://github.com/cs3org/reva/issues/4954): Prevent a panic when logging an error
* Fix [cs3org/reva#4956](https://github.com/cs3org/reva/issues/4956): Improve posixfs error handling and logging
* Fix [cs3org/reva#4951](https://github.com/cs3org/reva/issues/4951): Pass the initialized logger down the stack

Bugfix: Bump Reva to v2.26.5

* Fix [cs3org/reva#4926](https://github.com/cs3org/reva/issues/4926): Make etag always match content on downloads
* Fix [cs3org/reva#4920](https://github.com/cs3org/reva/issues/4920): Return correct status codes for simple uploads
* Fix [cs3org/reva#4924](https://github.com/cs3org/reva/issues/4924): Fix sync propagation
* Fix [cs3org/reva#4916](https://github.com/cs3org/reva/issues/4916): Improve posixfs stability and performanc

Enhancement: Bump reva to 2.26.4

* Bugfix [cs3org/reva#4917](https://github.com/cs3org/reva/pull/4917): Fix 0-byte file uploads
* Bugfix [cs3org/reva#4918](https://github.com/cs3org/reva/pull/4918): Fix app templates

Bump reva to 2.26.3

* Bugfix [cs3org/reva#4908](https://github.com/cs3org/reva/pull/4908): Add checksum to OCM storageprovider responses
* Enhancement [cs3org/reva#4910](https://github.com/cs3org/reva/pull/4910): Bump cs3api
* Enhancement [cs3org/reva#4909](https://github.com/cs3org/reva/pull/4909): Bump cs3api
* Enhancement [cs3org/reva#4906](https://github.com/cs3org/reva/pull/4906): Bump cs3api


Bump reva to 2.26.2

* Enhancement [cs3org/reva#4897](https://github.com/cs3org/reva/pull/4897): Fix remaining quota calculation
* Bugfix [cs3org/reva#4902](https://github.com/cs3org/reva/pull/4902): Fix quota calculation

https://github.com/owncloud/ocis/pull/10766
https://github.com/owncloud/ocis/pull/10735
https://github.com/owncloud/ocis/pull/10612
https://github.com/owncloud/ocis/pull/10552
https://github.com/owncloud/ocis/pull/10539
https://github.com/owncloud/ocis/pull/10419
49 changes: 49 additions & 0 deletions changelog/7.0.0_2024-12-17/update-web.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
Enhancement: Update web to v11.0.6

- Bugfix [owncloud/web#11992](https://github.com/owncloud/web/pull/11992): OCM invite flow
- Bugfix [owncloud/web#11997](https://github.com/owncloud/web/pull/11997): Change search scope without search term
- Bugfix [owncloud/web#11998](https://github.com/owncloud/web/pull/11998): Do not load version when sidebar is closed
- Bugfix [owncloud/web#12000](https://github.com/owncloud/web/pull/12000): Use only space resource with driveType "project" as space in sidebar
- Bugfix [owncloud/web#12002](https://github.com/owncloud/web/pull/12002): OCM share editing
- Bugfix [owncloud/web#12002](https://github.com/owncloud/web/pull/12002): OCM share recipient issuer
- Bugfix [owncloud/web#12008](https://github.com/owncloud/web/pull/12008): Missing activities on Shared with me page
- Bugfix [owncloud/web#12010](https://github.com/owncloud/web/pull/12010): Sidebar file info for shares
- Bugfix [owncloud/web#12012](https://github.com/owncloud/web/pull/12012): Show missing role name in link share panel
- Bugfix [owncloud/web#12013](https://github.com/owncloud/web/pull/12013): Missing translations for share type filters
- Bugfix [owncloud/web#12022](https://github.com/owncloud/web/pull/12022): Permanent link for shares

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

- Bugfix [owncloud/web#11870](https://github.com/owncloud/web/issues/11870): Preview image retries postprocessing
- Bugfix [owncloud/web#11883](https://github.com/owncloud/web/issues/11883): Preview app Shared with me page
- Bugfix [owncloud/web#11897](https://github.com/owncloud/web/issues/11897): "Save as" / "Open" when embed delegate authentication is enabled
- Bugfix [owncloud/web#11900](https://github.com/owncloud/web/issues/11900): App top bar does not show location when shared file is opened
- Bugfix [owncloud/web#11900](https://github.com/owncloud/web/issues/11900): Open from app and Save As feature broken when opened via shared file
- Bugfix [owncloud/web#11904](https://github.com/owncloud/web/issues/11904): Public folder reload
- Bugfix [owncloud/web#11916](https://github.com/owncloud/web/issues/11916): Fix order in roles drop down
- Bugfix [owncloud/web#11923](https://github.com/owncloud/web/issues/11923): Allow create template with different editors
- Bugfix [owncloud/web#11924](https://github.com/owncloud/web/issues/11924): Extension actions in right sidebar
- Bugfix [owncloud/web#11929](https://github.com/owncloud/web/issues/11929): Unique request ids

We updated ownCloud Web to v11.0.2. 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
- Bugfix [owncloud/web#11853](https://github.com/owncloud/web/issues/11853): Context menu "Open app in new tab" broken
- Bugfix [owncloud/web#11008](https://github.com/owncloud/web/issues/11008): Show lock information in file details

https://github.com/owncloud/ocis/pull/10755
https://github.com/owncloud/web/releases/tag/v11.0.6
https://github.com/owncloud/ocis/pull/10569
https://github.com/owncloud/ocis/pull/10604
https://github.com/owncloud/web/releases/tag/v11.0.3
https://github.com/owncloud/web/releases/tag/v11.0.4
https://github.com/owncloud/ocis/pull/10467
https://github.com/owncloud/ocis/pull/10503
https://github.com/owncloud/web/releases/tag/v11.0.1
https://github.com/owncloud/web/releases/tag/v11.0.2
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,20 @@
docker_compose_projects:
- name: ocis
git_url: https://github.com/owncloud/ocis.git
ref: stable-5.0
docker_compose_path: deployments/examples/ocis_wopi
ref: master
docker_compose_path: deployments/examples/ocis_full
env:
INSECURE: "false"
TRAEFIK_ACME_MAIL: mbarz@owncloud.com
OCIS_DOCKER_TAG: 5.0.9
OCIS_DOCKER_TAG: 7.0.0
OCIS_DOMAIN: ocis.ocis.production.owncloud.works
COMPANION_DOMAIN: companion.ocis.production.owncloud.works
COMPANION_IMAGE: owncloud/uppy-companion:3.12.13-owncloud
WOPISERVER_DOMAIN: wopiserver.ocis.production.owncloud.works
COLLABORA_DOMAIN: collabora.ocis.production.owncloud.works
ONLYOFFICE_DOMAIN: onlyoffice.ocis.production.owncloud.works
INBUCKET_DOMAIN: mail.ocis.production.owncloud.works
DEMO_USERS: "true"
COMPOSE_FILE: docker-compose.yml:ocis.yml:tika.yml:collabora.yml:wopiserver.yml:companion.yml:inbucket.yml:monitoring.yml
COMPOSE_FILE: docker-compose.yml:ocis.yml:tika.yml:collabora.yml:web_extensions/extensions.yml:web_extensions/unzip.yml:web_extensions/importer.yml:inbucket.yml:monitoring_tracing/monitoring.yml
- name: monitoring
git_url: https://github.com/owncloud-devops/monitoring-tracing-client.git
ref: master
Expand Down
2 changes: 1 addition & 1 deletion ocis-pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (
// LatestTag is the latest released version plus the dev meta version.
// Will be overwritten by the release pipeline
// Needs a manual change for every tagged release
LatestTag = "7.0.0-rc.5+dev"
LatestTag = "7.0.0+dev"

// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sonar.projectKey=owncloud_ocis
sonar.organization=owncloud-1
sonar.projectName=ocis
sonar.projectVersion=7.0.0-rc.5
sonar.projectVersion=7.0.0
sonar.host.url=https://sonarcloud.io

# =====================================================
Expand Down