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 10.1.0 #1017

Closed
40 of 50 tasks
ununhexium opened this issue Aug 7, 2024 · 1 comment
Closed
40 of 50 tasks

Release 10.1.0 #1017

ununhexium opened this issue Aug 7, 2024 · 1 comment
Assignees
Labels
scope/ce sovity's Open Source Community Edition task/release Issues that shall release code

Comments

@ununhexium
Copy link
Collaborator

ununhexium commented Aug 7, 2024

Release

Work Breakdown

Feel free to edit this release checklist in-progress depending on what tasks need to be done:

  • Release edc-ui, this might require several steps, first of which is to create a new Release issue
  • Decide a release version depending on major/minor/patch changes in the CHANGELOG.md.
  • Update this issue's title to the new version
  • release-prep PR:
    • Write or review the current Productive Deployment Guide
    • Write or review the current Development Deployment Guide
    • Write or review the current Local Demo Deployment Guide
    • For Major version updates: If we want to continue supporting the old major version:
      • Keep the old Productive Development Guide in a separate location.
        • Add a note to the old version about its deprecation status.
        • Add a Link the old version in the new version for discoverability.
        • Check all links in the old version.
      • Keep the old Productive Development Guide in a separate location.
        • Add a note to the old version about its deprecation status.
        • Add a Link the old version in the new version for discoverability.
        • Check all links in the old version.
    • Update the CHANGELOG.md.
      • Add a clean Unreleased version.
      • Add the version to the old section.
      • Add the current date to the old version.
      • Add all relevant changelog entries from the newer EDC UI release(s), merge and reword them.
      • Add all deployment migration notes from the newer EDC UI release(s), merge and reword them.
      • Check the commit history for commits that might be product-relevant and thus should be added to the
        changelog. Maybe they were forgotten.
      • Write or review the Deployment Migration Notes section, check the commit history for changed / added
        configuration properties.
      • Reorder, reword or combine changelog entries from a product perspective for consistency.
      • Write or review a release summary.
      • Write or review the compatible versions section.
      • Remove empty sections from the patch notes.
    • Replace the existing docker-compose.yaml with docker-compose-dev.yaml.
    • Set the version for EDC_IMAGE of
      the docker-compose's .env file.
    • Set the version for TEST_BACKEND_IMAGE of
      the docker-compose's .env file.
    • Set the UI release version for EDC_UI_IMAGE of
      the docker-compose's .env file.
    • If the Eclipse EDC version changed, update
      the eclipse-edc-management-api.yaml file.
    • Run all tests locally as long as the GH flaky tests are a problem.
    • Merge the release-prep PR.
  • Wait for the main branch to be green. You can check the status in GH actions.
  • Validate the image
    • Pull the latest edc-dev image: docker image pull ghcr.io/sovity/edc-dev:latest.
    • Check that your image was built recently docker image ls | grep ghcr.io/sovity/edc-dev.
    • Test the release docker-compose.yaml with EDC_IMAGE=ghcr.io/sovity/edc-dev:latest (at minimum execute a transfer between the two connectors).
      • EDC
        • Test with EDC_UI_ACTIVE_PROFILE=sovity-open-source
        • Test with EDC_UI_ACTIVE_PROFILE=mds-open-source
    • Ensure with a docker ps -a that all containers are healthy, and not healthy: starting or healthy: unhealthy.
  • Create a release
    • In Choose the tag, type your new release version in the format vx.y.z (for instance v1.2.3) then click +Create new tag vx.y.z on release.
    • Re-use the changelog section as release description, and the version as title.
  • Check if the pipeline built the release versions in the Actions-Section (or you won't see it).
  • Revisit the changed list of tasks and compare it
    with .github/ISSUE_TEMPLATE/release.md.
    Propose changes where it makes sense.
  • Close this issue.
  • Inform the Product Manager of this new release
@ununhexium ununhexium added task/release Issues that shall release code scope/ce sovity's Open Source Community Edition labels Aug 7, 2024
@ununhexium ununhexium self-assigned this Aug 7, 2024
@ununhexium ununhexium changed the title Release x.x.x Release 10.1.0 Aug 9, 2024
@ununhexium
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope/ce sovity's Open Source Community Edition task/release Issues that shall release code
Projects
None yet
Development

No branches or pull requests

1 participant