Skip to content

Releases: neo4j/helm-charts

v4.4.29

12 Jan 14:03
Compare
Choose a tag to compare

Bug - Fixed apoc config name
Feature - Support for host field of ingress in neo4j-reverse-proxy helm chart
Feature - Use deployment instead of Pod for reverse proxy
Feature - Updated go version to 1.21.5
Feature - Added support for cup and memory limits & requests in neo4j-admin backup helm chart

v5.15.0

11 Jan 10:33
Compare
Choose a tag to compare

Bug - Fixed apoc config name
Feature - Support for host field of ingress in neo4j-reverse-proxy helm chart
Feature - Use deployment instead of Pod for reverse proxy
Feature - Updated go version to 1.21.5
Feature - Added support for cup and memory limits & requests in neo4j-admin backup helm chart

v5.14.0

05 Dec 09:30
Compare
Choose a tag to compare
  • Update to Neo4j 5.14.0 as the new baseline, see Release notes for details of changes
  • Added support for prometheus service monitor
  • Added support for performing backup to subdirectories
  • Fixed checksum [bug] for environment variables (#265)
  • Added support for minIO Endpoint in neo4j-admin backup helm chart
  • Added support for 1 primary + n secondary instance scenario
  • Added support for NEO4J_AUTH_PATH
    • This allows the neo4j authentication password to be mounted via a secret instead of being set as an environment variable (NEO4J_AUTH)

v4.4.28

05 Dec 09:32
Compare
Choose a tag to compare
  • Update to Neo4j 4.4.28 as the new baseline, see Release notes for details of changes.
  • Added support for performing backup to subdirectories
  • Fixed checksum [bug] for environment variables (#266)
  • Added support for minIO Endpoint in neo4j-admin backup helm chart
  • Added support for NEO4J_AUTH_PATH
    • This allows the neo4j authentication password to be mounted via a secret instead of being set as an environment variable (NEO4J_AUTH)

v4.4.27

06 Nov 15:49
Compare
Choose a tag to compare
  • Update to Neo4j 4.4.27 as the new baseline, see Release notes for details of changes.
  • Added support for workload identity in neo4j-admin helm chart for backup. Issue
  • Added support for podDistributionBudget. Issue
  • Added support for prometheus service monitor. Issue
  • Updated neo4j-admin dockerfile to build executable at the time of release. Issue
  • Disabled https (7473) as the default port. Issue

v5.13.0

25 Oct 08:43
Compare
Choose a tag to compare
  • Update to Neo4j 5.13.0 as the new baseline, see Release notes for details of changes
  • Added support for workload identity in neo4j-admin helm chart for backup. Issue
  • Added support for neo4j-loadbalancer helm chart. Issue
  • Added support for podDistributionBudget. Issue
  • Updated neo4j-admin dockerfile to build executable at the time of release. Issue
  • Disabled https (7473) as the default port. Issue

v4.4.26

26 Sep 11:22
Compare
Choose a tag to compare
  • Update to Neo4j 4.4.26 as the new baseline, see Release notes for details of changes.
  • Added a new helm chart called "neo4j-reverse-proxy" which allows to access Neo4j on port 80/443 using Kubernetes Ingress. Documentation
    • This provided support for github issue
  • Fixed Pod Anti Affinity Bug
  • Fixed dbms.backup.enabled bug

v5.12.0

25 Sep 21:31
Compare
Choose a tag to compare
  • Update to Neo4j 5.12.0 as the new baseline, see Release notes for details of changes
  • Added a new helm chart called "neo4j-reverse-proxy" which allows to access Neo4j on port 80/443 using Kubernetes Ingress. Documentation
    • This provided support for github issue
  • Fixed Pod Anti Affinity Bug
  • Fixed duplicate config bug
  • Fixed dbms.backup.enabled bug

v5.11.0

06 Sep 11:25
Compare
Choose a tag to compare
  • Update to Neo4j 5.11.0 as the new baseline, see Release notes for details of changes
  • Added support for affinity and tolerations in neo4j-admin backup helm chart. Documentation
  • Added support for apoc jdbc and elasticsearch url configs. Documentation
  • Added support for keepBackupFiles flag in neo4j-admin backup helm chart
  • Fixed cluster config bug
  • Fixed serviceaccount creation bug when a customized service account is provided

v4.4.25

06 Sep 17:06
Compare
Choose a tag to compare
  • Update to Neo4j 4.4.25 as the new baseline, see Release notes for details of changes.
  • Added support for affinity and tolerations in neo4j-admin backup helm chart. Documentation
  • Added support for apoc jdbc and elasticsearch url configs.
  • Added keepBackupFiles feature to neo4j-admin backup helm chart