Skip to content

Commit

Permalink
chore: Release 10.4.1 (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
ununhexium authored Sep 26, 2024
1 parent 280958e commit 6b86ee4
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 3 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.4.0
TEST_BACKEND_IMAGE=ghcr.io/sovity/test-backend:10.4.0
EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:4.1.4
EDC_IMAGE=ghcr.io/sovity/edc-dev:10.4.1
TEST_BACKEND_IMAGE=ghcr.io/sovity/test-backend:10.4.1
EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:4.1.5
EDC_UI_ACTIVE_PROFILE=sovity-open-source
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,49 @@ _No special deployment migration steps required_
- Connector UI Docker Image: `ghcr.io/sovity/edc-ui:{{ UI VERSION }}`


## [10.4.1] - 2024-09-26

### Overview

MDS Patch release

### Detailed Changes

EDC UI patches only

#### Patch Changes

- Fixed the gaps in renaming "Contract Definition" to "Data Offer"
([#831](https://github.com/sovity/edc-ui/issues/831))
- Replaced hints with info boxes in On Request data source
([#820](https://github.com/sovity/edc-ui/issues/820))
- Fixed cropping of Contract Offer Ids on catalog browser page
([#795](https://github.com/sovity/edc-ui/issues/795))
- Used the `createDataOffer` endpoint to create an asset, policies and a contract definition in a single call
([#841](https://github.com/sovity/edc-ui/issues/841))
- Fixed config not being applied properly after a version upgrade
- Fixed Date to DateTime conversion issues when using the operators less than `<=` and greater than `>`
([#846](https://github.com/sovity/edc-ui/issues/846))
- Added initial support for UI internationalization
([#680](https://github.com/sovity/edc-ui/issues/680))
- Implemented Data Offer wizard wording change request by MDS
- ([PR#850](https://github.com/sovity/edc-ui/pull/850))

### Deployment Migration Notes

_No special deployment migration steps required_

#### Compatible Versions

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


## [10.4.0] - 2024-09-18

### Overview
Expand Down

0 comments on commit 6b86ee4

Please sign in to comment.