Skip to content

Releases: Ontotext-AD/graphdb-helm

9.10.0

20 Oct 06:29
Compare
Choose a tag to compare
  • No changes, only GraphDB's version is updated to 9.10.0

9.9.1-R3

08 Oct 13:01
ec4f2ae
Compare
Choose a tag to compare
Merge pull request #24 from Ontotext-AD/logback-override-improvement

Fixed logback override when GraphDB helm chart is used as a subchart

9.9.1-R2

16 Sep 06:42
Compare
Choose a tag to compare
  • Fixed tls secretname reference syntax

9.9.1

14 Sep 12:07
Compare
Choose a tag to compare
  • Upgrade GraphDB to 9.9.1
  • Fixed an issue with https/http communication between the cluster instances
  • Master instances can be launched without a license (set license: "" for this)

9.9.0-R4

08 Sep 14:30
1334178
Compare
Choose a tag to compare

Fixed an issue with jdbc driver provisioning.
Made license optional for master instances, set the license to "" if needed

9.9.0-R2

26 Aug 11:42
faec042
Compare
Choose a tag to compare

Breaking

  • images.graphdb, images.kong and images.busybox are now maps which can specify registry, repository and tag

New

  • Added global variables support (global.deployment.host/global.ingressHost, global.storageClass, global.imagePullSecrets and global.imageRegistry)
  • Add ability to override logback.xml by setting deplyment.logbackConfigFile to the location of the file to use
  • Set additional JMX attributes using graphdb.masters.additionalJmxArrtibutes. This is a map of attr_name=attr_value pairs
  • Fixed loadrdf tool path
  • Moved to dynamic volume provisioning by default (volumeClaimTemplates), old default pvc/pv's are still available
  • Added JDBC driver support for Ontop functionality
  • Minor fixes

9.9.0

12 Aug 14:25
Compare
Choose a tag to compare
  • Updated GraphDB to 9.9.0

There are no breaking changes in this release

9.8.1

13 Jul 17:52
Compare
Choose a tag to compare
  • Added multiple repositories provisioning
  • Added security provisioning
  • Added GraphDB properties provisioning
  • Upgrade to GraphDB 9.8.1
  • Provide flexible persistence provisioning
  • Provide HA options like node selectors, podaffinity, tolerations, etc
  • Make Ingress and kong optional
  • Minor fixes