diff --git a/CHANGELOG.md b/CHANGELOG.md index ef74bab..8bbd5e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # GraphDB Helm chart release notes +## Version 12.3.3 + +### Fixed + +- Updated all TLS related configurations to use the correct GraphDB v11 properties, see configmap-properties.yaml +- Updated probes to use the correct HTTPS scheme when TLS is enabled + ## Version 12.3.2 ### New diff --git a/Chart.yaml b/Chart.yaml index f51e543..42e317e 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: 12.3.2 +version: 12.3.3 appVersion: 11.3.1 kubeVersion: ^1.26.0-0 home: https://graphdb.ontotext.com/ diff --git a/README.md b/README.md index dc1fb97..a997e6c 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: 12.3.2](https://img.shields.io/badge/Version-12.3.2-informational?style=flat-square) +![Version: 12.3.3](https://img.shields.io/badge/Version-12.3.3-informational?style=flat-square) ![AppVersion: 11.3.1](https://img.shields.io/badge/AppVersion-11.3.1-informational?style=flat-square)