diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ffd47..713f701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # GraphDB Helm chart release notes +## Version 11.1.5 + +### New + +- Updated to GraphDB [10.7.4](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-4) + +### Improvement + +- Added GraphDB configuration examples +- Added GraphDB security configration examples + ## Version 11.1.4 ### Fixed @@ -15,7 +26,7 @@ ## Version 11.1.2 -### New +### New - Updated to GraphDB [10.7.2](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-2) @@ -211,7 +222,7 @@ Version 11 of the chart addresses a bunch of legacy issues and aims to provide m - Added default resource limits and requests for all init containers and provisioning jobs - PodDisruptionBudget are enabled by default for both GraphDB and GraphDB proxy - Updated init containers to invoke `bash` instead of `sh` -- Updated the default memory limits and requests to 4Gi +- Updated the default memory limits and requests to 4Gi ## Version 10.6.0-R2 diff --git a/Chart.yaml b/Chart.yaml index 0b65382..7fe0a17 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -5,8 +5,8 @@ apiVersion: v2 name: graphdb description: GraphDB is a highly efficient, scalable and robust graph database with RDF and SPARQL support. type: application -version: 11.1.4 -appVersion: 10.7.3 +version: 11.1.5 +appVersion: 10.7.4 kubeVersion: ^1.26.0-0 home: https://graphdb.ontotext.com/ icon: https://graphdb.ontotext.com/home/images/visual_Logo_GraphDB_02_12_2015.png diff --git a/README.md b/README.md index af4927c..37a62f4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # 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.1.4](https://img.shields.io/badge/Version-11.1.4-informational?style=flat-square) -![AppVersion: 10.7.3](https://img.shields.io/badge/AppVersion-10.7.3-informational?style=flat-square) +![Version: 11.1.5](https://img.shields.io/badge/Version-11.1.5-informational?style=flat-square) +![AppVersion: 10.7.4](https://img.shields.io/badge/AppVersion-10.7.4-informational?style=flat-square)