Skip to content

Releases: neo4j/helm-charts

v2025.6.2

15 Jul 07:14
Compare
Choose a tag to compare
  • Update to Neo4j 2025.06.2 as the new baseline
  • See Release notes for details of changes

v5.26.9

15 Jul 18:32
Compare
Choose a tag to compare

v2025.6.0

08 Jul 21:38
Compare
Choose a tag to compare
  • Update to Neo4j 2025.06.0 as the new baseline
  • See Release notes for details of changes
  • Added SpeeDy configuration (default:false)

❗ IMPORTANT: Backup Architecture Enhancement

Neo4j Helm Charts Backup: Migration to Native Mode

What's Changing

We've upgraded the Neo4j backup functionality from wrapper mode to native mode for improved performance, reliability, and cloud provider integration.

🛠️ Migration Guide

  1. Azure Users: Update your credentials secret with service principal information as follows:
# Azure credentials file
AZURE_STORAGE_ACCOUNT=your_account
AZURE_STORAGE_KEY=your_key
AZURE_CLIENT_ID=your_service_principal_id
AZURE_CLIENT_SECRET=your_service_principal_secret
AZURE_TENANT_ID=your_tenant_id
  1. GCP Users: Consider migrating to workload identity for enhanced security
  2. AWS Users: No changes required for existing configurations
  3. All Users: Review backup job resource allocations for optimal performance

📚 Documentation Updates

Updated documentation will be available at: Neo4j Kubernetes Operations Manual

🔧 Key Improvements

  • Better Performance: Direct integration with Neo4j's native backup operations
  • Removed the need for local mount for backups: Backups performed directly to cloud storage
  • Enhanced Cloud Authentication: Native Azure service principal support with DefaultAzureCredential
  • GCP Workload Identity: Full support for Google Cloud workload identity authentication

v2025.5.0

10 Jun 13:40
Compare
Choose a tag to compare
  • Update to Neo4j 2025.05.0 as the new baseline
  • See Release notes for details of changes
  • Azure blob URL is now configurable
  • Fixed issue where the first node would fallback to standalone even when setting minimumClusterSize to 3
  • Fixed parsing of multiple endpoints for backup
  • Fixed consistency check failing when a database name was not defined
  • Fixed boolean to string conversion issue in GO

❗ IMPORTANT: Backup Architecture Enhancement in Next Release

Neo4j Helm Charts Backup: Migration to Native Mode

📅 Effective in Release: 2025.6.0

What's Changing

We're upgrading the Neo4j backup functionality from wrapper mode to native mode for improved performance, reliability, and cloud provider integration.

🛠️ Migration Guide

  1. Azure Users: Update your credentials secret with service principal information as follows:
# Azure credentials file
AZURE_STORAGE_ACCOUNT=your_account
AZURE_STORAGE_KEY=your_key
AZURE_CLIENT_ID=your_service_principal_id
AZURE_CLIENT_SECRET=your_service_principal_secret
AZURE_TENANT_ID=your_tenant_id
  1. GCP Users: Consider migrating to workload identity for enhanced security
  2. AWS Users: No changes required for existing configurations
  3. All Users: Review backup job resource allocations for optimal performance

📚 Documentation Updates

Updated documentation will be available at: Neo4j Kubernetes Operations Manual

🔧 Key Improvements

  • Better Performance: Direct integration with Neo4j's native backup operations
  • Removed the need for local mount for backups: Backups performed directly to cloud storage
  • Enhanced Cloud Authentication: Native Azure service principal support with DefaultAzureCredential
  • GCP Workload Identity: Full support for Google Cloud workload identity authentication

v5.26.8

10 Jun 15:52
Compare
Choose a tag to compare
  • Update to Neo4j 5.26.8 as the new baseline, see Release notes for details of changes
  • Azure blob URL is now configurable
  • Fixed issue where the first node would fallback to standalone even when setting minimumClusterSize to 3

v5.26.7

28 May 09:11
Compare
Choose a tag to compare
  • Update to Neo4j 5.26.7 as the new baseline, see Release notes for details of changes
  • Fixed parsing of multiple endpoints for backup
  • Fixed consistency check failing when a database name was not defined
  • Fixed boolean to string conversion issue in GO

v4.4.44

23 May 11:15
Compare
Choose a tag to compare
  • Updated to Neo4j 4.4.44 as the new baseline

v4.4.43

15 May 11:38
Compare
Choose a tag to compare
  • Updated to Neo4j 4.4.43 as the new baseline

v5.26.6

08 May 07:53
Compare
Choose a tag to compare
  • Update to Neo4j 5.26.6 as the new baseline, see Release notes for details of changes
  • Fixed issue with wrong Source Code version on 5.26 package
  • Fixed issue with handling of keepBackupFiles in env variables
  • Security related dependency upgrades

v2025.4.0

06 May 12:24
Compare
Choose a tag to compare
  • Update to Neo4j 2025.04.0 as the new baseline
  • See Release notes for details of changes
  • Security related dependency upgrades