Releases: neo4j/helm-charts
Releases · neo4j/helm-charts
v5.26.2
- 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
- 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
- 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
- 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
- Update to Neo4j 5.24.1 as the new baseline, see Release notes for details of changes
v5.23
- Update to Neo4j 5.23 as the new baseline, see Release notes for details of changes
v5.22.0
- Update to Neo4j 5.22.0 as the new baseline, see Release notes for details of changes
v5.21.2
- 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
- Update to Neo4j 5.21.0 as the new baseline, see Release notes for details of changes
- Added support for aggregate-backup in neo4j-admin helm chart. PR
v4.4.35
- 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