Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Releases: neo4j-contrib/neo4j-helm

v.4.2.11

11 Oct 15:11
429b007

Choose a tag to compare

Updated to use Neo4j 4.2.11 as the new baseline (Release notes)

v4.3.4

24 Sep 14:36
c44525c

Choose a tag to compare

Updated to use Neo4j 4.3.4 as the new baseline (Release notes)

v4.3.3

23 Sep 09:19
3fba734

Choose a tag to compare

Updated to use Neo4j 4.3.3 as the new baseline (Release notes)

v4.3.2-1

12 Jul 10:39

Choose a tag to compare

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

30 Jun 11:18

Choose a tag to compare

Enhancements

v4.2.7-2

14 Jun 08:45

Choose a tag to compare

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

04 Jun 10:01
87199a6

Choose a tag to compare

Enhancements

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

19 May 10:38
35f290f

Choose a tag to compare

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

v4.2.5-1

29 Apr 19:39

Choose a tag to compare

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 --move parameter 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

20 Jan 12:48

Choose a tag to compare

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

Fixes

  • Fixed error condition dealing with plugin specification (thanks to @jtyr) #159
  • Fixed password propagation bug, a condition where .Values.neo4jPassword was not used (thanks to @jtyr) Ref: #157 closes: #158