From 5352c1d072d943eed2b852d98029a233cf4d4347 Mon Sep 17 00:00:00 2001 From: sukhumi Date: Fri, 11 Oct 2024 15:23:03 +0300 Subject: [PATCH] Updated Chart version to 11.2.1 Updated GraphDB version to 10.7.5 Updated CHANGELOG.md --- CHANGELOG.md | 6 ++++++ Chart.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deff62f..4237bcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # GraphDB Helm chart release notes +## Version 11.2.1 + +### New + +- Updated to GraphDB [10.7.5](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-5) + ## Version 11.2.0 ### New diff --git a/Chart.yaml b/Chart.yaml index ce32efb..4e0c966 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.2.0 -appVersion: 10.7.4 +version: 11.2.1 +appVersion: 10.7.5 kubeVersion: ^1.26.0-0 home: https://graphdb.ontotext.com/ icon: https://graphdb.ontotext.com/home/images/visual_Logo_GraphDB_02_12_2015.png