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 v3.4.0 (#433)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Ridderbusch <[email protected]>
  • Loading branch information
jridderbusch and jridderbusch authored Feb 27, 2024
1 parent 298e3df commit 839838a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .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.3.0
BROKER_IMAGE=ghcr.io/sovity/broker-server-dev:3.4.0
EDC_IMAGE=ghcr.io/sovity/edc-dev:7.2.1
EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:2.4.0
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Major

#### Minor

#### Patch

### Deployment Migration Notes

_No special deployment migration steps required_

#### 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 }}

## [v3.4.0] - 2024-02-27

### Overview

Release to accommodate the Authority Portal release.

### Detailed Changes

#### Minor

- Authority Portal API: Added endpoint for receiving all data offers of registered connectors

#### Patch

- Updated dependency version to have stable Policy (and Contract) identifiers.

### Deployment Migration Notes

_No special deployment migration steps required_

#### Compatible Versions

- Broker Backend Docker Image: `ghcr.io/sovity/broker-server-ce:3.4.0`
- Broker UI Docker Image: `ghcr.io/sovity/edc-ui:2.4.0`
- Sovity EDC CE: [`7.2.1`](https://github.com/sovity/edc-extensions/releases/tag/v7.2.1)

## [v3.3.0] - 2024-02-14

### Overview
Expand Down

0 comments on commit 839838a

Please sign in to comment.