v2025.6.0
- 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
- 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
- GCP Users: Consider migrating to workload identity for enhanced security
- AWS Users: No changes required for existing configurations
- 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