Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release GraphDB 10.7.4 #131

Merged
merged 2 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

<!--
TODO: Add ArtifactHub badge when ready
Expand Down