Skip to content

Commit

Permalink
chore: prepare release (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier authored Sep 1, 2023
1 parent b5bcebf commit 8761a9d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 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:latest
EDC_CE_IMAGE=ghcr.io/sovity/edc-dev:latest
EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:latest
BROKER_IMAGE=ghcr.io/sovity/broker-server-dev:1.0.3
EDC_CE_IMAGE=ghcr.io/sovity/edc-dev:4.2.0
EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:0.0.1-milestone-8-sovity13
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Deployment Migration Notes

## [v1.0.3] - 2023-09-01

### Overview

Bugfix Release for the Broker MvP with MS8.

### Detailed Changes

#### Patch

- Fixed sorting the catalog by popularity.

### Deployment Migration Notes

No configuration changes are required.

#### Compatible Versions

- Broker Backend Docker Image: `ghcr.io/sovity/broker-server-ce:1.0.3`
- Broker UI Docker Image: `ghcr.io/sovity/edc-ui:0.0.1-milestone-8-sovity13`
- Sovity EDC CE: [`4.2.0`](https://github.com/sovity/edc-extensions/tree/v4.2.0/connector)

## [v1.0.2] - 2023-08-10

### Overview
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=4.1.0
sovityEdcExtensionsVersion=4.2.0
sovityEdcExtensionGroup=de.sovity.edc.ext
sovityEdcGroup=de.sovity.edc

Expand Down

0 comments on commit 8761a9d

Please sign in to comment.