Skip to content

Releases: knaw-huc/sd-skosmos

v2.18.1-1.3.2

07 Oct 11:46
Compare
Choose a tag to compare

Fixed

Use the correct path in the crontask, so it actually updates every day (the path changed when the loader container and the skosmos container were separated).

v2.18.1-1.3.1

02 Oct 12:28
Compare
Choose a tag to compare

Release two separate containers: one for Skosmos and one for the Vocabulary Loader

v2.18.1-1.3.0

02 Oct 12:16
Compare
Choose a tag to compare

Changed container setup, update to PHP 8.1

v2.18.1-1.2.4

02 Oct 07:46
ea37e5b
Compare
Choose a tag to compare

Update the used Skosmos version.

Base version number is increased, our own appended one isn't -- the changes all come from the updates to Skosmos.

v2.15-1.2.4

17 Sep 14:24
Compare
Choose a tag to compare

Changed auth type for SPARQL endpoint.

v2.15-1.2.3

17 Sep 12:19
Compare
Choose a tag to compare

v2.15-1.2.3

fix for external ttl files encoding

v2.15-1.2.2

17 Sep 11:50
Compare
Choose a tag to compare

Fixed

  • Encode ttl file contents to make sure Content-Length is set correctly by Python requests.

v2.15-1.2.1

17 Sep 09:47
Compare
Choose a tag to compare

Minor change/bugfix.

Added

  • Environment vars for sparql endpoint and db admin username.

Fixed

  • String decode error for 'file' type vocabularies.

Full Changelog: v2.15-1.2.0...v2.15-1.2.1

v2.15-1.2.0

09 Sep 07:56
Compare
Choose a tag to compare

What's Changed

  • yaml configurations, external rdf files support by @jarno-knaw in #3
  • Feature/#4 adding a cron job to refresh vocabularies by @jarno-knaw in #6

Full Changelog: v2.15-1.1.0...v2.15-1.2.0

v2.15-1.1.0

23 Jul 13:56
Compare
Choose a tag to compare

Version 2.15-1.1.0

Changed

  • Rewrote entrypoint.sh as a Python script
  • Use GraphDB instead of Fuseki
  • On start, check if vocabularies exist in GraphDB instead of keeping track of local .loaded files.