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

Commit

Permalink
Merge pull request #224 from neo4j-contrib/release_4.3.6
Browse files Browse the repository at this point in the history
Release 4.3.6
  • Loading branch information
harshitsinghvi22 authored Oct 22, 2021
2 parents 429b007 + a20fa89 commit 2eba0be
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 15 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
gcloud auth activate-service-account \
$GCLOUD_SERVICE_ACCOUNT \
--key-file=$SERVICE_KEY_FILE
gcloud auth configure-docker
gcloud auth configure-docker --quiet
- run:
name: Setup Azure Tooling
Expand Down Expand Up @@ -292,13 +293,13 @@ jobs:
echo "MATCH (n) RETURN count(n) as n;" | kubectl run -i --rm cypher-shell \
--namespace $NAMESPACE \
--image=neo4j:4.2.11-enterprise --restart=Never \
--image=neo4j:4.3.6-enterprise --restart=Never \
--command -- ./bin/cypher-shell -u neo4j -p "$NEO4J_PASSWORD" \
-a bolt://$NAME_RESTORE-neo4j.$NAMESPACE.svc.cluster.local 2>&1 | tee restore-result.log
echo "MATCH (n) RETURN count(n) as n;" | kubectl run -i --rm cypher-shell \
--namespace $NAMESPACE \
--image=neo4j:4.2.11-enterprise --restart=Never \
--image=neo4j:4.3.6-enterprise --restart=Never \
--command -- ./bin/cypher-shell -u neo4j -p "$NEO4J_PASSWORD" \
-a neo4j://$NAME_RESTORE-neo4j.$NAMESPACE.svc.cluster.local 2>&1 | tee restore-result.log
cp restore-result.log $BUILD_ARTIFACTS/
Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: neo4j
home: https://www.neo4j.com
version: 4.2.11
appVersion: 4.2.11
version: 4.3.6
appVersion: 4.3.6
description: Neo4j is the world's leading graph database
keywords:
- graph
Expand Down
4 changes: 2 additions & 2 deletions deployment-scenarios/cluster-restore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ core:
restore:
enabled: true
image: gcr.io/neo4j-helm/restore
imageTag: 4.2.11
imageTag: 4.3.6
secretName: neo4j-gcp-credentials #neo4j-aws-credentials
database: neo4j,system
cloudProvider: gcp #aws
Expand All @@ -20,7 +20,7 @@ readReplica:
restore:
enabled: true
image: gcr.io/neo4j-helm/restore
imageTag: 4.2.11
imageTag: 4.3.6
secretName: neo4j-gcp-credentials #neo4j-aws-credentials
database: neo4j,system
cloudProvider: gcp #aws
Expand Down
20 changes: 20 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ apiVersion: v1
generated: 2021-04-29T21:17:54.857071000+02:00
entries:
neo4j-backup:
- created: 2021-10-22T11:45:36.076595000+01:00
description: Neo4j 4.3.6
digest: c0a9a4102ad3ef00278b3c1ee959f6923e71e7a5b72204470128474a62fe0f7c
home: https://github.com/neo4j-contrib/neo4j-helm
name: neo4j
sources:
- https://github.com/neo4j-contrib/neo4j-helm
urls:
- https://github.com/neo4j-contrib/neo4j-helm/releases/download/4.3.6/neo4j-backup-4.3.6.tgz
version: 4.3.6
- created: 2021-10-11T14:45:18.236655000+01:00
description: Neo4j 4.2.11
digest: b38a00b18c0e308573a9ffacacb3e5aa2e02cdd3031331aa409b8257eba306d0
Expand Down Expand Up @@ -163,6 +173,16 @@ entries:
- https://github.com/neo4j-contrib/neo4j-helm/releases/download/4.0.5-1/neo4j-backup-4.0.5-1.tgz
version: 4.0.4-1
neo4j:
- created: 2021-10-22T11:46:14.176447000+01:00
description: Neo4j 4.3.6
digest: 50ad447037af5a32832c6c92a87c207eaa3ad0738c7497d8e157c0c61d15c191
home: https://github.com/neo4j-contrib/neo4j-helm
name: neo4j
sources:
- https://github.com/neo4j-contrib/neo4j-helm
urls:
- https://github.com/neo4j-contrib/neo4j-helm/releases/download/4.3.6/neo4j-4.3.6.tgz
version: 4.3.6
- created: 2021-10-11T10:19:04.700591000+01:00
description: Neo4j 4.2.11
digest: 327974cc59c63d8bfeccf04d96ca4f1f6e3e034781403bb4936e58b5d84a9935
Expand Down
4 changes: 2 additions & 2 deletions tools/backup/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: neo4j-backup
home: https://www.neo4j.com
version: 4.2.11
appVersion: 4.2.11
version: 4.3.6
appVersion: 4.3.6
description: Neo4j Backup Utility
keywords:
- graph
Expand Down
4 changes: 2 additions & 2 deletions tools/backup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM launcher.gcr.io/google/debian9
RUN apt-get update && apt-get install -y bash curl wget gnupg apt-transport-https apt-utils lsb-release \
&& rm -rf /var/lib/apt/lists/*
RUN wget -O - https://debian.neo4j.com/neotechnology.gpg.key | apt-key add -
RUN echo 'deb https://debian.neo4j.com stable 4.2' | tee -a /etc/apt/sources.list.d/neo4j.list
RUN echo 'deb https://debian.neo4j.com stable 4.3' | tee -a /etc/apt/sources.list.d/neo4j.list
RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
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
RUN echo "deb https://httpredir.debian.org/debian stretch-backports main" | tee -a /etc/apt/sources.list.d/stretch-backports.list
Expand All @@ -11,7 +11,7 @@ RUN echo "deb https://httpredir.debian.org/debian stretch-backports main" | tee
RUN echo "neo4j-enterprise neo4j/question select I ACCEPT" | debconf-set-selections
RUN echo "neo4j-enterprise neo4j/license note" | debconf-set-selections

RUN apt-get update && apt-get install -y neo4j-enterprise=1:4.2.11 google-cloud-sdk unzip less \
RUN apt-get update && apt-get install -y neo4j-enterprise=1:4.3.6 google-cloud-sdk unzip less \
&& rm -rf /var/lib/apt/lists/*
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && unzip awscliv2.zip && ./aws/install && rm awscliv2.zip
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash
Expand Down
2 changes: 1 addition & 1 deletion tools/backup/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image: gcr.io/neo4j-helm/backup
imageTag: 4.2.11
imageTag: 4.3.6
podLabels: {}
podAnnotations: {}
neo4jaddr: holder-neo4j.default.svc.cluster.local:6362
Expand Down
2 changes: 1 addition & 1 deletion tools/restore/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM neo4j:4.2.11-enterprise
FROM neo4j:4.3.6-enterprise
RUN apt-get update \
&& apt-get install -y curl wget gnupg apt-transport-https apt-utils lsb-release unzip less \
&& rm -rf /var/lib/apt/lists/*
Expand Down
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: "neo4j"

# Specs for the Neo4j docker image
image: "neo4j"
imageTag: "4.2.11-enterprise"
imageTag: "4.3.6-enterprise"
imagePullPolicy: "IfNotPresent"
# imagePullSecret: registry-secret
acceptLicenseAgreement: "no"
Expand Down Expand Up @@ -159,7 +159,7 @@ core:
restore:
enabled: false
image: gcr.io/neo4j-helm/restore
imageTag: 4.2.11
imageTag: 4.3.6
secretName: null
database: neo4j,system
cloudProvider: gcp
Expand Down

0 comments on commit 2eba0be

Please sign in to comment.