Skip to content

Commit

Permalink
chore: Release prep 10.3.0 (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
ununhexium authored Sep 4, 2024
1 parent 4d35cf9 commit 84361a0
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Env variables for docker-compose.yaml
EDC_IMAGE=ghcr.io/sovity/edc-dev:10.2.0
TEST_BACKEND_IMAGE=ghcr.io/sovity/test-backend:10.2.0
EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:4.1.2
EDC_IMAGE=ghcr.io/sovity/edc-dev:10.3.0
TEST_BACKEND_IMAGE=ghcr.io/sovity/test-backend:10.3.0
EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:4.1.3
EDC_UI_ACTIVE_PROFILE=sovity-open-source
41 changes: 37 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).

#### Minor Changes

- Add Contract Termination Observer
- MDS only
- Log contract termination events in the logging house

#### Patch Changes

### Deployment Migration Notes
Expand All @@ -31,6 +27,43 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).
- Catalog Crawler CE: `ghcr.io/sovity/catalog-crawler-ce:{{ VERSION }}`
- Connector UI Docker Image: `ghcr.io/sovity/edc-ui:{{ UI VERSION }}`


## [10.3.0] - 2024-09-04

### Overview

Minor updates for contracts termination

### Detailed Changes

#### Minor Changes

- MDS only
- Log contract termination events in the LoggingHouse

#### Patch Changes

- EDC CE
- API request examples updates

- EDC UI
- Check the contract limits before negotiating a new one.
- Changed the title of Contract Definitions to Data Offers.
- Enhanced EDC UI terminologies for the Create Data Offer tab.
- Date and time display fixes, unified date format.

### Deployment Migration Notes

#### Compatible Versions

- Connector Backend Docker Images:
- Dev EDC: `ghcr.io/sovity/edc-dev:10.3.0`
- sovity EDC CE: `ghcr.io/sovity/edc-ce:10.3.0`
- MDS EDC CE: `ghcr.io/sovity/edc-ce-mds:10.3.0`
- Dev Catalog Crawler: `ghcr.io/sovity/catalog-crawler-dev:10.3.0`
- Catalog Crawler CE: `ghcr.io/sovity/catalog-crawler-ce:10.3.0`
- Connector UI Docker Image: `ghcr.io/sovity/edc-ui:4.1.3`

## [10.2.0] - 2024-08-20

### Overview
Expand Down

0 comments on commit 84361a0

Please sign in to comment.