Skip to content

Commit

Permalink
Added description of updates in the ChangeLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Secchol committed Oct 29, 2024
1 parent 212661c commit 433cd05
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -56,7 +75,7 @@
### Improvement

- Added GraphDB configuration examples
- Added GraphDB security configration examples
- Added GraphDB security configuration examples

## Version 11.1.4

Expand Down

0 comments on commit 433cd05

Please sign in to comment.