Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 5.26 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

Added

Changed

Removed

Fixed

1.4.0 - 2020-12-22

Added

  • Use explicit tag for dspace checkout

Changed

  • DEPLOYMENT.md
  • set lr.reserve.pid.on.start = true to show users the handle of the finished submission
  • Use clarin-dsapce@commul-2020.02.1

1.3.5 - 2020-01-22

Added

  • org.label-schema LABELs for version, build-date, vcs-url in docker images
  • explicit CATALINA_PID path
  • build and install Apache Tomcat Native Library

Changed

  • bump tomcat to latest 8.0 (=8.0.53) version
  • increase java memory settings for tomcat (just-in-case)
  • use regular catalina.sh start/stop/run commands (which in turn considers setenv.sh)
  • ContacPerson(s) in SP definition

Removed

  • own catalina.sh (use dist versions)
  • tomcat8 init.d script (wasn't used)

Fixed

1.3.4 - 2019-10-14

Changed

  • use kube-lego for TLS certs for clarin(-dev).eurac.edu
  • disable k8s-internal secure TLS communication: getting rid of the necessity to (re-)create valid/self-signed certs Note: using HTTP over port 443 for internal communication (Shibboleth mishap)
  • add IdP metadata from CLARIN server later in docker build build
  • Some changes to the liveness probe / "cronjobs" (see #60 (closed))

Fixed

1.3.3 - 2019-07-23

Changed

  • adapted healthcheck "cronjob" to force exit in case it hangs for some reason (#60 (closed))

1.3.2 - 2019-06-27

Added

  • added liveness probes for DSpace and nginx pods (#53 (closed))
  • added DSpace cronjobs to generate statistics, solr index etc. (#48 (closed))

Changed

1.3.1 - 2019-02-25

Fixed

  • oai sample identifier is now pointing to an existing record
  • fixed typo to make content negotiation work for application/x-cmdi+xml
  • fixed get URL for xerces
  • IdP metadata from CLARIN are now downloaded during Docker build and not only once the container is running

1.3 - 2018-09-05

Added