Skip to content

Commit

Permalink
changes and upgrade instructions for 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twagoo committed Jan 22, 2024
1 parent a92f725 commit 4753c72
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

For upgrade instructions, see [UPGRADE.md](UPGRADE.md)

## Release Component Registry 2.5.0 (January 2024)
- Added Skosmos support for controlled vocabularies and concept registry
- OpenSKOS support dropped
- Minor dependency updates

## Release Component Registry 2.4.5 (April 2023)
- Fixed issue that allowed publication of components referencing unpublished components
<https://github.com/clarin-eric/component-registry-rest/issues/75>
Expand Down
28 changes: 28 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,34 @@

## Version specific update instructions

### 2.5.0

- The following new context parameter(s) need to be (re)configured:

<!-- Base location of the Concept Registry service -->
<Parameter name="eu.clarin.cmdi.componentregistry.ccrRestUrl" value="{{DOCKER_COMPREG_CCR_REST_SERVICE}}"/>
<!-- Base location of the CLAVAS vocabulary service -->
<Parameter name="eu.clarin.cmdi.componentregistry.clavasRestUrl" value="{{DOCKER_COMPREG_CLAVAS_REST_SERVICE}}"/>

<!-- Skosmos cache refresh interval in seconds -->
<Parameter name="eu.clarin.cmdi.componentregistry.skosmos.cacheRefreshRateSeconds" value="{{DOCKER_COMPREG_SKOSMOS_CACHE_REFRESH_RATE}}"/>

<!-- CCR filters -->
<!-- * Included Skosmos vocabularies for concepts -->
<Parameter name="eu.clarin.cmdi.componentregistry.skosmos.ccr.includedVocabularies" value="{{DOCKER_COMPREG_SKOSMOS_CCR_INCLUDED_VOCABS}}" />
<!-- * Included Skosmos schemes for concepts -->
<Parameter name="eu.clarin.cmdi.componentregistry.skosmos.ccr.includedSchemes" value="{{DOCKER_COMPREG_SKOSMOS_CCR_INCLUDED_SCHEMES}}" />

<!-- CLAVAS filters -->
<!-- * Included Skosmos vocabularies for concepts -->
<Parameter name="eu.clarin.cmdi.componentregistry.skosmos.vocabs.includedVocabularies" value="{{DOCKER_COMPREG_SKOSMOS_VOCABS_INCLUDED_VOCABS}}" />
<!-- * Excluded Skosmos vocabularies for concepts -->
<Parameter name="eu.clarin.cmdi.componentregistry.skosmos.vocabs.excludedVocabularies" value="{{DOCKER_COMPREG_SKOSMOS_VOCABS_EXCLUDED_VOCABS}}" />
<!-- * Included Skosmos schemes for concepts -->
<Parameter name="eu.clarin.cmdi.componentregistry.skosmos.vocabs.includedSchemes" value="{{DOCKER_COMPREG_SKOSMOS_VOCABS_INCLUDED_SCHEMES}}" />
<!-- * Excluded Skosmos schemes for concepts -->
<Parameter name="eu.clarin.cmdi.componentregistry.skosmos.vocabs.excludedSchemes" value="{{DOCKER_COMPREG_SKOSMOS_VOCABS_EXCLUDED_SCHEMES}}" />

### 2.4.0
- A database schema update is required. The script for this update can be found as
`upgrade-2.4.sql`
Expand Down

0 comments on commit 4753c72

Please sign in to comment.