Skip to content

Releases: neo4j/helm-charts

v5.26.2

10 Feb 09:22
Compare
Choose a tag to compare
  • Update to Neo4j 5.26.2 as the new baseline, see Release notes for details of changes
  • Added the ability to use TLS certificates with custom S3 compatible endpoints. Using TLS for custom endpoint has been set as default. minioEndpoint deprecated in favor of the new s3Endpoint parameter. Please refer to docs for details.
  • Cleanup job pod labels aligned with core cluster pod labels ensuring consistent labeling across all pods.
  • Fixed kubernetes logs getting stuck during backup enabling realtime logs streaming.
  • Updated GO dependecies.

v5.26.1

23 Jan 10:12
Compare
Choose a tag to compare
  • Update to Neo4j 5.26.1 as the new baseline, see Release notes for details of changes
  • Enhanced Neo4j backup functionality by adding support for generic S3-compatible endpoints (including both TLS and non-TLS connections).
  • Added support for configurable temporary directory path in aggregate backups.
  • Added support for allowing overrides to liveness, readiness, and startup probes. Thanks to @ryanmcafee
  • Security updates for base images and GO dependencies.

v5.26.0

10 Dec 12:29
Compare
Choose a tag to compare
  • Update to Neo4j 5.26.0 as the new baseline, see Release notes for details of changes
  • Added support for setting ContainerSecurityContext in Neo4jBackup
  • Allowing custom pod annotations for cleanup job
  • Cleanup backup leftover files before the new backup job starts if keepBackupFiles: false
  • Added ability to specify multiple backup endpoints as list via databaseBackupEndpoints:
  • Security patch alpine image neo4j-reverse-proxy

v5.25.1

11 Nov 09:25
Compare
Choose a tag to compare
  • Update to Neo4j 5.25.1 as the new baseline, see Release notes for details of changes.
  • Improved neo4j-reverse-proxy docker image security.

v5.24.1

07 Oct 07:20
Compare
Choose a tag to compare
  • Update to Neo4j 5.24.1 as the new baseline, see Release notes for details of changes

v5.23

27 Aug 08:59
Compare
Choose a tag to compare
  • Update to Neo4j 5.23 as the new baseline, see Release notes for details of changes

v5.22.0

05 Aug 09:48
Compare
Choose a tag to compare
  • Update to Neo4j 5.22.0 as the new baseline, see Release notes for details of changes

v5.21.2

16 Jul 11:02
Compare
Choose a tag to compare
  • Update to Neo4j 5.21.2 as the new baseline, see Release notes for details of changes
  • Improved Neo4j container security by dropping all capabilities by default. PR

v5.21.0

09 Jul 09:36
Compare
Choose a tag to compare

v4.4.35

08 Jul 15:34
Compare
Choose a tag to compare
  • Updated to Neo4j 4.4.35 as the new baseline see Release notes for details of changes
  • Changed internals service from headless to ClusterIP to fix timeout PR