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

Commit 2f1b0b1

Browse files
Merge pull request #267 from neo4j-contrib/release_4.4.10
Releasing 4.4.10
2 parents 55b301f + aef5ef1 commit 2f1b0b1

File tree

9 files changed

+33
-13
lines changed

9 files changed

+33
-13
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,13 +293,13 @@ jobs:
293293
294294
echo "MATCH (n) RETURN count(n) as n;" | kubectl run -i --rm cypher-shell \
295295
--namespace $NAMESPACE \
296-
--image=neo4j:4.4.9-enterprise --restart=Never \
296+
--image=neo4j:4.4.10-enterprise --restart=Never \
297297
--command -- ./bin/cypher-shell -u neo4j -p "$NEO4J_PASSWORD" \
298298
-a bolt://$NAME_RESTORE-neo4j.$NAMESPACE.svc.cluster.local 2>&1 | tee restore-result.log
299299
300300
echo "MATCH (n) RETURN count(n) as n;" | kubectl run -i --rm cypher-shell \
301301
--namespace $NAMESPACE \
302-
--image=neo4j:4.4.9-enterprise --restart=Never \
302+
--image=neo4j:4.4.10-enterprise --restart=Never \
303303
--command -- ./bin/cypher-shell -u neo4j -p "$NEO4J_PASSWORD" \
304304
-a neo4j://$NAME_RESTORE-neo4j.$NAMESPACE.svc.cluster.local 2>&1 | tee restore-result.log
305305
cp restore-result.log $BUILD_ARTIFACTS/

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: neo4j
33
home: https://www.neo4j.com
4-
version: 4.4.9
5-
appVersion: 4.4.9
4+
version: 4.4.10
5+
appVersion: 4.4.10
66
description: Neo4j is the world's leading graph database
77
keywords:
88
- graph

deployment-scenarios/cluster-restore.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ core:
77
restore:
88
enabled: true
99
image: gcr.io/neo4j-helm/restore
10-
imageTag: 4.4.9
10+
imageTag: 4.4.10
1111
secretName: neo4j-gcp-credentials #neo4j-aws-credentials
1212
database: neo4j,system
1313
cloudProvider: gcp #aws
@@ -20,7 +20,7 @@ readReplica:
2020
restore:
2121
enabled: true
2222
image: gcr.io/neo4j-helm/restore
23-
imageTag: 4.4.9
23+
imageTag: 4.4.10
2424
secretName: neo4j-gcp-credentials #neo4j-aws-credentials
2525
database: neo4j,system
2626
cloudProvider: gcp #aws

index.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ apiVersion: v1
22
generated: 2021-04-29T21:17:54.857071000+02:00
33
entries:
44
neo4j-backup:
5+
- created: 2022-08-10T09:08:16.836786000+01:00
6+
description: Neo4j 4.4.10
7+
digest: 70bf12bf13fa5788305e77ef8edf09889be4a9028edf176506ff586bf50836bf
8+
home: https://github.com/neo4j-contrib/neo4j-helm
9+
name: neo4j
10+
sources:
11+
- https://github.com/neo4j-contrib/neo4j-helm
12+
urls:
13+
- https://github.com/neo4j-contrib/neo4j-helm/releases/download/4.4.10/neo4j-backup-4.4.10.tgz
14+
version: 4.4.10
515
- created: 2022-07-21T17:04:03.338814000+01:00
616
description: Neo4j 4.4.9
717
digest: 8ada9d6af94d03bf7dce21b841480c42b0d6c2a1c6f5f37f478907b097065a62
@@ -343,6 +353,16 @@ entries:
343353
- https://github.com/neo4j-contrib/neo4j-helm/releases/download/4.0.5-1/neo4j-backup-4.0.5-1.tgz
344354
version: 4.0.4-1
345355
neo4j:
356+
- created: 2022-08-10T09:08:16.836786000+01:00
357+
description: Neo4j 4.4.10
358+
digest: e3cc602189f1552bcfc5e7be2aac585c790e3872df352f9dcd2a57a9121ea299
359+
home: https://github.com/neo4j-contrib/neo4j-helm
360+
name: neo4j
361+
sources:
362+
- https://github.com/neo4j-contrib/neo4j-helm
363+
urls:
364+
- https://github.com/neo4j-contrib/neo4j-helm/releases/download/4.4.10/neo4j-4.4.10.tgz
365+
version: 4.4.10
346366
- created: 2022-07-21T17:04:03.338814000+01:00
347367
description: Neo4j 4.4.9
348368
digest: 59e5c274d468b52351474d23c3b93425efae7ebde342ab74a6c94749cc194d31

tools/backup/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: neo4j-backup
33
home: https://www.neo4j.com
4-
version: 4.4.9
5-
appVersion: 4.4.9
4+
version: 4.4.10
5+
appVersion: 4.4.10
66
description: Neo4j Backup Utility
77
keywords:
88
- graph

tools/backup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN echo "deb https://httpredir.debian.org/debian stretch-backports main" | tee
1111
RUN echo "neo4j-enterprise neo4j/question select I ACCEPT" | debconf-set-selections
1212
RUN echo "neo4j-enterprise neo4j/license note" | debconf-set-selections
1313

14-
RUN apt-get update && apt-get install -y neo4j-enterprise=1:4.4.9 google-cloud-sdk unzip less \
14+
RUN apt-get update && apt-get install -y neo4j-enterprise=1:4.4.10 google-cloud-sdk unzip less \
1515
&& rm -rf /var/lib/apt/lists/*
1616
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && unzip awscliv2.zip && ./aws/install && rm awscliv2.zip
1717
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash

tools/backup/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
image: gcr.io/neo4j-helm/backup
2-
imageTag: 4.4.9
2+
imageTag: 4.4.10
33
podLabels: {}
44
podAnnotations: {}
55
neo4jaddr: holder-neo4j.default.svc.cluster.local:6362

tools/restore/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM neo4j:4.4.9-enterprise
1+
FROM neo4j:4.4.10-enterprise
22
RUN apt-get update \
33
&& apt-get install -y curl wget gnupg apt-transport-https apt-utils lsb-release unzip less \
44
&& rm -rf /var/lib/apt/lists/*

values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: "neo4j"
77

88
# Specs for the Neo4j docker image
99
image: "neo4j"
10-
imageTag: "4.4.9-enterprise"
10+
imageTag: "4.4.10-enterprise"
1111
imagePullPolicy: "IfNotPresent"
1212
# imagePullSecret: registry-secret
1313
acceptLicenseAgreement: "no"
@@ -159,7 +159,7 @@ core:
159159
restore:
160160
enabled: false
161161
image: gcr.io/neo4j-helm/restore
162-
imageTag: 4.4.9
162+
imageTag: 4.4.10
163163
secretName: null
164164
database: neo4j,system
165165
cloudProvider: gcp

0 commit comments

Comments
 (0)