Skip to content

Commit

Permalink
chore prepare release (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier authored May 17, 2023
1 parent 0046513 commit 55a2159
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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:3.1.0
RELEASE_EDC_IMAGE=ghcr.io/sovity/edc-ce-mds:3.2.0
RELEASE_EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:0.0.1-milestone-8-sovity5

# For docker-compose-dev.yaml only:
Expand Down
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,28 @@ All notable changes to this project will be documented in this file.

## [x.x.x] - UNRELEASED

## [3.2.0] - 2023-05-17

### Minor Changes

- API Wrapper now supports OAuth2 Client Credentials Auth.
- API Wrapper now contains initial Broker Server API Spec.
- API Wrapper now contains initial File Storage Enterprise Edition API Spec.
- API Wrapper Contract Agreement Page Cards now contain Contract Negotiation IDs.

### Patch Changes

- Bumped EDC UI version to `ghcr.io/sovity/edc-ui:0.0.1-milestone-8-sovity5` in production `docker-compose.yaml`. This
fixes a CORS-related issue.

## [3.1.0] - 2023-04-27

### Minor Changes

- feat: wrapper contract agreement api

### Patch Changes

- wrapper: added contractAgreements- and transferProcessesCounts
- fix: broker extension provides empty fields
- fix: update postman collection
Expand All @@ -23,6 +39,7 @@ All notable changes to this project will be documented in this file.
- `EDC_IDS_ENDPOINT` was not set correctly on image build

### Changed

- Reverted docker-compose.yaml to run only one connector

## [3.0.0] - 2023-04-04
Expand All @@ -45,7 +62,8 @@ All notable changes to this project will be documented in this file.

- Reworked Project, Docker Image and Extension documentations.
- broker-extension: Re-register assets at broker at connector startup
- broker-extension: Added a subsequent resource-id filtering after sparql query, to filter out resources that do not belong to the connector.
- broker-extension: Added a subsequent resource-id filtering after sparql query, to filter out resources that do not
belong to the connector.
- bump org.openapi.generator from 6.3.0 to 6.5.0
- bump io.quarkus from 2.16.4.Final to 2.16.6.Final
- bump io.quarkus.platform:quarkus-bom from 2.16.5.Final to 2.16.6.Final
Expand Down Expand Up @@ -76,7 +94,8 @@ All notable changes to this project will be documented in this file.

### Fixed

- Missing blacklist entry for referring connector policy in docker-compose `POLICY_BROKER_BLACKLIST: REFERRING_CONNECTOR`
- Missing blacklist entry for referring connector policy in
docker-compose `POLICY_BROKER_BLACKLIST: REFERRING_CONNECTOR`

### Changed

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sovityEdcExtensionsVersion=3.1.1-SNAPSHOT
sovityEdcExtensionsVersion=3.2.0
sovityEdcExtensionGroup=de.sovity.edc.ext
sovityEdcGroup=de.sovity.edc
edcGroup=org.eclipse.edc
Expand Down

0 comments on commit 55a2159

Please sign in to comment.