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

Release 3.10.1 #6144

Closed
77 tasks done
mgallien opened this issue Oct 17, 2023 · 1 comment
Closed
77 tasks done

Release 3.10.1 #6144

mgallien opened this issue Oct 17, 2023 · 1 comment
Assignees
Labels

Comments

@mgallien
Copy link
Collaborator

mgallien commented Oct 17, 2023

πŸ“ TO DO

  • ⬆️ Bump VERSION.cmake to 3.10.1 and doc/conf.py (release to 3.10.1) in the corresponding stable branch
  • 🏷️ Create tag from corresponding stable branch on the commit introducing the version bump
$ git checkout stable-3.10
$ git pull
$ git tag -s -m "Release 3.10.1" v3.10.1 
$ git push origin --tags
git remote add releases [email protected]:nextcloud-releases/desktop.git
git fetch origin v3.10.1
git push releases v3.10.1
  • 🏷️ Create tag from corresponding stable branch in client-building. Steps to create the tag are the same as the above.
  • 🏭 Trigger the builds on brander and wait for them to succeed:
    • 🐧 Linux
    • 🍎 Mac OS
    • πŸšͺ Windows MSI
  • πŸ§ͺ Execute the bugfix release test plan for each build:
    • 🐧 Linux
      • update from last release candidate (meaning that you have an existing account configured with the release candidate and use it with the official AppImage)
        • upload/download/check activity/check integration to file browser
        • check cpu usage during sync
        • tray menu interaction
        • test Talk notifications (receive notification, reply to a message)
      • fresh installation
        • configure a new account
        • upload/download/check activity/check integration to file browser
        • check cpu usage during sync
        • tray menu interaction
        • test Talk notifications (receive notification, reply to a message)
        • check cpu usage during sync
        • test important new fixes in this release
    • 🍎 Mac OS
      ⚠️ Check the logs for:
      • Sharing succeeded: it needs to be signed similarly to .pkg file and uploaded everywhere.
      • Get the link after the last mention of Sharing succeeded to download the delta update file (.tbz) (required for automated upgrade).
      • update from last release candidate (meaning that you have an existing account configured with the release candidate and upgrade the installation via installer)
        • upload/download/check activity/check integration to file browser
        • check cpu usage during sync
        • tray menu interaction
        • test Talk notifications (receive notification, reply to a message)
      • fresh installation
        • configure a new account using VFS sync
          • upload/download/check activity/check integration to file browser
          • check cpu usage during sync
          • tray menu interaction
          • test Talk notifications (receive notification, reply to a message)
          • check cpu usage during sync
        • test important new fixes in this release
        • configure a new account using selective sync
          • upload/download/check activity/check integration to file browser
          • check cpu usage during sync
          • tray menu interaction
          • test Talk notifications (receive notification, reply to a message)
          • check cpu usage during sync
    • πŸšͺ Windows MSI
      • update from last release candidate (meaning that you have an existing account configured with the release candidate and upgrade the installation via installer)
        • upload/download/check activity/check integration to file browser
        • check cpu usage during sync
        • tray menu interaction
        • test Talk notifications (receive notification, reply to a message)
      • fresh installation
        • configure a new account using VFS sync
          • upload/download/check activity/check integration to file browser
          • check cpu usage during sync
          • tray menu interaction
          • test Talk notifications (receive notification, reply to a message)
          • check cpu usage during sync
        • test important new fixes in this release
        • configure a new account using selective sync
          • upload/download/check activity/check integration to file browser
          • check cpu usage during sync
          • tray menu interaction
          • test Talk notifications (receive notification, reply to a message)
          • check cpu usage during sync
  • πŸ—οΈ Sign binaries (ssh -P 2200 to signing VM, then, cat how-to-sign, then scp -P 2200 to download signatures)
  • πŸ“– Create draft pre-release and release notes (click on Generate release notes) at:
  • πŸ“¦ Upload binaries to:
  • πŸš€ Publish the draft pre-releases created previously at:
  • Close the milestone for 3.10.1 (make sure every merged PR is included)
  • Create the milestone for 3.10.2 (make sure every merged PR is included)
  • πŸ†™ Change the values of $stableReleaseDate and $stableVersion in the updater server config to serve the release.
    ⚠️ For the mac update service: the sparkle:edSignature and length values are printed right after the last mention of Sharing succeeded in the brander build log. Replace the values "signature" and "length" under 'macos' in 'stable' with them.
  • πŸ†™ Change the install-clients page to update the link to the latest release on Nextcloud website (direct modification via wordpress web ui)
  • πŸ“§ E-mail the company internal mailing list about the new client: just a reminder for them to update to the latest client and to report any issues they might find.
@mgallien mgallien self-assigned this Oct 17, 2023
@koelle25
Copy link

FYI: Flathub (https://flathub.org/apps/com.nextcloud.desktopclient.nextcloud) does not yet have 3.10.1, although there was a commit in the corresponding repository.

It seems there was a temporary failure in the build process:

builddir/files/share/appdata/com.nextcloud.desktopclient.nextcloud.appdata.xml: FAILED:
β€’ url-not-found         : <screenshot> url not valid [https://nextcloud.com/wp-content/uploads/2022/04/linux.png]: Failed to connect to nextcloud.com port 443 after 5001 ms: Timeout was reached

There's also already an issue about it: flathub/com.nextcloud.desktopclient.nextcloud#128

@mgallien mgallien closed this as completed Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants