Dataverse v4.19 on K8s
This release contains references to the upstream release 4.19 and will deploy it when used.
📖 The Cloud & Cointainer guide v4.19
🔍 Pre-Deploy Actions
No special action seems to be necessary regarding to the upstream release docs.
📢 Post-Deploy Actions
- The core bundled
citation
metadata block has changed. Simply follow the guide about "Metadata Blocks Job".
As always: Dataverse has release new functionality with this release. Be sure to read the upstream release notes, too.
🎁 New and changed functionality
See also v4.19 milestone
- Dataverse: start supporting appserver Payara 5 based container images. See also #181
(Please note: upstream considers this as experimental use! This is mostly intended for development usage.) - Dataverse: update to v4.19. See #175
- Dataverse: adding auth provider persistance, introducing "Day 3" about integrations to the guide. See #174
- Solr: update to 7.7.2. Officially supported by upstream as of 4.20. See #169
- Bootstrap: trigger initial configure run, too. See #167
- Demo persona: switch to
FAKE
DOI provider by default. See #167 - Guide: add more information about how to handle secrets. See #158
- Guide: add example script to deploy
Secret
s from a KeePassX file. See #158
🐛 Bug fixes, 🧠 workarounds and 🦎 tweaks
- Store uploads in
emptyDir
to avoid container base filesystem bashing. See #179, not this is a workaround. - Make Sphinx docs generation on Jenkins running again. See #172
- Update JDBC Postgres driver to 42.2.10. See #168
- Remove selectors from all
PersistantVolumeClaims
to be as agnostic as possible for all cloud environments. See #154 - Fix a regression when running with a sidecar for SSL termination where DV API could not be reached anymore. See #184
- Make manual image build triggering in Jenkins possible (Jenkinsfile tweak). See 44ecabb
- Guide: add note about
podman build
options to successfully build images without Docker. See c36d50d
🤖 General Notes
Please be aware that future enhancements to scripting and more used to deploy and configure Dataverse will not be added to the release. Thus docker images for this will not be updated.
Please be aware, that tagged images are not automatically updated by Kubernetes when updated on Docker Hub (image pull policy). See the guide for ideas.