Skip to content

Commit

Permalink
chore: prepare release (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier authored Sep 4, 2024
1 parent 707db66 commit 40afeb0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).

#### Patch

- Added auto refresh for pages with connectors every 30 seconds

### Known issues

### Deployment Migration Notes
Expand All @@ -28,6 +26,29 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).
- Catalog Crawler CE: `ghcr.io/sovity/catalog-crawler-ce:{{ CE VERSION }}`
- Sovity EDC CE: {{ CE Release Link }}

## [v4.1.0] - 2024-09-04

### Overview

Quality of Life improvements

### Detailed Changes

#### Minor

- Added auto refresh for pages with connectors every 30 seconds

### Deployment Migration Notes

_No special migration steps required_

#### Compatible Versions

- Authority Portal Backend Docker Image: `ghcr.io/sovity/authority-portal-backend:4.1.0`
- Authority Portal Frontend Docker Image: `ghcr.io/sovity/authority-portal-frontend:4.1.0`
- Catalog Crawler CE: `ghcr.io/sovity/catalog-crawler-ce:10.3.0`
- Sovity EDC CE: https://github.com/sovity/edc-ce/releases/tag/v10.3.0

## [v4.0.0] - 2024-08-20

### Overview
Expand Down
2 changes: 1 addition & 1 deletion authority-portal-backend/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ java = "17"
kotlin = "1.9.22"
npmVersion = "8.15.0"

sovity-edcCe = "10.2.0"
sovity-edcCe = "10.3.0"

quarkus = "3.9.2"
quarkus-keycloakAdminClientReactive = "3.6.6"
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment-guide/goals/production/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ AUTHORITY_PORTAL_FRONTEND_PORTAL_DISPLAY_NAME: "Authority Portal" # Portal name
- Each deployment environment requires a Data Catalog Crawler.
- A Data Catalog Crawler is based on the EDC Connector and crawls the catalogs of all connectors in the dataspace.
- You will need an SKI/AKI client ID to register the crawler. Please refer to the [EDC documentation](https://github.com/sovity/edc-ce/tree/main/docs/getting-started#faq) on how to generate one.
- See the [Catalog Crawler Productive Deployment Guide](https://github.com/sovity/edc-ce/blob/v10.2.0/docs/deployment-guide/goals/catalog-crawler-production/README.md)
- See the [Catalog Crawler Productive Deployment Guide](https://github.com/sovity/edc-ce/blob/v10.3.0/docs/deployment-guide/goals/catalog-crawler-production/README.md)

## Initial Setup

Expand Down

0 comments on commit 40afeb0

Please sign in to comment.