Skip to content

Commit 95d7c99

Browse files
authored
Merge pull request #188 from Ontotext-AD/GDB-13380-graphdb-11.2.0
GDB-13380: Updated to GraphDB 11.2.0
2 parents 1ee079d + cc78123 commit 95d7c99

File tree

13 files changed

+45
-39
lines changed

13 files changed

+45
-39
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# GraphDB Helm chart release notes
22

3+
## Version 12.2.0
4+
5+
### New
6+
7+
- Updated to GraphDB [11.2.0](https://graphdb.ontotext.com/documentation/11.1/release-notes.html#graphdb-11-2-0)
8+
39
## Version 12.1.3
410

511
### New

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ apiVersion: v2
55
name: graphdb
66
description: GraphDB is a highly efficient, scalable and robust graph database with RDF and SPARQL support.
77
type: application
8-
version: 12.1.3
9-
appVersion: 11.1.3
8+
version: 12.2.0
9+
appVersion: 11.2.0
1010
kubeVersion: ^1.26.0-0
1111
home: https://graphdb.ontotext.com/
1212
icon: https://graphdb.ontotext.com/home/images/visual_Logo_GraphDB_02_12_2015.png

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Helm Chart for GraphDB
22

33
[![CI](https://github.com/Ontotext-AD/graphdb-helm/actions/workflows/ci.yml/badge.svg)](https://github.com/Ontotext-AD/graphdb-helm/actions/workflows/ci.yml)
4-
![Version: 12.1.3](https://img.shields.io/badge/Version-12.1.3-informational?style=flat-square)
5-
![AppVersion: 11.1.3](https://img.shields.io/badge/AppVersion-11.1.3-informational?style=flat-square)
4+
![Version: 12.2.0](https://img.shields.io/badge/Version-12.2.0-informational?style=flat-square)
5+
![AppVersion: 11.2.0](https://img.shields.io/badge/AppVersion-11.2.0-informational?style=flat-square)
66

77
<!--
88
TODO: Add ArtifactHub badge when ready
@@ -197,7 +197,7 @@ Note: If `1` is selected as node count, the launched node will be standalone and
197197

198198
- The section `cluster.config` can be used to configure a GraphDB cluster.
199199

200-
See more about the cluster here: https://graphdb.ontotext.com/documentation/11.1/cluster-basics.html
200+
See more about the cluster here: https://graphdb.ontotext.com/documentation/11.2/cluster-basics.html
201201

202202
### Deploying GraphDB with security
203203

@@ -212,7 +212,7 @@ Note that the `provisioning` user is required when security is turned on!
212212
By default, if the security is turned on, GraphDB's basic security method is used. More complicated security configurations
213213
can be configured using additional configurations in `graphdb.properties`.
214214
215-
See https://graphdb.ontotext.com/documentation/11.1/access-control.html
215+
See https://graphdb.ontotext.com/documentation/11.2/access-control.html
216216
217217
Prior to GraphDB 10.0.0 the users and their settings were saved in the `settings.js` file.
218218
@@ -231,9 +231,9 @@ Note the `settings.js` must contain `security.enabled" : true` property when sec
231231
GraphDB uses Logback to configure logging using the `logback.xml` file.
232232
The file can be provisioned before GraphDB's startup with the `configuration.logback.existingConfigmap` configuration.
233233
234-
See https://graphdb.ontotext.com/documentation/11.1/directories-and-config-properties.html#configuration-properties
234+
See https://graphdb.ontotext.com/documentation/11.2/directories-and-config-properties.html#configuration-properties
235235
236-
See https://graphdb.ontotext.com/documentation/11.1/access-control.html
236+
See https://graphdb.ontotext.com/documentation/11.2/access-control.html
237237
238238
### Importing data from existing persistent volume
239239

README.md.gotmpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Note: If `1` is selected as node count, the launched node will be standalone and
197197

198198
- The section `cluster.config` can be used to configure a GraphDB cluster.
199199

200-
See more about the cluster here: https://graphdb.ontotext.com/documentation/11.1/cluster-basics.html
200+
See more about the cluster here: https://graphdb.ontotext.com/documentation/11.2/cluster-basics.html
201201

202202
### Deploying GraphDB with security
203203

@@ -212,7 +212,7 @@ Note that the `provisioning` user is required when security is turned on!
212212
By default, if the security is turned on, GraphDB's basic security method is used. More complicated security configurations
213213
can be configured using additional configurations in `graphdb.properties`.
214214

215-
See https://graphdb.ontotext.com/documentation/11.1/access-control.html
215+
See https://graphdb.ontotext.com/documentation/11.2/access-control.html
216216

217217
Prior to GraphDB 10.0.0 the users and their settings were saved in the `settings.js` file.
218218

@@ -231,9 +231,9 @@ Note the `settings.js` must contain `security.enabled" : true` property when sec
231231
GraphDB uses Logback to configure logging using the `logback.xml` file.
232232
The file can be provisioned before GraphDB's startup with the `configuration.logback.existingConfigmap` configuration.
233233

234-
See https://graphdb.ontotext.com/documentation/11.1/directories-and-config-properties.html#configuration-properties
234+
See https://graphdb.ontotext.com/documentation/11.2/directories-and-config-properties.html#configuration-properties
235235

236-
See https://graphdb.ontotext.com/documentation/11.1/access-control.html
236+
See https://graphdb.ontotext.com/documentation/11.2/access-control.html
237237

238238
### Importing data from existing persistent volume
239239

examples/aws/backup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ backup:
126126
existingSecret: graphdb-custom-backup-options
127127
```
128128

129-
See https://graphdb.ontotext.com/documentation/11.1/backup-and-restore.html#backup-options for supported options.
129+
See https://graphdb.ontotext.com/documentation/11.2/backup-and-restore.html#backup-options for supported options.

examples/azure/backup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ backup:
123123
existingSecret: graphdb-custom-backup-options
124124
```
125125

126-
See https://graphdb.ontotext.com/documentation/11.1/backup-and-restore.html#backup-options for supported options.
126+
See https://graphdb.ontotext.com/documentation/11.2/backup-and-restore.html#backup-options for supported options.

examples/configuring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and efficient setup. Additionally, it explains how to set Java arguments
1010
and environment variables for GraphDB.
1111

1212
All GraphDB configuration options can be found
13-
[here](https://graphdb.ontotext.com/documentation/11.1/directories-and-config-properties.html#general-properties).
13+
[here](https://graphdb.ontotext.com/documentation/11.2/directories-and-config-properties.html#general-properties).
1414

1515
## Properties
1616

examples/gcp/backup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ backup:
124124
existingSecret: graphdb-custom-backup-options
125125
```
126126

127-
See https://graphdb.ontotext.com/documentation/11.1/backup-and-restore.html#backup-options for supported options.
127+
See https://graphdb.ontotext.com/documentation/11.2/backup-and-restore.html#backup-options for supported options.

examples/grpc-security/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ configure it:
1414
However, if certificates are signed by a Certificate Authority (CA), the CA's root certificate
1515
(or intermediate certificates, if applicable) should be present in the truststore.
1616
### See more about TLS/SSL set up:
17-
- GraphDB configuration properties : https://graphdb.ontotext.com/documentation/11.1/directories-and-config-properties.html#cluster-properties
17+
- GraphDB configuration properties : https://graphdb.ontotext.com/documentation/11.2/directories-and-config-properties.html#cluster-properties
1818
- Tomcat documentation: https://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html
1919
- Troubleshooting: https://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html#Troubleshooting
2020

examples/plugins/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GraphDB External Plugins Examples
22

33
This folder contains examples of how to configure GraphDB with external plugins by providing them to the classpath.
4-
See https://graphdb.ontotext.com/documentation/11.1/plug-in-api.html#adding-external-plugins-to-graphdb for more information and
4+
See https://graphdb.ontotext.com/documentation/11.2/plug-in-api.html#adding-external-plugins-to-graphdb for more information and
55
configuration examples.
66

77
## Using GraphDB Persistence

0 commit comments

Comments
 (0)