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 v1.76.0 #6046

Closed
54 of 67 tasks
YuryHrytsuk opened this issue Jul 9, 2024 · 13 comments
Closed
54 of 67 tasks

🚀 Release v1.76.0 #6046

YuryHrytsuk opened this issue Jul 9, 2024 · 13 comments
Labels
release Preparation for pre-release/release t:maintenance Some planned maintenance work
Milestone

Comments

@YuryHrytsuk
Copy link
Contributor

YuryHrytsuk commented Jul 9, 2024

Release version

1.76.0

Commit SHA

719aed92c3dfee9d82935d78f5d61d143f240e92

Previous pre-release

https://github.com/ITISFoundation/osparc-simcore/releases/tag/staging_Eisbock2

Did the commit CI suceeded?

  • The commit CI succeeded.

Motivation

  • Regular sprint release

Changes

Devops before 👷

Devops after 👷

Tests assessment: e2e testing check 🧪

No response

Test assessment: targeted-testing 🔍️

No response

Test assessment: user-testing 🧐

No response

Summary 📝

  • Prepare release link
make release-prod version=<M.m.0>  git_sha=<commit_sha>
  • Draft release changelog
  • Announce maintenance ( ** ANNOUNCE AT LEAST 24 HOURS BEFORE ** )
  • redis add an entry in db scheduled_maintenance with key maintenance {"start": "2023-03-06T13:00:00.000Z", "end": "2023-03-06T15:00:00.000Z", "reason": "Release <vX.X.0>"}. Note the time is in UTC, please adjust accordingly
    • aws
    • dalco
    • tip
  • status page (https://manage.statuspage.io/)
    • osparc
    • s4l
  • mattermost channels
    • maintenance
    • power users

Releasing 🚀

  • Maintenance page up.
cd /deployment/production/osparc-ops-environments
make up-maintenance
make down-maintenance
  • Release by publishing draft
  • Check release CI
  • Check hanging sidecars. Helper command to run in director-v2 CLI simcore-service-director-v2 close-and-save-service <uuid>
  • Check deployed
    • aws deploy
    • dalco deploy
    • tip deploy
  • Check testing endpoint ex. https://testing.osparc.speag.com/
  • Delete announcement
  • Check e2e runs
  • Announce
:tada: https://github.com/ITISFoundation/osparc-simcore/releases/tag/v<M.m.0>
@YuryHrytsuk YuryHrytsuk added t:maintenance Some planned maintenance work release Preparation for pre-release/release labels Jul 9, 2024
@YuryHrytsuk YuryHrytsuk changed the title 🚀 Release v<M.m.0> 🚀 Release v1.76.0 Jul 9, 2024
@YuryHrytsuk YuryHrytsuk self-assigned this Jul 9, 2024
@mrnicegyu11
Copy link
Member

@mrnicegyu11
Copy link
Member

!!! this has to be merged and tf-applied https://git.speag.com/oSparc/osparc-ops-deployment-configuration/-/merge_requests/729

@matusdrobuliak66
Copy link
Contributor

matusdrobuliak66 commented Aug 6, 2024

⚠️ If RClone replacement with AWS CLI goes well, AWS_S3_CLI_S3 var should be filled in production -> we decided to stay with RClone for now

@sanderegg sanderegg modified the milestones: Tom Bombadil, Eisbock Aug 13, 2024
@matusdrobuliak66
Copy link
Contributor

What should be tested?

  • We were refactoring projects access rights. Therefore anything connected to sharing of projects I would like to be tested.
  • We had issues with file picker, anything connected to file picker should be tested. (ex. 1. not owner opens a study that was shared with him and tries to download file picker content, 2. having multiple filepickers connected to dynamic service, check whether files were correctly donwloaded to dynamic service)

@matusdrobuliak66
Copy link
Contributor

Planned release: 22.8.2024 8:00 - 12:00 Zurich time

@matusdrobuliak66
Copy link
Contributor

  • @mguidon publish new sim4life services

@matusdrobuliak66
Copy link
Contributor

Hotfix v1.76.1

@YuryHrytsuk
Copy link
Contributor Author

YuryHrytsuk commented Aug 22, 2024

Issues

  • no maintenance can be run because repo.config cannot be created because terraform needs to be run first
  • NIH STAG has out-of-date credentials for appmotion db
  • redis commander [WARN] This Redis server's 'default' user does not require a password, but a password was supplied @mrnicegyu11
  • sim4life: restart monitoring failed (ci job)
  • ceph ci pipelines is broken
  • dalco: redis commander fails to start (wrong redis staging password)
  • SSM breaks NIH PROD

Issue fol all cases 👉 ITISFoundation/osparc-ops-environments#768

@matusdrobuliak66
Copy link
Contributor

matusdrobuliak66 commented Aug 22, 2024

⚠️ Additional manual hotfix: 1.76.2

⚠️ Manually changed static-webserver with: itisfoundation/static-webserver:hotfix-github-2024-08-22--16-29.400e0b55c4af5b22191d6d4b22172e828b0ead1b image ⚠️

@matusdrobuliak66
Copy link
Contributor

matusdrobuliak66 commented Aug 30, 2024

⚠️ Additional manual hotfix: 1.76.3

⚠️ Manually changed static-webserver with: itisfoundation/static-webserver:hotfix-github-2024-08-30--13-13.62edb69bb89170c1e19a6fae8621093e3710d68e

@matusdrobuliak66
Copy link
Contributor

matusdrobuliak66 commented Sep 2, 2024

⚠️ Additional manual hotfix: 1.76.4

⚠️ Manually changed static-webserver with: itisfoundation/static-webserver:hotfix-github-2024-09-02--15-41.f0041842639e59b0920e610f8ff7de3ebb33e7a6

@sanderegg
Copy link
Member

sanderegg commented Sep 3, 2024

⚠️ Additional manual hotfix: 1.76.5

⚠️ Manually changed director-v2 with: itisfoundation/director-v2:release-github-v1.76.5-2024-09-03--17-12.f6d362b120f185861dfb58507263481db136409b

@sanderegg
Copy link
Member

⚠️ Additional manual hotfix: 1.76.6

⚠️ Manually changed clusters-keeper CLUSTERS_KEEPER_COMPUTATIONAL_BACKEND_DOCKER_IMAGE_TAG variable to point to 1.76.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Preparation for pre-release/release t:maintenance Some planned maintenance work
Projects
None yet
Development

No branches or pull requests