Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
chore: prepare release (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier authored Apr 20, 2024
1 parent 9eb8e44 commit 5211a1b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Config for docker-compose.yaml
BROKER_IMAGE=ghcr.io/sovity/broker-server-dev:4.1.1
EDC_IMAGE=ghcr.io/sovity/edc-dev:7.3.0
EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:3.1.0
BROKER_IMAGE=ghcr.io/sovity/broker-server-dev:4.2.0
EDC_IMAGE=ghcr.io/sovity/edc-dev:7.4.2
EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:3.2.2
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ Bumped EDC CE version to 7.4.2.
#### Minor

- Bumped EDC CE version to 7.4.2.
- Bumped EDC UI version to {{x.y.z}}.
- Better handling of custom properties.
- Bumped EDC UI version to 3.2.2.
- Better handling of custom properties.

### Deployment Migration Notes

#### Compatible Versions

- Broker Backend Docker Image: `ghcr.io/sovity/broker-server-ce:{{x.y.z}}`
- Broker UI Docker Image: `ghcr.io/sovity/edc-ui:{{x.y.z}}`
- Sovity EDC CE: [`7.4.2`](https://github.com/sovity/edc-extensions/releases/tag/v{{x.y.z}})
- Broker Backend Docker Image: `ghcr.io/sovity/broker-server-ce:4.2.0`
- Broker UI Docker Image: `ghcr.io/sovity/edc-ui:3.2.2`
- Sovity EDC CE: [`7.4.2`](https://github.com/sovity/edc-extensions/releases/tag/v7.4.2)

## [v4.1.1] - 2024-04-11

Expand All @@ -63,6 +63,8 @@ Pull changes from EDC UI 3.1.0 into the broker.

### Deployment Migration Notes

_No special deployment migration steps required_

#### Compatible Versions

- Broker Backend Docker Image: `ghcr.io/sovity/broker-server-ce:4.1.1`
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sovityBrokerServerGroup=de.sovity.broker
sovityBrokerServerVersion=0.0.1-SNAPSHOT

# Sovity EDC Extensions (for common api model)
sovityEdcExtensionsVersion=0.0.1-SNAPSHOT
sovityEdcExtensionsVersion=7.4.2
sovityEdcExtensionGroup=de.sovity.edc.ext
sovityEdcGroup=de.sovity.edc

Expand Down

0 comments on commit 5211a1b

Please sign in to comment.