Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releasing Neo4j 4.3.4 #10946

Merged
merged 4 commits into from
Sep 23, 2021
Merged

Releasing Neo4j 4.3.4 #10946

merged 4 commits into from
Sep 23, 2021

Conversation

jennyowen
Copy link
Contributor

Thank you!

@github-actions
Copy link

Diff for a2f123e:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 885ade1..5b50c5a 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -490,12 +490,22 @@ GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: aaa672f9ae8f70052d58bac7c7bf2a6e8e9f980f
 Directory: 4.3.2/enterprise
 
-Tags: 4.3.3, 4.3.3-community, 4.3, 4.3-community, community, latest
+Tags: 4.3.3, 4.3.3-community
 GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: d9521e9df2d6df4c897e773454222c317052d062
 Directory: 4.3.3/community
 
-Tags: 4.3.3-enterprise, 4.3-enterprise, enterprise
+Tags: 4.3.3-enterprise
 GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: d9521e9df2d6df4c897e773454222c317052d062
 Directory: 4.3.3/enterprise
+
+Tags: 4.3.4, 4.3.4-community, 4.3, 4.3-community, community, latest
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: 2953846f3588940f44fa1e237e103920786c4709
+Directory: 4.3.4/community
+
+Tags: 4.3.4-enterprise, 4.3-enterprise, enterprise
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: 2953846f3588940f44fa1e237e103920786c4709
+Directory: 4.3.4/enterprise
diff --git a/_bashbrew-list b/_bashbrew-list
index 6bdde25..32bf874 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -163,6 +163,9 @@ neo4j:4.3.2-enterprise
 neo4j:4.3.3
 neo4j:4.3.3-community
 neo4j:4.3.3-enterprise
+neo4j:4.3.4
+neo4j:4.3.4-community
+neo4j:4.3.4-enterprise
 neo4j:community
 neo4j:enterprise
 neo4j:latest
diff --git a/neo4j_latest/Dockerfile b/neo4j_4.3.3-community/Dockerfile
similarity index 100%
copy from neo4j_latest/Dockerfile
copy to neo4j_4.3.3-community/Dockerfile
diff --git a/neo4j_4.3.1-community/docker-entrypoint.sh b/neo4j_4.3.3-community/docker-entrypoint.sh
similarity index 100%
copy from neo4j_4.3.1-community/docker-entrypoint.sh
copy to neo4j_4.3.3-community/docker-entrypoint.sh
diff --git a/neo4j_3.5-community/local-package/.sentinel b/neo4j_4.3.3-community/local-package/.sentinel
similarity index 100%
copy from neo4j_3.5-community/local-package/.sentinel
copy to neo4j_4.3.3-community/local-package/.sentinel
diff --git a/neo4j_4.2-community/local-package/neo4jlabs-plugins.json b/neo4j_4.3.3-community/local-package/neo4jlabs-plugins.json
similarity index 100%
copy from neo4j_4.2-community/local-package/neo4jlabs-plugins.json
copy to neo4j_4.3.3-community/local-package/neo4jlabs-plugins.json
diff --git a/neo4j_enterprise/Dockerfile b/neo4j_4.3.3-enterprise/Dockerfile
similarity index 100%
copy from neo4j_enterprise/Dockerfile
copy to neo4j_4.3.3-enterprise/Dockerfile
diff --git a/neo4j_4.3.1-community/docker-entrypoint.sh b/neo4j_4.3.3-enterprise/docker-entrypoint.sh
similarity index 100%
copy from neo4j_4.3.1-community/docker-entrypoint.sh
copy to neo4j_4.3.3-enterprise/docker-entrypoint.sh
diff --git a/neo4j_3.5-community/local-package/.sentinel b/neo4j_4.3.3-enterprise/local-package/.sentinel
similarity index 100%
copy from neo4j_3.5-community/local-package/.sentinel
copy to neo4j_4.3.3-enterprise/local-package/.sentinel
diff --git a/neo4j_4.2-community/local-package/neo4jlabs-plugins.json b/neo4j_4.3.3-enterprise/local-package/neo4jlabs-plugins.json
similarity index 100%
copy from neo4j_4.2-community/local-package/neo4jlabs-plugins.json
copy to neo4j_4.3.3-enterprise/local-package/neo4jlabs-plugins.json
diff --git a/neo4j_enterprise/Dockerfile b/neo4j_enterprise/Dockerfile
index 5396df1..07d772c 100644
--- a/neo4j_enterprise/Dockerfile
+++ b/neo4j_enterprise/Dockerfile
@@ -1,10 +1,10 @@
 FROM openjdk:11-jdk-slim
 
-ENV NEO4J_SHA256=37617c8144e52568c7ecbcccd94cd4f8e87755ececf77ada5329215c348b4ac3 \
-    NEO4J_TARBALL=neo4j-enterprise-4.3.3-unix.tar.gz \
+ENV NEO4J_SHA256=7d776f8882bac4d98ea6df04e2526d09150ef97d947f752b8b30cf38e4b31eb0 \
+    NEO4J_TARBALL=neo4j-enterprise-4.3.4-unix.tar.gz \
     NEO4J_EDITION=enterprise \
     NEO4J_HOME="/var/lib/neo4j"
-ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-4.3.3-unix.tar.gz
+ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-4.3.4-unix.tar.gz
 ARG TINI_SHA256="12d20136605531b09a2c2dac02ccee85e1b874eb322ef6baf7561cd93f93c855"
 ARG TINI_URI="https://github.com/krallin/tini/releases/download/v0.18.0/tini"
 
diff --git a/neo4j_latest/Dockerfile b/neo4j_latest/Dockerfile
index cb51d8b..ced6f82 100644
--- a/neo4j_latest/Dockerfile
+++ b/neo4j_latest/Dockerfile
@@ -1,10 +1,10 @@
 FROM openjdk:11-jdk-slim
 
-ENV NEO4J_SHA256=bb3965c18e613ee738f07af1c7c8da985ba3ca8025054ce66266376c6d4f7065 \
-    NEO4J_TARBALL=neo4j-community-4.3.3-unix.tar.gz \
+ENV NEO4J_SHA256=7627641eeed3b5d98f1883f18e33d76cd280d88f1c7be3760686e22edd33b9b7 \
+    NEO4J_TARBALL=neo4j-community-4.3.4-unix.tar.gz \
     NEO4J_EDITION=community \
     NEO4J_HOME="/var/lib/neo4j"
-ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.3.3-unix.tar.gz
+ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.3.4-unix.tar.gz
 ARG TINI_SHA256="12d20136605531b09a2c2dac02ccee85e1b874eb322ef6baf7561cd93f93c855"
 ARG TINI_URI="https://github.com/krallin/tini/releases/download/v0.18.0/tini"
 

@yosifkit yosifkit merged commit bdf0088 into docker-library:master Sep 23, 2021
@kikito kikito mentioned this pull request Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants