Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Merge hotfix #1060

Merged
merged 4 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1
TEST_BACKEND_IMAGE=ghcr.io/sovity/test-backend:10.4.1
EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:4.1.5
EDC_IMAGE=ghcr.io/sovity/edc-dev:10.4.2
TEST_BACKEND_IMAGE=ghcr.io/sovity/test-backend:10.4.2
EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:4.1.6
EDC_UI_ACTIVE_PROFILE=sovity-open-source
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
For documentation on how to update this changelog,
please see [changelog_updates.md](docs/dev/changelog_updates.md).


ununhexium marked this conversation as resolved.
Show resolved Hide resolved
## [x.x.x] - UNRELEASED

### Overview
Expand Down Expand Up @@ -32,6 +33,38 @@ _No special deployment migration steps required_
- MDS EDC CE: `ghcr.io/sovity/edc-ce-mds:{{ VERSION }}`
- Connector UI Docker Image: `ghcr.io/sovity/edc-ui:{{ UI VERSION }}`

## [10.4.2] - 2024-10-07

### Overview

MDS patch update

### Detailed Changes

#### Patch Changes

- Fixed issues regarding contracts and policies creation on the Create Data Offer page ([PR#1055](https://github.com/sovity/edc-ce/pull/1055))
- Fixed a button label stating "Method Parameterization" instead of "Path
Parameterization" ([#857](https://github.com/sovity/edc-ui/issues/857))
- Made the Custom Http Method mandatory if the corresponding option is chosen
([#739](https://github.com/sovity/edc-ui/issues/739))
- Fixed inconsistent renaming of "Contract Definition" to "Data Offer" after
i18n ([#831](https://github.com/sovity/edc-ui/issues/831))

### Deployment Migration Notes

_No special deployment migration steps required_

#### Compatible Versions

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

## [10.4.1] - 2024-09-26

### Overview
Expand Down
Loading