From 433cd05d95d25888bd086d4551d0a2e2f223f072 Mon Sep 17 00:00:00 2001 From: sechkin Date: Tue, 29 Oct 2024 15:38:18 +0200 Subject: [PATCH] Added description of updates in the ChangeLog. --- CHANGELOG.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d36d80..b360df2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,20 @@ - 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.privateKey` to configure a private key with its properties + - Added `cluster.tls.certificate` to configure a certificate + - 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.rootCerts` to configure root certificates to be trusted + - Added `cluster.tls.certificateChain` to configure a certificate chain + - 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 @@ -16,6 +30,11 @@ 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` +### Fixed + +- Removed the `quotes` tag from graphdb and proxy `configmap-properties` and `secret-properties` templates + which caused invalid rendering of extra properties. + ## Version 11.2.2 ### New @@ -56,7 +75,7 @@ ### Improvement - Added GraphDB configuration examples -- Added GraphDB security configration examples +- Added GraphDB security configuration examples ## Version 11.1.4