Skip to content

Commit

Permalink
chore: prepare release (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
kulgg committed Jan 17, 2024
1 parent 45d1524 commit 330152b
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 716 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Env variables for docker-compose.yaml
EDC_IMAGE=ghcr.io/sovity/edc-dev:7.0.0
TEST_BACKEND_IMAGE=ghcr.io/sovity/test-backend:7.0.0
EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:2.2.0
EDC_IMAGE=ghcr.io/sovity/edc-dev:7.1.0
TEST_BACKEND_IMAGE=ghcr.io/sovity/test-backend:7.1.0
EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:2.3.0
EDC_UI_ACTIVE_PROFILE=sovity-open-source

33 changes: 28 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,40 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).

#### Minor Changes

- UI API: New endpoint `editAssetMetadata`
- Added `JWKS-Extension`, which provides an endpoint in the default API, that returns the JWKS of the connector.
- Added shortDescriptionText to `UiAsset`
- Added isOwnConnector to `UiAsset`

#### Patch Changes

### Deployment Migration Notes

#### Compatible Versions

## [7.1.0] - 2024-01-17

### Overview

MDS feature release: Asset markdown descriptions and editable metadata

### EDC UI

https://github.com/sovity/edc-ui/releases/tag/v2.3.0

### EDC Extensions

#### Minor Changes

- Asset metadata is now editable
- Asset descriptions now support Markdown
- Negotiate button is no longer shown for own connector endpoints

### Deployment Migration Notes

#### Compatible Versions

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

## [7.0.0] - 2023-12-06

### Overview
Expand Down
41 changes: 0 additions & 41 deletions extensions/jwks/README.md

This file was deleted.

68 changes: 0 additions & 68 deletions extensions/jwks/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 330152b

Please sign in to comment.