Skip to content

Commit

Permalink
chore: bump edc-ce version
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilczaja committed Dec 9, 2024
1 parent 263b3a8 commit 68d1184
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ This release addresses several issues and adds minor improvements to the Portal.

### Deployment Migration Notes

_No special migration steps required_
- Deploy a Catalog Crawler with version `10.4.4`. Previous versions are not compatible with this release.

#### Compatible Versions

- Authority Portal Backend Docker Image: `ghcr.io/sovity/authority-portal-backend:4.1.3`
- Authority Portal Frontend Docker Image: `ghcr.io/sovity/authority-portal-frontend:4.1.3`
- Catalog Crawler CE: `ghcr.io/sovity/catalog-crawler-ce:10.4.2`
- Sovity EDC CE: [`v10.4.2`](https://github.com/sovity/edc-ce/releases/tag/v10.4.2)
- Catalog Crawler CE: `ghcr.io/sovity/catalog-crawler-ce:10.4.4`
- Sovity EDC CE: [`v10.4.4`](https://github.com/sovity/edc-ce/releases/tag/v10.4.4)

## [v4.1.2] - 2024-09-26

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.4.2"
sovity-edcCe = "10.4.4"

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.4.2/docs/deployment-guide/goals/catalog-crawler-production/README.md)
- See the [Catalog Crawler Productive Deployment Guide](https://github.com/sovity/edc-ce/blob/v10.4.4/docs/deployment-guide/goals/catalog-crawler-production/README.md)

## Initial Setup

Expand Down

0 comments on commit 68d1184

Please sign in to comment.