Skip to content

Releases: Ontotext-AD/graphdb-helm

GraphDB Helm 11.3.2

13 Dec 14:20
5e966e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.3.1...v11.3.2

GraphDB Helm 11.3.1

02 Dec 14:15
679cd68
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.3.0...v11.3.1

GraphDB Helm 11.3.0

12 Nov 11:56
2113990
Compare
Choose a tag to compare

What's Changed

New

  • Added new configuration properties for the license

    • Added license.mountPath to configure where the license volume is mounted
    • Added license.optional to configure the license volume as optional if needed
    • Added license.readOnly to configure the read/write mode of the license volume mount
  • Updated to GraphDB 10.8.0

Updated

  • Removed any pre-install, pre-upgrade, pre-rollback Helm hooks annotations to allow seamless ArgoCD deployments.
  • Changed the license directory to /opt/graphdb/home/conf/license/ with license.mountPath in order to avoid using a subPath volume
    mount. This allows kubelet to update the license when the Secret has been updated.
  • Changed the license volume mount as read-only by default with license.readOnly

Full Changelog: v11.2.2...v11.3.0

GraphDB Helm 11.2.2

15 Oct 16:15
9f4b16d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.2.1...v11.2.2

GraphDB Helm 11.2.1

11 Oct 12:33
35ba190
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.2.0...v11.2.1

GraphDB Helm 11.2.0

03 Oct 07:59
74d5139
Compare
Choose a tag to compare

What's Changed

New

  • Added CronJob for scheduling GraphDB backups. The CronJob supports both local and cloud backups.
    • Added new configurations under backup: backup.enabled for toggling the backup CronJob, backup.type for selecting between local and cloud and more.
    • Local backups support saving the GraphDB backup archives in volume from an existing persistent volume claim, configured with backup.local
    • Cloud backups support uploading the GraphDB backup archives in one of the supported cloud object storage services, configured with backup.cloud
  • Added a new property security.provisioner.passwordHash to define an initial password for the provisioner user as a bcrypt hash.
  • Configured graphdb.extra.plugins to load plugins from /opt/graphdb/home/extra-plugins by default
  • Added configuration examples under examples/
    • Added examples for deploying GraphDB in Azure
    • Added examples for deploying GraphDB in GKE
    • Added examples for configuring the new backup options
    • Added examples for GraphDB virtualization features
    • Added examples for providing extra GraphDB plugins

Fixed

  • Updated the GraphDB containers to explicitly use /tmp as a working directory to avoid permission errors due to the default security context's readOnlyRootFilesystem when the container has a starting folder different from /tmp.

Full Changelog: v11.1.5...v11.2.0

GraphDB Helm 11.1.5

19 Sep 13:43
2351d6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.1.4...v11.1.5

GraphDB Helm 11.1.4

30 Aug 13:59
d97e4a0
Compare
Choose a tag to compare

What's Changed

  • Fixed bug related to extraVolumeClaimTemplates rendering. by @Secchol in #120

New Contributors

Full Changelog: v11.1.3...v11.1.4

GraphDB Helm 11.1.3

19 Aug 13:01
62ea59b
Compare
Choose a tag to compare

New

GraphDB Helm 11.1.2

08 Aug 13:15
1dfcc8c
Compare
Choose a tag to compare

New

Improvements

  • Added examples for deploying GraphDB in AWS