This repository was archived by the owner on Jan 19, 2024. It is now read-only.
Releases: neo4j-contrib/neo4j-helm
Releases · neo4j-contrib/neo4j-helm
v.4.2.11
Updated to use Neo4j 4.2.11 as the new baseline (Release notes)
v4.3.4
Updated to use Neo4j 4.3.4 as the new baseline (Release notes)
v4.3.3
Updated to use Neo4j 4.3.3 as the new baseline (Release notes)
v4.3.2-1
Enhancements
- Updated to use Neo4j 4.3.2 as the new baseline (Release notes)
- A whole new approach to exposing cluster externally, using a single load balancer rather than load-balancer-per-core #207 (thanks @eastlondoner)
- Documentation for running standalone (single instance) of Neo4j points to new official helm chart #207 (thanks @eastlondoner)
- Changes to the Neo4j configuration defaults in helm installations: #207 (thanks @eastlondoner)
- Enabled server side routing
- Enabled bolt keep alive
- Enabled dbms upgrade by default (
dbms.allow_upgrade)
- Allow to keep backup files for incremental backups using PVC #204 (thanks @alemairebe)
Fixes
- Set default SecretName to null so it can be used as subchart without use of secrets #200 (thanks @alemairebe)
v4.2.8-1
Enhancements
- Updated to use Neo4j 4.2.8 as the new baseline (Release notes)
v4.2.7-2
Enhancements
Allow use of IAM Role for Service Account IRSA in AWS (removes the need to put AWS credentials into K8s secrets in many situations) #194 (thanks @alemairebe)
Fixes/Internal
Update PodAnnotations handling internally to support more annotation formats #193 (thanks @mohammadsrahman)
Changed default cluster size at runtime value to 3 in line with Neo4j standard guidance #195 (thanks @moxious)
v4.2.7-1
Enhancements
- Updated to use Neo4j 4.2.7 as the new baseline (Release notes)
Fixes/Internal
- Fixed the consistency check report produced by neo4j admin backup in the artifacts that are uploaded for storage #190 (thanks @eastlondoner)
- Docs improvement #189
v4.2.6-1
Enhancements
- Updated to use Neo4j 4.2.6 as the new baseline (Release Notes)
- Added support for ContainerSecurityContext #179 (thanks @mmckane)
- Increased default disk size to improve out of the box experience on major cloud providers #184 (thanks @laeg)
- Additional documentation for above enhancements #185, #182
Fixes
- Documentation improvements #186 #187 (thanks to @moxious and @davidlrosenblum)
v4.2.5-1
Enhancements
- Updated to use Neo4j 4.2.5 as the new baseline (Release Notes)
- use an explicit volume for staging files before they are uploaded to cloud in backup job #177 (@eastlondoner)
- Added additional meta tags for search discovery #175 (thanks @adam-cowley)
- Backup & Restore improvements #174 (@eastlondoner, thanks to @Mrunal-Yadav for raising issues and reviewing the PR)
- support for Workload Identity to authenticate with Google Cloud Storage when using GKE
- restore initContainer image now based on the neo4j container image
- restore using neo4j-admin
--moveparameter so that the store files being restored are not duplicated on disk
Fixes
- Add storageClass to read replica persistentVolume in values.yaml #176 (@eastlondoner)
- Support volume subpath with restore-from-backup init container #172
- Improve prometheus metrics documentation #170 (@eastlondoner, thanks to @srfaytkn for raising the issue)
- fixed typo in restore docs section #164 (thanks @ikwattro)
v4.2.2-1
Enhancements
- Updated to use Neo4j 4.2.2 as the new baseline (Release Notes)
- Added support for transaction memory allocation & transaction memory limits in Neo4j (thanks @eastlondoner) #160
- RBAC and ServiceAccount creation is now configurable; you may specify your own (thanks @jsotelo) #156
- SSR routing address setting (dbms.routing.advertised_address) and fixes for several small things (thanks @eastlondoner) Ref: #151
- Service mesh support for backups, permitting pod annotations, labels for backups and sidecars; thanks to @peter-c-larsson Ref: #150 and #149