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

Patch release 4.0.2 #7370

Closed
33 of 55 tasks
ScharfViktor opened this issue Sep 27, 2023 · 4 comments
Closed
33 of 55 tasks

Patch release 4.0.2 #7370

ScharfViktor opened this issue Sep 27, 2023 · 4 comments

Comments

@ScharfViktor
Copy link
Contributor

ScharfViktor commented Sep 27, 2023

Reasons

Template

Release Template

Prerequisites

  • DEV: Create branch release-4.0.2 -> CODEFREEZE
    • DEV: bump ocis version in necessary files
    • DEV: changelog/CHANGELOG.tmpl
    • DEV: ocis-pkg/version/version.go
    • DEV: sonar-project.properties
    • DEV: prepare changelog folder in changelog/x.x.x_????_??_??
  • DEV: Check successful CI run on release branch
  • DEV: Create signed tag 4.0.2-rc.1
  • DEV: Check successful CI run on 4.0.2-rc.1 tag / BLOCKING for all further activity
  • DEV: Merge back release branch
  • DEV: bump released deployments to vx.y.z-rc.x
  • DEV: update ocis.released.owncloud.works
  • DEV: https://ocis.team.owncloud.works/
    • DEV: needs snapshot and migration
  • DEV/QA: inform the desktop team of changes that may affect them

QA Phase

After QA Phase

Post-release communication

  • DEV: Create a docs-stable-x.y branch based on the docs folder in the ocis repo
  • DEV/QA: Ping documentation in RC about the new release tag (for ocis/helm chart version bump in docs)
  • DEV/QA: Ping marketing to update all download links (download mirrors are updated at the full hour, wait with ping until download is actually available)
  • DEV/QA: Ping @hodyroff once the demo instances are running this release
  • DEV: Merge back release branch
  • DEV: Create stable-x.y branch in the ocis repo from final tag
@ScharfViktor ScharfViktor pinned this issue Sep 27, 2023
@micbar
Copy link
Contributor

micbar commented Sep 28, 2023

Changelog for ocis 4.0.2

  • Bugfix - Bump reva to 2.16.1: #7350
  • Bugfix - Do not reset received share state to pending: #7319
  • Bugfix - Check school number for duplicates before adding a school: #7351
  • Bugfix - Disable username validation for keycloak example: #7230
  • Bugfix - Actually pass PROXY_OIDC_SKIP_USER_INFO option to oidc client middleware: #7220
  • Bugfix - Bring back the USERS_LDAP_USER_SCHEMA_ID variable: #7312
  • Enhancement - Add OCIS_LDAP_BIND_PASSWORD as replacement for LDAP_BIND_PASSWORD: #7176

@ScharfViktor
Copy link
Contributor Author

ScharfViktor commented Sep 29, 2023

Compatibility test between 4.0.1 and 4.0.2-rc.1 is fine

@ScharfViktor
Copy link
Contributor Author

Smoke Test with Web Office

Collabora

cannot be open #7194

  • Spreadsheet

    • Create
    • Open
    • Open with two users in collaboration mode and read-only
    • Open with two users in collaboration mode and write access
  • Document

    • Create
    • Open
    • Open with two users in collaboration mode and read-only
    • Open with two users in collaboration mode and write access
  • Presentation

    • Create
    • Open
    • Open with two users in collaboration mode and read-only
    • Open with two users in collaboration mode and write access

Onlyoffice

  • Spreadsheet

    • Create
    • Open
    • Open with two users in collaboration mode and read-only - viewer cannot see real-time changes - existing problem
    • Open with two users in collaboration mode and write access
  • Document

    • Create
    • Open
    • Open with two users in collaboration mode and read-only
    • Open with two users in collaboration mode and write access
  • Presentation

    • Create
    • Open
    • Open with two users in collaboration mode and read-only
    • Open with two users in collaboration mode and write access

    Remarks: Ocis vs Wopi. file size is 0 after some content is posted  #6858

@ScharfViktor
Copy link
Contributor Author

Smoke test: ocis 3.1.0-beta.1 with ldap:

Preparation

  • switch to the latest stable ocis 4.0.0
  • create demo users and group
  • using ldap client https://ldap.owncloud.test/ (login: cn=admin,dc=owncloud,dc=com, password: admin)
    • create ldap user user1
    • create ldap group group1
    • add user1 to group1
    • delete philosophy-haters group
    • delete marie user
    • disable richard user

Test

  • upgrade ocis to new version
  • check that
    • created demo users and group still exist
    • created ldap users user1 and group group1 still exist
    • users user1 can log in
    • deleted group philosophy-haters and user marie doesn't exist
    • richard user still disabled and cannot log in
  • using ldap client https://ldap.owncloud.test/
    • create new ldap user user2
    • create new ldap group group2
    • add new user user2 to group group1 and group2
  • new user user2 can log in
  • log in as einstein
    • try to find sharees by user and by group
  • using ldap client https://ldap.owncloud.test/
    • disable user user1, user2, einstein
    • delete physics-lovers, group1, group2, einstein, user1, user2, richard

Remark: creating users and groups with the same UUID is possible in https://ldap.owncloud.test
#7390

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants