-
Notifications
You must be signed in to change notification settings - Fork 183
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
Release 2.0.0 General Availability #5140
Comments
@ScharfViktor we need to add two topic in the task list above, both are about tagging repos (and naming in docs) to have a release dependent access from the docs pov. This is valid for:
See: See issue: #5040 (Release deployment examples) and #4986 (comment) Note that those two topics must also be part of a future release plan. |
E2E tests with S3setup from: https://owncloud.dev/ocis/deployment/ocis_s3/ All the tests are passing |
Desktop-Client Squish testsoCIS: ✔️ Squish tests are passing |
reopened owncloud/web#7960 because I think the error message is not good see owncloud/web#7960 (comment) |
e2e tests helm/k8sAll the tests are passing Set up from https://doc.owncloud.com/ocis/next/deployment/container/orchestration/orchestration.html#kubernetes Maybe these required changes need to be documented as well # charts/ocis/templates/storage-users/deployment.yaml
env:
- name: STORAGE_USERS_MOUNT_ID
value: <random uuidv4>
# charts/ocis/templates/gateway/deployment.yaml
env:
- name: GATEWAY_STORAGE_USERS_MOUNT_ID
value: <random uuidv4> |
e2e tests nfsAll the tests are passing OCIS_BASE_DATA_PATH=/ocis/ocis-data OCIS_LOG_LEVEL=debug OCIS_INSECURE=true PROXY_HTTP_ADDR=0.0.0.0:9200 PROXY_ENABLE_BASIC_AUTH=true OCIS_URL=https://localhost:9200 ./bin/ocis server
|
in nfs mount, upload gets restart if upload data makes storage of nfs server exhaustiveTesting
NFS setup through: https://owncloud.dev/ocis/storage-backends/dcfsnfs/ I had a nfs server with storage I tried to upload a simplescreenrecorder-2022-11-29_14.20.24.mp4While trying to exhaust the storage one by one by uploading Works as expected now |
Upload performance: But after the upload the CPU load stays high for a while, same after deleting all the files again. |
@individual-it Hrm... Things look pretty different on my machine. My CPU is a bit faster, but the difference is pretty severe: CPU usage for the same scenario (upload of 1k files (19MB in total) using the desktop client, then deleting them): |
oops I have 10k files not 1k as described in #5061 |
Update to |
e2e tests with https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_wopi
Result: All the tests are passing |
Smoke Test with Web OfficeCollabora
Onlyoffice
Observations |
K6 results on intel test machineocis - 2.0.0-rc.2 with Overview
2.00.0-rc2## Test run
## History
with the release of Result: no degradation |
e2e tests with https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_traefik
Result: All the tests are passing |
test case for ldap agains ocis rc2:
open
open
open
open
open
|
Compatibility test FAIL - no public share or sharefrom 2.0.0-rc-1 to 2.0.0-rc.2 Create these with the original oCIS version and see if still the same after upgrading:
remarks:if you switch ocis if you switch ocis |
It works only we start docker-compose with env: |
Result of testing: cc @micbar
|
Yes, this is a workaround to avoid any breaking changes. We are good to go! Thanks for your efforts! |
🎉 Release 2.0.0Release Notes https://doc.owncloud.com/docs/next/ocis_release_notes.html#infinite-scale-2-0-0 GitHub Releasehttps://github.com/owncloud/ocis/releases/tag/v2.0.0 Download linkhttps://download.owncloud.com/ocis/ocis/stable/2.0.0/ Docker Hub
|
Tasks
Pre QA Phase
release-2.0.0-rc.2
-> CODEFREEZEchangelog/CHANGELOG.tmpl
ocis-pkg/version/version.go
sonar-project.properties
changelog/2.0.0_2022-11-05
v2.0.0-rc.2
v2.0.0-rc.2
tag / BLOCKING for all further activityv2.0.0-rc.2
ocis.released.owncloud.works
QA Phase
v2.0.0-rc.2
tag @ScharfViktorsingle binary
docker
docker-compose
helm/k8s
After QA Phase
Brief company-wide heads up via mail @tbsbdr
Create branch
release-2.0.0
changelog/CHANGELOG.tmpl
ocis-pkg/version/version.go
sonar-project.properties
released
deployment versionschangelog/2.0.0_2022-09-05
PR for Release Notes in the docs repo @tbsbdr
Create final signed tag
v2.0.0
@micbar (reference for all GA communication)Create (final signed) tag for
ocis-charts
https://github.com/owncloud/ocis/ocis-charts @micbarCheck successful CI run on
v2.0.0
tag / BLOCKING for all further activityMerge release notes after ok @mmattel
post-release communication
#oCIS-beta
channel once the GA is available to make clear beta is overMerge back release branch
The text was updated successfully, but these errors were encountered: