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

Commit f6e46d6

Browse files
Merge pull request #255 from neo4j-contrib/release_4.4.4
Adding changes for 4.4.4
2 parents 8e6e16f + 7af5b16 commit f6e46d6

File tree

11 files changed

+37
-17
lines changed

11 files changed

+37
-17
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.3-enterprise --restart=Never \
296+
--image=neo4j:4.4.4-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.3-enterprise --restart=Never \
302+
--image=neo4j:4.4.4-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.3
5-
appVersion: 4.4.3
4+
version: 4.4.4
5+
appVersion: 4.4.4
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.3
10+
imageTag: 4.4.4
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.3
23+
imageTag: 4.4.4
2424
secretName: neo4j-gcp-credentials #neo4j-aws-credentials
2525
database: neo4j,system
2626
cloudProvider: gcp #aws

doc/docs/modules/ROOT/pages/externalexposure.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ We can verify our service is running nicely like this:
9999

100100
```
101101
$ kubectl get service | grep neo4j-external
102-
zeke-neo4j-external LoadBalancer 10.0.5.183 35.202.123.82 7687:30529/TCP,7474:30843/TCP,7473:30325/TCP 115s
102+
zeke-neo4j-external LoadBalancer 10.0.5.183 35.202.123.82 7687:30529/TCP,74.4.40843/TCP,7473:30325/TCP 115s
103103
```
104104

105105
After all of these steps, you should end up with a cluster properly exposed. We can recover our password

doc/docs/modules/ROOT/pages/externalexposure42.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ We can verify our services are running nicely like this:
225225

226226
```
227227
$ kubectl get service | grep neo4j-external
228-
zeke-neo4j-external-0 LoadBalancer 10.0.5.183 35.202.123.82 7687:30529/TCP,7474:30843/TCP,7473:30325/TCP 115s
229-
zeke-neo4j-external-1 LoadBalancer 10.0.9.182 34.71.151.230 7687:31059/TCP,7474:31288/TCP,7473:31009/TCP 115s
230-
zeke-neo4j-external-2 LoadBalancer 10.0.12.38 35.232.116.39 7687:30523/TCP,7474:30844/TCP,7473:31732/TCP 114s
228+
zeke-neo4j-external-0 LoadBalancer 10.0.5.183 35.202.123.82 7687:30529/TCP,74.4.40843/TCP,7473:30325/TCP 115s
229+
zeke-neo4j-external-1 LoadBalancer 10.0.9.182 34.71.151.230 7687:31059/TCP,74.4.41288/TCP,7473:31009/TCP 115s
230+
zeke-neo4j-external-2 LoadBalancer 10.0.12.38 35.232.116.39 7687:30523/TCP,74.4.40844/TCP,7473:31732/TCP 114s
231231
```
232232

233233
After all of these steps, you should end up with a cluster properly exposed. We can recover our password

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-03-24T15:11:18.220802000+00:00
6+
description: Neo4j 4.4.4
7+
digest: 2426c733b1f245d32c7a18dc2fac5658196bcab6197cb7901bf5d342ef992c68
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.4/neo4j-backup-4.4.4.tgz
14+
version: 4.4.4
515
- created: 2022-01-14T11:00:24.393724000+00:00
616
description: Neo4j 4.4.3
717
digest: 24939b9fe6735a30bbd768bb49c865a14b141040e00aefc40d0c2e5dce993663
@@ -253,6 +263,16 @@ entries:
253263
- https://github.com/neo4j-contrib/neo4j-helm/releases/download/4.0.5-1/neo4j-backup-4.0.5-1.tgz
254264
version: 4.0.4-1
255265
neo4j:
266+
- created: 2022-03-24T15:11:18.220802000+00:00
267+
description: Neo4j 4.4.4
268+
digest: 42b2edc06ca2a8f80e41268f26bd460991f6ac5845d2589b19945cac30acf3a4
269+
home: https://github.com/neo4j-contrib/neo4j-helm
270+
name: neo4j
271+
sources:
272+
- https://github.com/neo4j-contrib/neo4j-helm
273+
urls:
274+
- https://github.com/neo4j-contrib/neo4j-helm/releases/download/4.4.4/neo4j-4.4.4.tgz
275+
version: 4.4.4
256276
- created: 2022-01-11T14:42:18.605919000+00:00
257277
description: Neo4j 4.4.3
258278
digest: 17915e38ba873cfc699b6136ff7d050755851dc796c0dd4f6dd33ba9aabe3ce1

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.3
5-
appVersion: 4.4.3
4+
version: 4.4.4
5+
appVersion: 4.4.4
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.3 google-cloud-sdk unzip less \
14+
RUN apt-get update && apt-get install -y neo4j-enterprise=1:4.4.4 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.3
2+
imageTag: 4.4.4
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.3-enterprise
1+
FROM neo4j:4.4.4-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/*

0 commit comments

Comments
 (0)