Skip to content

Commit

Permalink
chore: prepare release (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier authored Jul 7, 2023
1 parent d2fd35a commit 93d1d63
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ EDC_OAUTH_CLIENT_ID=override this via ENV vars

# For docker-compose.yaml only:
# Override images via ENV vars
RELEASE_EDC_IMAGE=ghcr.io/sovity/edc-ce-mds:4.0.0
RELEASE_EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:0.0.1-milestone-8-sovity9
RELEASE_EDC_IMAGE=ghcr.io/sovity/edc-ce-mds:4.0.1
RELEASE_EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:0.0.1-milestone-8-sovity11

# For docker-compose-dev.yaml only:
# Override images via ENV vars
Expand Down
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ Feel free to edit this release checklist in-progress depending on what tasks nee
- [ ] Add a clean `Unreleased` version.
- [ ] Add the version to the old section.
- [ ] Add the current date to the old version.
- [ ] Write or review the `Deployment Migration Notes` section.
- [ ] 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.
- [ ] Write or review a release summary.
- [ ] Write or review the compatible versions section.
- [ ] Add a link to the EDC UI Release to the "EDC UI" section.
- [ ] Remove empty sections from the patch notes.
- [ ] Replace the existing `docker-compose.yaml` file from `docker-compose-dev.yaml`.
- [ ] Remove the second connector from the `docker-compose.yaml` file.
Expand All @@ -37,3 +40,4 @@ Feel free to edit this release checklist in-progress depending on what tasks nee
- [ ] 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](https://github.com/sovity/edc-extensions/blob/main/.github/ISSUE_TEMPLATE/release.md). Propose changes where it
makes sense.
- [ ] Close this issue.
76 changes: 71 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,92 @@ All notable changes to this project will be documented in this file.

## [x.x.x] - UNRELEASED

### Major Changes
### Overview

### Minor Changes
### EDC UI

### Patch Changes
### EDC-Extensions

#### Major Changes

#### Minor Changes

#### Patch Changes

### Deployment Migration Notes

#### Compatible Versions

- Connector Backend Docker Images:
- Dev EDC: `ghcr.io/sovity/edc-dev:{{ VERSION HERE }}`
- Sovity EDC CE: `ghcr.io/sovity/edc-ce:{{ VERSION HERE }}`
- MDS EDC CE: `ghcr.io/sovity/edc-ce-mds:{{ VERSION HERE }}`
- Connector UI Docker Image: `ghcr.io/sovity/edc-ui:0.0.1-milestone-8-sovity{{ VERSION HERE }}`

## [4.0.1] - 2023-07-07

### Overview

Bugfixes regarding Parameterized Http Datasource Support and open-ended date intervals.

### EDC UI

- https://github.com/sovity/edc-ui/releases/tag/v0.0.1-milestone-8-sovity11

### EDC-Extensions

#### Patch Changes

- Bumped EDC UI Version

### Deployment Migration Notes

No changes besides docker image versions.

#### Compatible Versions

- Connector Backend Docker Images:
- Dev EDC: `ghcr.io/sovity/edc-dev:4.0.1`
- Sovity EDC CE: `ghcr.io/sovity/edc-ce:4.0.1`
- MDS EDC CE: `ghcr.io/sovity/edc-ce-mds:4.0.1`
- Connector UI Docker Image: `ghcr.io/sovity/edc-ui:0.0.1-milestone-8-sovity11`

## [4.0.0] - 2023-07-05

### Major Changes
### Overview

Parameterized Http Datasource Support and open-ended date intervals.

### EDC UI

- https://github.com/sovity/edc-ui/releases/tag/v0.0.1-milestone-8-sovity9

### EDC-Extensions

#### Major Changes

- Removed Contract Agreement Transfer API Extension in favor of new API Wrapper UI Endpoint.
- Removed Broker-Server APIs.

### Minor Changes
#### Minor Changes

- UI API: Added support for parameterized HTTP Data Sources.
- Broker-/ClearingHouse-Client: The extensions can be dynamically enabled and disabled via properties (see
getting-started Readme FAQ section).
- Broker Server API: New API Endpoint `DataOfferDetailPage` and `ConnectorDetailPage` with model.

### Deployment Migration Notes

No changes besides docker image versions.

#### Compatible Versions

- Connector Backend Docker Images:
- Dev EDC: `ghcr.io/sovity/edc-dev:4.0.0`
- Sovity EDC CE: `ghcr.io/sovity/edc-ce:4.0.0`
- MDS EDC CE: `ghcr.io/sovity/edc-ce-mds:4.0.0`
- Connector UI Docker Image: `ghcr.io/sovity/edc-ui:0.0.1-milestone-8-sovity9`

## [3.3.0] - 2023-06-06

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import jakarta.ws.rs.GET;
import jakarta.ws.rs.POST;
import jakarta.ws.rs.Path;
import jakarta.ws.rs.PathParam;
import jakarta.ws.rs.Produces;
import jakarta.ws.rs.core.MediaType;
import lombok.RequiredArgsConstructor;
Expand Down

0 comments on commit 93d1d63

Please sign in to comment.