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 4.8.0 #9101

Open
21 of 25 tasks
mrjones-plip opened this issue May 8, 2024 · 2 comments
Open
21 of 25 tasks

Release 4.8.0 #9101

mrjones-plip opened this issue May 8, 2024 · 2 comments
Assignees
Labels
Type: Internal process An organizational process, eg: doing a release
Milestone

Comments

@mrjones-plip
Copy link
Contributor

mrjones-plip commented May 8, 2024

Planning - Product Manager

  • Create a GH Milestone for the release. We use semver so if there are breaking changes increment the major, otherwise if there are new features increment the minor, otherwise increment the service pack. Breaking changes in our case relate to updated software requirements (egs: CouchDB, node, minimum browser versions), broken backwards compatibility in an api, or a major visual update that requires user retraining.
  • Add all the issues to be worked on to the Milestone. Ideally each minor release will have one or two features, a handful of improvements, and plenty of bug fixes.
  • Identify any features and improvements in the release that need end-user documentation (beyond eng team documentation improvements) and create corresponding issues in the cht-docs repo
  • Assign an engineer as Release Engineer for this release.

Development - Release Engineer

When development is ready to begin one of the engineers should be nominated as a Release Engineer. They will be responsible for making sure the following tasks are completed though not necessarily completing them.

  • Set the version number in package.json and package-lock.json and submit a PR. The easiest way to do this is to use npm --no-git-tag-version version <major|minor>.
  • Ensure that issues from merged commits are closed and mapped to a milestone.

Releasing - Release Engineer

Once all issues have been merged into master then the release process can start:

  • Create a new release branch from master named <major>.<minor>.x in cht-core. Post a message to #development Slack channel using this template:
@core_devs I've just created the `<major>.<minor>.x` release branch. Please be aware that any further changes intended for this release will have to be merged to `master` then backported. Thanks!
  • Build a beta named <major>.<minor>.<patch>-beta.1 by pushing a lightweight git tag (e.g. git tag <major>.<minor>.<patch>-beta.1).
  • Once the CI completes successfully notify the team by writing a message in the #product-team Slack channel:
@product_team, I’ve just created the `<major>.<minor>.<patch>-beta.1` tag. 
Please let me know if there’s any final update we need to make. 
If all is good, then in 24h, I will start the release. Thanks!
  • The beta tag will automatically trigger the scalability build. Once it passes, download the scalability results on S3 at medic-e2e/scalability/$TAG_NAME. Add the release .json file to cht-core/tests/scalability/previous_results. More info in the scalability documentation.
  • Add release notes to the Core Framework Releases page:
    • Create a new document for the release in the releases folder.
    • Ensure all issues are in the GH Milestone, they have human readable descriptions, and that they're correctly labelled. In particular: they have one "Type" label, "UI/UX" if they change the UI, and "Breaking change" if appropriate.
    • Use this script to export the issues into our release note format.
    • Collect known migration steps, descriptions, screenshots, videos, data, and anything else to help communicate particularly important changes. This information should already be on the issue, but if not, prompt the change author to provide it.
    • Document any required or recommended upgrades to our other products (eg: cht-conf, cht-gateway, cht-android).
    • Add the release to the Supported versions and update the EOL date of the previous release. Update the status of any releases that are past their End Of Life date. Also add a link in the Release Notes section to the new release page.
  • Create a release in GitHub from the release branch so it shows up under the Releases tab with the naming convention <major>.<minor>.<patch>, and change the Target dropdown to the release branch (eg: 4.4.x). This will create the git tag automatically. Ensure the release notes PR above is merged. Link to the release notes in the description of the release.
  • Confirm the release build completes successfully and the new release is available on the market. Make sure that the document has new entry with id: medic:medic:<major>.<minor>.<patch>
  • Upgrade the demo instance to this version.
  • Use cht-conf to upload the configuration from the /config/demo folder to the demo-cht.dev server.
  • Announce the release on the CHT forum, under the "Product - Releases" category using this template:
*We're excited to announce the release of {{version}} of {{product}}*

New features include {{key_features}}. We've also implemented loads of other improvements and fixed a heap of bugs.

Read the [release notes]({{url}}) for full details.

Following our support policy, versions {{versions}} are no longer supported. Projects running these versions should start planning to upgrade in the near future. For more details read our [software support documentation](https://docs.communityhealthtoolkit.org/core/releases/#supported-versions).

Check out our [roadmap](https://github.com/orgs/medic/projects/112) to see what we're working on next.
  • Add one last update to the #product-team Slack channel and use the thread to lead an internal release retrospective covering what went well and areas to improve for next time.
  • Add any open "known issues" from the prior release that were not fixed in this release. Done by adding the correct Affects: 4.x.x label.
  • Mark this issue "done" and close the Milestone.
@mrjones-plip mrjones-plip added the Type: Internal process An organizational process, eg: doing a release label May 8, 2024
@mrjones-plip mrjones-plip added this to the 4.8.0 milestone May 8, 2024
@latin-panda
Copy link
Contributor

@Benmuiruri I upgraded CHT from 4.5 to 4.8 in Care Teams' test server, which was successful, webapp seems to load fine during a smoke test. You can proceed with the release when you are back.

Before
before

After

after

@latin-panda
Copy link
Contributor

I created an issue for SRE to help upgrade the demo instance because it's stuck in 4.7.0
https://github.com/medic/medic-infrastructure/issues/981

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Internal process An organizational process, eg: doing a release
Projects
Status: In Progress
Development

No branches or pull requests

3 participants