Skip to content

Commit

Permalink
release: prepare release 7.3.0 (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
efiege committed Apr 2, 2024
1 parent 49e3888 commit 0d3e5bf
Show file tree
Hide file tree
Showing 3 changed files with 30 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:7.2.2
TEST_BACKEND_IMAGE=ghcr.io/sovity/test-backend:7.2.2
EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:2.4.0
EDC_IMAGE=ghcr.io/sovity/edc-dev:7.3.0
TEST_BACKEND_IMAGE=ghcr.io/sovity/test-backend:7.3.0
EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:3.0.0
EDC_UI_ACTIVE_PROFILE=sovity-open-source
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,26 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).

#### Minor Changes

#### Patch Changes

### Deployment Migration Notes

#### Compatible Versions

## [7.3.0] - 2024-03-28

### Overview

Some API Wrapper improvements, some bugfixes.

### EDC UI

https://github.com/sovity/edc-ui/releases/tag/v3.0.0

### EDC Extensions

#### Minor Changes

- UIAsset: Replaced unsafe additional and private properties with safer alternative fields `customJsonAsString` (**not** affected by Json LD manipulation) and `customJsonLdAsString` (affected by Json LD manipulation), along with their private counterparts.
- API Wrapper: TS Client Library now supports OAuth Client Credentials
- EDC Backend: Added config variables for remote debugging
Expand All @@ -37,6 +57,11 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).

#### Compatible Versions

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

## [7.2.2] - 2024-03-13

Expand Down
2 changes: 2 additions & 0 deletions docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ services:
image: ${EDC_UI_IMAGE}
ports:
- '11000:8080'
- '33005:5005'
environment:
EDC_UI_ACTIVE_PROFILE: ${EDC_UI_ACTIVE_PROFILE}
EDC_UI_CONFIG_URL: edc-ui-config
EDC_UI_MANAGEMENT_API_URL: http://localhost:11002/api/management
EDC_UI_MANAGEMENT_API_KEY: ApiKeyDefaultValue
EDC_UI_CATALOG_URLS: http://edc2:11003/api/dsp
EDC_UI_MANAGEMENT_API_URL_SHOWN_IN_DASHBOARD: http://localhost:11002/control/api/management
NGINX_ACCESS_LOG: off

edc:
Expand Down

0 comments on commit 0d3e5bf

Please sign in to comment.