diff --git a/CHANGELOG.md b/CHANGELOG.md index 892cdbd..c0434cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # GraphDB Helm chart release notes +## Version 11.1.0 + +### New + +- Updated to GraphDB [10.7.0](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-0) +- Added `podAntiAffinity` and `proxy.podAntiAffinity` for configuring a default podAntiAffinity for the GraphDB pods and + GraphDB proxy pods. The default values configure a "soft" podAntiAffinity that tries to schedule GraphDB pods across + different Kubernetes hosts but does not enforce it. +- Added new configuration options for the Jobs + - Added `job.schedulerName` for overriding the default Kubernetes scheduler + - Added `job.dnsConfig` and `job.dnsPolicy` for customizing the DNS resolution + - Added `job.priorityClassName` for defining the pods scheduling importance + - Added `job.nodeSelector`, `job.affinity`, `job.tolerations` and `job.topologySpreadConstraints` for customizing the + node scheduling +- Added `persistence.volumeClaimRetentionPolicy` and `proxy.persistence.volumeClaimRetentionPolicy` to control the + retention policy of the PVCs when the StatefulSets are scaled and deleted. These configurations are used only for + Kubernetes 1.27 and above. + ## Version 11.0.1 GraphDB Helm 11.0.1 is a patch release that includes bug fixes. diff --git a/Chart.yaml b/Chart.yaml index d925896..2bf25d9 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.0.1 -appVersion: 10.6.4 +version: 11.1.0 +appVersion: 10.7.0 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 4ffe9a9..0085550 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.0.1](https://img.shields.io/badge/Version-11.0.1-informational?style=flat-square) -![AppVersion: 10.6.4](https://img.shields.io/badge/AppVersion-10.6.4-informational?style=flat-square) +![Version: 11.1.0](https://img.shields.io/badge/Version-11.1.0-informational?style=flat-square) +![AppVersion: 10.7.0](https://img.shields.io/badge/AppVersion-10.7.0-informational?style=flat-square)