This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Releases: neo4j-contrib/neo4j-helm
Releases · neo4j-contrib/neo4j-helm
v4.2.0-1
Enhancements
- Updated to use Neo4j 4.2.0 as the new baseline (Release notes)
- Big thanks to @peter-c-larsson who added Azure backup support! (Ref)
- Big thanks to @jtyr - users may specify service accounts via values.yml (Related ticket)
- Big thanks to @maxbischoff - users may set an initial neo4j password with reference to a particular key in a kubernetes secret (PR)
- Certain best practice guidance has been added to documentation (Ref)
Fixes
v4.1.3-1
Enhancements
- Update to use latest Neo4j 4.1.3 as a baseline. (Related Neo4j 4.1.3 changelog)
- The backup/restore containers now work as a CronJob on a regular schedule, permit hot backups, and support Amazon S3 as a backup set target. #100 - these containers are not backwards compatible, so take due notice of changes in the documentation and required extra parameters (thanks to @srfaytkn)
- Use cgroup memory setting if available #111 (thanks to @eastlondoner)
Fixes
- Fixes #116 which dealt with an error in the documentation detailing how to disable APOC
- Fixes #119 (incorrect memory example for standalone) and related issue #113
- Fixed an error in helm template documentation (thanks to @achantavy ) eb48a1d
- Fixed broken documentation links dealing with external exposure (thanks to Neo4j field) #108
- Fixed documentation typos (thanks to @eNeRGy164 ) #109
Iterative improvements
Flexibility Improvements
Bugfix release
- Fixes custom pod annotations and labels, and provides easy examples of how to use them #73
- Fixes additionalVolume & additionalVolumeMount specifications #72
- Adds a long termination grace period for Neo4j pods so that on shutdown, they can properly checkpoint and flush remaining page cache to disk before shutting down, helping to prevent unclean shutdowns. #71
Neo4j 4.1.1
- Upgrade default Neo4j provided to 4.1.1 #62
- Neo4j log file storage (debug.log, query.log) is now mapped to persistent storage by default #61
- Cluster discovery proceeds against the first 3 core members only #63
- Added documentation and examples on anti-affinity rules #64
- Fixed DNS caching error that under some circumstances could prevent cluster formation
4.1.0-3
- Support for custom pod labels and annotations #55
- Support for additional custom volumes and mounts #54
- Permit "full name override" for custom naming of kubernetes resources #53
- More flexible plugin configuration, including easy options to install Graph Data Science, and Neo4j Streams #51
- Better support for scaling core members (i.e. during rolling upgrade operations) #50
- Better user guide & documentation organization #43
- Bugfix: memory settings are properly passed down into the pods #44