Releases: Ontotext-AD/graphdb-helm
Releases · Ontotext-AD/graphdb-helm
9.10.0
- No changes, only GraphDB's version is updated to 9.10.0
9.9.1-R3
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
- Fixed tls secretname reference syntax
9.9.1
- 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
Fixed an issue with jdbc driver provisioning.
Made license optional for master instances, set the license to "" if needed
9.9.0-R2
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
- Updated GraphDB to 9.9.0
There are no breaking changes in this release
9.8.1
- 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