Skip to content

Commit

Permalink
chore: updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilczaja committed Oct 24, 2024
1 parent 73413a4 commit 7b22355
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).

#### Major

- The Catalog Crawler has been moved to the AP repository.
- To prevent versioning conflicts with the image from EDC CE up to version 10.4.1, the image is now named differently. See [compatible versions](#compatible-versions) below.

#### Minor

#### Patch
Expand All @@ -24,11 +27,15 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).

### Deployment Migration Notes

- Please change the image used for the Catalog Crawler. The old image is no longer updated and will not work with future versions of the Portal.
- Previously: `ghcr.io/sovity/catalog-crawler-ce`
- Now: `ghcr.io/sovity/authority-portal-crawler`

#### Compatible Versions

- Authority Portal Backend Docker Image: `ghcr.io/sovity/authority-portal-backend:{{ version }}`
- Authority Portal Frontend Docker Image: `ghcr.io/sovity/authority-portal-frontend:{{ version }}`
- Catalog Crawler CE: `ghcr.io/sovity/catalog-crawler-ce:{{ CE VERSION }}`
- Catalog Crawler CE: `ghcr.io/sovity/authority-portal-crawler:{{ version }}`
- Sovity EDC CE: {{ CE Release Link }}

## [v4.1.2] - 2024-09-26
Expand Down
1 change: 0 additions & 1 deletion authority-portal-backend/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ include(":authority-portal-api")
include(":authority-portal-db")
include(":authority-portal-quarkus")
include(":catalog-crawler")
include(":catalog-crawler:config")
include(":catalog-crawler:catalog-crawler")
include(":catalog-crawler:catalog-crawler-launcher-base")
include(":catalog-crawler:catalog-crawler-ce-launcher")

0 comments on commit 7b22355

Please sign in to comment.