Skip to content

Commit

Permalink
chore: release prep 10.4.4 (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilczaja authored Dec 9, 2024
1 parent a02a3b6 commit 1cbc1c2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,30 @@ _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.4] - 2024-12-09

### Overview

MDS patch update

### Detailed Changes

#### Patch Changes

- Synchronized Crawler DB migrations with AP

### Deployment Migration Notes

_No special deployment migration steps required_

#### Compatible Versions

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

## [10.4.2] - 2024-10-07

### Overview
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table connector alter column created_by drop not null;

0 comments on commit 1cbc1c2

Please sign in to comment.