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

🚀 [sim4life] Release v1.67.0 #5396

Closed
6 of 25 tasks
YuryHrytsuk opened this issue Feb 29, 2024 · 2 comments
Closed
6 of 25 tasks

🚀 [sim4life] Release v1.67.0 #5396

YuryHrytsuk opened this issue Feb 29, 2024 · 2 comments
Labels
release Preparation for pre-release/release t:maintenance Some planned maintenance work
Milestone

Comments

@YuryHrytsuk
Copy link
Contributor

YuryHrytsuk commented Feb 29, 2024

Release version

1.67.0

Commit SHA

bed592156a9e5d8f9bd590fbc67c1ebde904dc7b

Previous pre-release

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

Did the commit CI suceeded?

  • The commit CI succeeded.

Motivation

Release to sim4life.io

Changes

DevOps after:

Devops check 👷

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 {"start": "2023-03-06T13:00:00.000Z", "end": "2023-03-06T15:00:00.000Z", "reason": "Release <vX.X.0>"}
    • 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 Feb 29, 2024
@matusdrobuliak66 matusdrobuliak66 changed the title 🚀 [sim4life] Release v1.66.1 🚀 [sim4life] Release v1.67.0 Mar 7, 2024
@matusdrobuliak66 matusdrobuliak66 added this to the Schoggilebe milestone Mar 7, 2024
@GitHK
Copy link
Contributor

GitHK commented Mar 8, 2024

Actions to take during release by pr:

  • node_ports is capable of talking with storage using basic auth ⚠️ #5361
      1. If this command works curl -v https://storage.sim4life.io:443/v0/ -u admin:${SERVICES_PASSWORD}; it provides a reply similar to {"data": {"name": "simcore_service_storage", "api_version": "0.3.0", "version": "0.3.0"}}
    • set the following env var DIRECTOR_V2_NODE_PORTS_STORAGE_AUTH='{"STORAGE_USERNAME": "admin", "STORAGE_PASSWORD": "__REPALCE_ME__", "STORAGE_HOST": "storage.sim4life.io", "STORAGE_PORT": "443", "STORAGE_SECURE": "1"}' NOTE STORAGE_PASSWORD should contain ${SERVICES_PASSWORD} the password in clear text -> have a look at AWS master fo guidelines
    • in case it does not work, we need to ask @YuryHrytsuk why the traffic basic auth is not configured in a similar way as it is for AWS master.
  • ✨Front-end driven service shutdown when ran out of credits ⚠️🚨 #5352
    • I have rebated and merged the associated MR
    • check the running out of credits in a deployment and services shutdown

@matusdrobuliak66
Copy link
Contributor

Release done 8.3.2024 11:30

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

8 participants