We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Feel free to edit this release checklist in-progress depending on what tasks need to be done:
Release
release-prep
Unreleased
Deployment Migration Notes
docker-compose.yaml
docker-compose-dev.yaml
EDC_IMAGE
TEST_BACKEND_IMAGE
EDC_UI_IMAGE
docker image pull ghcr.io/sovity/edc-dev:latest
docker image ls | grep ghcr.io/sovity/edc-dev
EDC_IMAGE=ghcr.io/sovity/edc-dev:latest
EDC_UI_ACTIVE_PROFILE=sovity-open-source
EDC_UI_ACTIVE_PROFILE=mds-open-source
docker ps -a
healthy: starting
healthy: unhealthy
Choose the tag
vx.y.z
v1.2.3
+Create new tag vx.y.z on release
The text was updated successfully, but these errors were encountered:
Already opening the next release's issue to take notes.
The new version must be 8.0.0 after the merge.
8.0.0
.env
, (future) changelog entries so that we can have a streamlined "one community edition version"
Sorry, something went wrong.
I think this can be closed by now, if not, just reopen it.
No branches or pull requests
Release
Work Breakdown
Feel free to edit this release checklist in-progress depending on what tasks need to be done:
Release
issuerelease-prep
PR:Unreleased
version.changelog. Maybe they were forgotten.
Deployment Migration Notes
section, check the commit history for changed / addedconfiguration properties.
docker-compose.yaml
withdocker-compose-dev.yaml
.EDC_IMAGE
ofthe docker-compose's .env file.
TEST_BACKEND_IMAGE
ofthe docker-compose's .env file.
EDC_UI_IMAGE
ofthe docker-compose's .env file.
the eclipse-edc-management-api.yaml file.
release-prep
PR.docker image pull ghcr.io/sovity/edc-dev:latest
.docker image ls | grep ghcr.io/sovity/edc-dev
.docker-compose.yaml
withEDC_IMAGE=ghcr.io/sovity/edc-dev:latest
(at minimum execute a transfer between the two connectors).EDC_UI_ACTIVE_PROFILE=sovity-open-source
EDC_UI_ACTIVE_PROFILE=mds-open-source
docker ps -a
that all containers are healthy, and nothealthy: starting
orhealthy: unhealthy
.Choose the tag
, type your new release version in the formatvx.y.z
(for instancev1.2.3
) then click+Create new tag vx.y.z on release
.with .github/ISSUE_TEMPLATE/release.md.
Propose changes where it makes sense.
The text was updated successfully, but these errors were encountered: