Skip to content

Commit

Permalink
chore: ap flyway migration sync
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilczaja committed Dec 4, 2024
1 parent 99dfb33 commit 3b53839
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,34 @@ _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.3] - 2024-12-04

### Overview

This MDS patch makes the Catalog Crawler compatible with the v4.1.3 AP release

### Detailed Changes

#### Major Changes

#### Minor Changes

#### Patch Changes

- Synced database migrations with AP v4.1.3

### Deployment Migration Notes

_No special deployment migration steps required_

#### Compatible Versions

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

## [10.4.2] - 2024-10-07

### Overview
Expand Down
4 changes: 2 additions & 2 deletions docs/api/sovity-edc-api-wrapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -623,11 +623,11 @@ components:
DataSourceType:
type: string
description: Supported Data Source Types by UiDataSource
default: CUSTOM
enum:
- HTTP_DATA
- ON_REQUEST
- CUSTOM
default: CUSTOM
SecretValue:
type: object
properties:
Expand Down Expand Up @@ -835,14 +835,14 @@ components:
UiDataSourceHttpDataMethod:
type: string
description: Supported HTTP Methods by UiDataSource
default: GET
enum:
- GET
- POST
- PUT
- PATCH
- DELETE
- OPTIONS
default: GET
UiDataSourceOnRequest:
required:
- contactEmail
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
alter type connector_type
add value 'CONFIGURING' after 'CAAS';

alter table connector
drop column broker_registration_status;

0 comments on commit 3b53839

Please sign in to comment.