ITISFoundation / osparc-issues

🐼 issue-only repo for the osparc project
3 stars 5 forks source link

🚑️ Release v.1.50.1 (hotfix) #906

Closed pcrespov closed 1 year ago

pcrespov commented 1 year ago

Hotfix on last production release 🚀

Commits (in order)

🚑️ Hotfix summary

git checkout v1.50.0
git checkout -b hotfix_v1_50_1
git cherry-pick 929d30eb88c12503b3b627dc2088298e8b72a65d
git push --set-upstream origin hotfix_v1_50_1

make release-hotfix version=1.50.1 git_sha=58155a7a9e9495c5ac70c5e38cc2c4291c9ab17a
sanderegg commented 1 year ago

:+1: let me know if any assistance is needed.

pcrespov commented 1 year ago

⚠️ devops

@mrnicegyu11 @Surfict This hotfix only affects the autoscaling service and it will be deployed without downtime (i.e. no announcement required and no maintenance page needed).

  1. autodeployer agent service will be off (scaled to 0) in all production deploys. IMPORTANT: Should NOT be started until next maintenance release to production in a couple of weeks!!!
  2. Release 1.50.1. -> retags hotfix images as latest
  3. Only update image of the autoscaling services (portainer)
Surfict commented 1 year ago

Noted, thanks.

pcrespov commented 1 year ago

Relased https://github.com/ITISFoundation/osparc-simcore/releases/tag/v1.50.1

Tested by opening batch project with 5 s4llite (~1 machine) and autoscaler did not show errors in the log. Machines were added. And later removed.

pcrespov commented 1 year ago

@mrnicegyu11 can you please reactivate e2e ?