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

Commit 55b301f

Browse files
Merge pull request #266 from neo4j-contrib/release_4.4.9
Releasing 4.4.9
2 parents 256eeb0 + 1a499f1 commit 55b301f

File tree

10 files changed

+35
-15
lines changed

10 files changed

+35
-15
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.3.14-enterprise --restart=Never \
296+
--image=neo4j:4.4.9-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.3.14-enterprise --restart=Never \
302+
--image=neo4j:4.4.9-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.3.14
5-
appVersion: 4.3.14
4+
version: 4.4.9
5+
appVersion: 4.4.9
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.3.14
10+
imageTag: 4.4.9
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.3.14
23+
imageTag: 4.4.9
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-07-21T17:04:03.338814000+01:00
6+
description: Neo4j 4.4.9
7+
digest: 8ada9d6af94d03bf7dce21b841480c42b0d6c2a1c6f5f37f478907b097065a62
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.9/neo4j-backup-4.4.9.tgz
14+
version: 4.4.9
515
- created: 2022-06-15T18:20:28.124024000+01:00
616
description: Neo4j 4.3.14
717
digest: f417a648eb039306ef30b655d26e8420d204a12e3a2747f040638d2f463640ad
@@ -333,6 +343,16 @@ entries:
333343
- https://github.com/neo4j-contrib/neo4j-helm/releases/download/4.0.5-1/neo4j-backup-4.0.5-1.tgz
334344
version: 4.0.4-1
335345
neo4j:
346+
- created: 2022-07-21T17:04:03.338814000+01:00
347+
description: Neo4j 4.4.9
348+
digest: 59e5c274d468b52351474d23c3b93425efae7ebde342ab74a6c94749cc194d31
349+
home: https://github.com/neo4j-contrib/neo4j-helm
350+
name: neo4j
351+
sources:
352+
- https://github.com/neo4j-contrib/neo4j-helm
353+
urls:
354+
- https://github.com/neo4j-contrib/neo4j-helm/releases/download/4.4.9/neo4j-4.4.9.tgz
355+
version: 4.4.9
336356
- created: 2022-06-15T18:20:28.124024000+01:00
337357
description: Neo4j 4.3.14
338358
digest: 5cc4f6d0fec01f552fe6ffad684976e271e9a437b7c615d74679a7c3e0f24fba

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.3.14
5-
appVersion: 4.3.14
4+
version: 4.4.9
5+
appVersion: 4.4.9
66
description: Neo4j Backup Utility
77
keywords:
88
- graph

tools/backup/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM launcher.gcr.io/google/debian9
22
RUN apt-get update && apt-get install -y bash curl wget gnupg apt-transport-https apt-utils lsb-release \
33
&& rm -rf /var/lib/apt/lists/*
44
RUN wget -O - https://debian.neo4j.com/neotechnology.gpg.key | apt-key add -
5-
RUN echo 'deb https://debian.neo4j.com stable 4.3' | tee -a /etc/apt/sources.list.d/neo4j.list
5+
RUN echo 'deb https://debian.neo4j.com stable 4.4' | tee -a /etc/apt/sources.list.d/neo4j.list
66
RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
77
RUN echo "deb https://packages.cloud.google.com/apt cloud-sdk-$(lsb_release -c -s) main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
88
RUN echo "deb https://httpredir.debian.org/debian stretch-backports main" | tee -a /etc/apt/sources.list.d/stretch-backports.list
@@ -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.3.14 google-cloud-sdk unzip less \
14+
RUN apt-get update && apt-get install -y neo4j-enterprise=1:4.4.9 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.3.14
2+
imageTag: 4.4.9
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.3.14-enterprise
1+
FROM neo4j:4.4.9-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/*

tools/test/provision-k8s.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gcloud container clusters create $CLUSTER \
1919
--no-enable-autoupgrade \
2020
--max-nodes "10" \
2121
--enable-autoscaling \
22-
--cluster-version "1.19"
22+
--cluster-version "1.20"
2323

2424
echo "Fixing kubectl credentials to talk to $CLUSTER"
2525
gcloud container clusters get-credentials $CLUSTER \

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.3.14-enterprise"
10+
imageTag: "4.4.9-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.3.14
162+
imageTag: 4.4.9
163163
secretName: null
164164
database: neo4j,system
165165
cloudProvider: gcp

0 commit comments

Comments
 (0)