Releases: Ontotext-AD/graphdb-helm
Releases · Ontotext-AD/graphdb-helm
GraphDB Helm 11.3.2
What's Changed
- GDB-11366: Release GraphDB 10.8.2 by @mihailradkov in #150
Full Changelog: v11.3.1...v11.3.2
GraphDB Helm 11.3.1
What's Changed
- fix typo in logback configuration example by @yaskoo in #147
- Release GraphDB 10.8.1 by @Sukhumi in #148
Full Changelog: v11.3.0...v11.3.1
GraphDB Helm 11.3.0
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
- Added
-
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/
withlicense.mountPath
in order to avoid using asubPath
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
GraphDB Helm 11.2.1
GraphDB Helm 11.2.0
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 new configurations under
- 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
What's Changed
- Added GraphDB security configurations examples by @cloudvlad in #121
- Added GraphDB configuration examples by @cloudvlad in #122
- Updated GraphDB version to 10.7.4 by @Sukhumi in #131
Full Changelog: v11.1.4...v11.1.5
GraphDB Helm 11.1.4
GraphDB Helm 11.1.3
New
- Updated to GraphDB 10.7.3