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

Commit 20a35f6

Browse files
Merge pull request #257 from neo4j-contrib/release_4.4.5
Adding changes for 4.4.5
2 parents f6e46d6 + c14554f commit 20a35f6

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.4-enterprise --restart=Never \
296+
--image=neo4j:4.4.5-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.4-enterprise --restart=Never \
302+
--image=neo4j:4.4.5-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.4
5-
appVersion: 4.4.4
4+
version: 4.4.5
5+
appVersion: 4.4.5
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.4
10+
imageTag: 4.4.5
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.4
23+
imageTag: 4.4.5
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,74.4.40843/TCP,7473:30325/TCP 115s
102+
zeke-neo4j-external LoadBalancer 10.0.5.183 35.202.123.82 7687:30529/TCP,74.4.50843/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,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
228+
zeke-neo4j-external-0 LoadBalancer 10.0.5.183 35.202.123.82 7687:30529/TCP,74.4.50843/TCP,7473:30325/TCP 115s
229+
zeke-neo4j-external-1 LoadBalancer 10.0.9.182 34.71.151.230 7687:31059/TCP,74.4.51288/TCP,7473:31009/TCP 115s
230+
zeke-neo4j-external-2 LoadBalancer 10.0.12.38 35.232.116.39 7687:30523/TCP,74.4.50844/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.5
7+
digest: e5d05a46a8e32fd4dc9e9b4512f027c79681f001ac2b0b73eaa29e99ce33abfc
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.5/neo4j-backup-4.4.5.tgz
14+
version: 4.4.5
515
- created: 2022-03-24T15:11:18.220802000+00:00
616
description: Neo4j 4.4.4
717
digest: 2426c733b1f245d32c7a18dc2fac5658196bcab6197cb7901bf5d342ef992c68
@@ -263,6 +273,16 @@ entries:
263273
- https://github.com/neo4j-contrib/neo4j-helm/releases/download/4.0.5-1/neo4j-backup-4.0.5-1.tgz
264274
version: 4.0.4-1
265275
neo4j:
276+
- created: 2022-03-24T15:11:18.220802000+00:00
277+
description: Neo4j 4.4.5
278+
digest: 97cbd534e208aba047d199b27eb3c4d87f627db6ed35d61ea657a12d3dc73e76
279+
home: https://github.com/neo4j-contrib/neo4j-helm
280+
name: neo4j
281+
sources:
282+
- https://github.com/neo4j-contrib/neo4j-helm
283+
urls:
284+
- https://github.com/neo4j-contrib/neo4j-helm/releases/download/4.4.5/neo4j-4.4.5.tgz
285+
version: 4.4.5
266286
- created: 2022-03-24T15:11:18.220802000+00:00
267287
description: Neo4j 4.4.4
268288
digest: 42b2edc06ca2a8f80e41268f26bd460991f6ac5845d2589b19945cac30acf3a4

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