Skip to content

Commit

Permalink
fix: bugfix release for minor UI bugs (sovity#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
kulgg authored Jan 18, 2024
1 parent 330152b commit b22240a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Env variables for docker-compose.yaml
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_IMAGE=ghcr.io/sovity/edc-dev:7.1.1
TEST_BACKEND_IMAGE=ghcr.io/sovity/test-backend:7.1.1
EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:2.3.1
EDC_UI_ACTIVE_PROFILE=sovity-open-source

22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,28 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).

#### Compatible Versions

## [7.1.1] - 2024-01-18

### Overview

Bugfix release for minor UI bugs

### EDC UI

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

### Deployment Migration Notes

_No special deployment migration steps required_

#### Compatible Versions

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

## [7.1.0] - 2024-01-17

### Overview
Expand Down

0 comments on commit b22240a

Please sign in to comment.