Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
chore: prepare release (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilczaja authored Mar 22, 2024
1 parent 45a69c5 commit 5889a80
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Config for docker-compose.yaml
BROKER_IMAGE=ghcr.io/sovity/broker-server-dev:3.5.0
EDC_IMAGE=ghcr.io/sovity/edc-dev:7.2.1
EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:2.5.0
BROKER_IMAGE=ghcr.io/sovity/broker-server-dev:4.0.0
EDC_IMAGE=ghcr.io/sovity/edc-dev:7.2.2
EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:3.0.0
30 changes: 25 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

#### Major

#### Minor

#### Patch

### Deployment Migration Notes

#### Compatible Versions

- Broker Backend Docker Image: `ghcr.io/sovity/broker-server-ce:{{ CE_VERSION }}`
- Broker UI Docker Image: `ghcr.io/sovity/edc-ui:{{ UI_VERSION }}`
- Sovity EDC CE: {{ CE Release Link }}

## [v4.0.0] - 2024-03-22

### Overview

Release with adjustmets for the ongoing integration with the Authority Portal

### Detailed Changes

#### Major

- Authority Portal API: Removed deprecated data offer count endpoint

#### Minor

- API: Added endpoint for adding connectors and associated MDS IDs

#### Patch

### Deployment Migration Notes

- Authority Portal API: The deprecated data offer count endpoint was removed: ~~``authority-portal-api/data-offer-counts``~~.
Alternatively the connector metadata endpoint should be used: `authority-portal-api/connectors`.

#### Compatible Versions

- Broker Backend Docker Image: `ghcr.io/sovity/broker-server-ce:{{ CE_VERSION}}`
- Broker UI Docker Image: `ghcr.io/sovity/edc-ui:{{ UI_VERSION }}`
- Sovity EDC CE: {{ CE Release Link }}
- Broker Backend Docker Image: `ghcr.io/sovity/broker-server-ce:4.0.0`
- Broker UI Docker Image: `ghcr.io/sovity/edc-ui:3.0.0`
- Sovity EDC CE: [`7.2.2`](https://github.com/sovity/edc-extensions/releases/tag/v7.2.2)

## [v3.5.0] - 2024-02-29

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sovityBrokerServerGroup=de.sovity.broker
sovityBrokerServerVersion=0.0.1-SNAPSHOT

# Sovity EDC Extensions (for common api model)
sovityEdcExtensionsVersion=7.2.1
sovityEdcExtensionsVersion=7.2.2
sovityEdcExtensionGroup=de.sovity.edc.ext
sovityEdcGroup=de.sovity.edc

Expand Down

0 comments on commit 5889a80

Please sign in to comment.