diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aefd9f..36ea2f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # GraphDB Helm chart release notes +## Version 11.4.0 + +### New + +- Added new configuration properties for GraphDB Tomcat connector SSL/TLS + - Added `configuration.tls.keystore` to configure a keystore with its properties + - Added `configuration.tls.truststore` to configure a truststore with its properties + - Added `configuration.tls.certificateRevocationList` to configure a certificate revocation list +- Added new configuration properties for configuring GraphDB cluster security (SSL/TLS) + - Added `cluster.tls.mode` to configure cluster security mode + - Added `cluster.tls.keystore` to configure a keystore with its properties + - Added `cluster.tls.truststore` to configure a truststore with its properties + - Added `cluster.tls.certificate` to configure a certificate + - Added `cluster.tls.certificateChain` to configure a certificate chain + - Added `cluster.tls.certificateKey` to configure a private key with its properties + - Added `cluster.tls.rootCerts` to configure root certificates to be trusted + - Added `cluster.tls.certificateRevocationList` to configure a certificate revocation list +- Updated jobs and scripts to use `https` or `http` depending on whether the Tomcat connector security is configured +- Added `indices` configuration enabling a job for initial preloading of indices and other SPARQL updates +- Added `backup.timezone` configuration for overriding the default timezone with a specific one + ## Version 11.3.3 ### Fixed @@ -27,21 +48,6 @@ - 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 new configuration properties for GraphDB Tomcat connector SSL/TLS - - Added `configuration.tls.keystore` to configure a keystore with its properties - - Added `configuration.tls.truststore` to configure a truststore with its properties - - Added `configuration.tls.certificateRevocationList` to configure a certificate revocation list -- Added new configuration properties for configuring GraphDB cluster security (SSL/TLS) - - Added `cluster.tls.mode` to configure cluster security mode - - Added `cluster.tls.keystore` to configure a keystore with its properties - - Added `cluster.tls.truststore` to configure a truststore with its properties - - Added `cluster.tls.certificate` to configure a certificate - - Added `cluster.tls.certificateChain` to configure a certificate chain - - Added `cluster.tls.certificateKey` to configure a private key with its properties - - Added `cluster.tls.rootCerts` to configure root certificates to be trusted - - Added `cluster.tls.certificateRevocationList` to configure a certificate revocation list -- Updated jobs and scripts to use `https` or `http` depending on whether the Tomcat connector security is configured - - Updated to GraphDB [10.8.0](https://graphdb.ontotext.com/documentation/10.8/release-notes.html#graphdb-10-8-0) ### Updated diff --git a/Chart.yaml b/Chart.yaml index 1dd089f..a04394f 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -5,7 +5,7 @@ apiVersion: v2 name: graphdb description: GraphDB is a highly efficient, scalable and robust graph database with RDF and SPARQL support. type: application -version: 11.3.3 +version: 11.4.0 appVersion: 10.8.2 kubeVersion: ^1.26.0-0 home: https://graphdb.ontotext.com/ diff --git a/README.md b/README.md index 27b11a4..7374a2e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Helm Chart for GraphDB [![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) -![Version: 11.3.3](https://img.shields.io/badge/Version-11.3.3-informational?style=flat-square) +![Version: 11.4.0](https://img.shields.io/badge/Version-11.4.0-informational?style=flat-square) ![AppVersion: 10.8.2](https://img.shields.io/badge/AppVersion-10.8.2-informational?style=flat-square)