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: Release prep v10.4.2 #1059

Merged
merged 2 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
34 changes: 30 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
For documentation on how to update this changelog,
please see [changelog_updates.md](docs/dev/changelog_updates.md).


## [x.x.x] - UNRELEASED

### Overview
Expand All @@ -30,6 +29,35 @@ _No special deployment migration steps required_
- Catalog Crawler CE: `ghcr.io/sovity/catalog-crawler-ce:{{ 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`
- Connector UI Docker Image: `ghcr.io/sovity/edc-ui:4.1.6`

## [10.4.1] - 2024-09-26

Expand Down Expand Up @@ -73,7 +101,6 @@ _No special deployment migration steps required_
- 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 All @@ -98,7 +125,6 @@ UI and Wrapper API improvements.
- Fixed time restriction upper bound "local day to datetime" conversion issues
([#815](https://github.com/sovity/edc-ui/issues/815))


### Deployment Migration Notes

_No special deployment migration steps required_
Expand All @@ -113,7 +139,6 @@ _No special deployment migration steps required_
- Catalog Crawler CE: `ghcr.io/sovity/catalog-crawler-ce:10.4.0`
- Connector UI Docker Image: `ghcr.io/sovity/edc-ui:4.1.4`


## [10.3.0] - 2024-09-04

### Overview
Expand Down Expand Up @@ -191,6 +216,7 @@ This is a replacement for redacted release `10.1.0` with a few additional bug fi
##### logging-house-client extension

If the extension is to be switched off, the following must now be set, as the extension is now activated by default when integrated:

- `EDC_LOGGINGHOUSE_EXTENSION_ENABLED: 'false'`

#### Compatible Versions
Expand Down
Loading