Skip to content

Commit

Permalink
release: v4.1.0 #454
Browse files Browse the repository at this point in the history
  • Loading branch information
efiege committed Jul 24, 2023
1 parent 455319d commit e524d03
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 6 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:4.0.1
RELEASE_EDC_IMAGE=ghcr.io/sovity/edc-ce-mds:4.1.0
RELEASE_EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:0.0.1-milestone-8-sovity12

# For docker-compose-dev.yaml only:
Expand Down
38 changes: 34 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ All notable changes to this project will be documented in this file.
#### Major Changes

#### Minor Changes
- ReferringConnectorValidationExtension: Added support for comma separated lists of connectors using the EQ operator as well as pure Lists using the IN operator.

#### Patch Changes

Expand All @@ -22,11 +21,42 @@ All notable changes to this project will be documented in this file.
#### 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 }}`
- 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.1.0] - 2023-07-24

### Overview

Security improvements of container image and enhancements for the `ReferringConnectorValidationExtension`.

### EDC UI

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

### EDC-Extensions

#### Minor Changes
- ReferringConnectorValidationExtension: Added support for comma separated lists of connectors using the EQ operator as well as pure Lists using the IN operator.

#### Patch Changes
- Automatically delete old transfer-processes if there are more than 3000 entries in the transfer-process-table
- Change base-image to `eclipse-temurin:17-jre-alpine`
- Run java process with a non-root user

### Deployment Migration Notes

#### Compatible Versions

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

## [4.0.1] - 2023-07-07

### Overview
Expand Down
8 changes: 8 additions & 0 deletions docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ services:
MY_EDC_MAINTAINER_URL: "https://sovity.de"
MY_EDC_MAINTAINER_NAME: "sovity GmbH"

# Extension Configuration
BROKER_CLIENT_EXTENSION_ENABLED: true
CLEARINGHOUSE_CLIENT_EXTENSION_ENABLED: true

# Data Management API Key
EDC_API_AUTH_KEY: ApiKeyDefaultValue

Expand Down Expand Up @@ -90,6 +94,10 @@ services:
MY_EDC_MAINTAINER_URL: "https://sovity.de"
MY_EDC_MAINTAINER_NAME: "sovity GmbH"

# Extension Configuration
BROKER_CLIENT_EXTENSION_ENABLED: true
CLEARINGHOUSE_CLIENT_EXTENSION_ENABLED: true

# Data Management API Key
EDC_API_AUTH_KEY: ApiKeyDefaultValue

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=0.0.1-SNAPSHOT
sovityEdcExtensionsVersion=4.1.0
sovityEdcExtensionGroup=de.sovity.edc.ext
sovityEdcGroup=de.sovity.edc
edcGroup=org.eclipse.edc
Expand Down

0 comments on commit e524d03

Please sign in to comment.