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.2.11 #10855

Merged
merged 3 commits into from
Sep 7, 2021
Merged

Releasing Neo4j 4.2.11 #10855

merged 3 commits into from
Sep 7, 2021

Conversation

jennyowen
Copy link
Contributor

Thanks!

@github-actions
Copy link

github-actions bot commented Sep 6, 2021

Diff for 0777260:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 36a32ef..885ade1 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -440,16 +440,26 @@ GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: 19e7c0b3e10e1e0de932971506938164fa12fc3d
 Directory: 4.2.9/enterprise
 
-Tags: 4.2.10, 4.2.10-community, 4.2, 4.2-community
+Tags: 4.2.10, 4.2.10-community
 GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: 1806723e721ea08ba0add1231e0e929546198b96
 Directory: 4.2.10/community
 
-Tags: 4.2.10-enterprise, 4.2-enterprise
+Tags: 4.2.10-enterprise
 GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: 1806723e721ea08ba0add1231e0e929546198b96
 Directory: 4.2.10/enterprise
 
+Tags: 4.2.11, 4.2.11-community, 4.2, 4.2-community
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: 5043f0c19d1065aeacddd1f3b0d2f619953780c9
+Directory: 4.2.11/community
+
+Tags: 4.2.11-enterprise, 4.2-enterprise
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: 5043f0c19d1065aeacddd1f3b0d2f619953780c9
+Directory: 4.2.11/enterprise
+
 Tags: 4.3.0, 4.3.0-community
 GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: 4e1de71ba0017d996c292730663fd40d14d3e983
diff --git a/_bashbrew-list b/_bashbrew-list
index 8b55d7a..6bdde25 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -145,6 +145,9 @@ neo4j:4.2.9-enterprise
 neo4j:4.2.10
 neo4j:4.2.10-community
 neo4j:4.2.10-enterprise
+neo4j:4.2.11
+neo4j:4.2.11-community
+neo4j:4.2.11-enterprise
 neo4j:4.3
 neo4j:4.3-community
 neo4j:4.3-enterprise
diff --git a/neo4j_4.2-community/Dockerfile b/neo4j_4.2-community/Dockerfile
index f1d06cc..9b98940 100644
--- a/neo4j_4.2-community/Dockerfile
+++ b/neo4j_4.2-community/Dockerfile
@@ -1,10 +1,10 @@
 FROM openjdk:11-jdk-slim
 
-ENV NEO4J_SHA256=3a0719e136c0bab714b38e88b306013babda6778550d7c8d34e4d398a63b8ab9 \
-    NEO4J_TARBALL=neo4j-community-4.2.10-unix.tar.gz \
+ENV NEO4J_SHA256=5e8e1f8fbf892e9ae68b9b0adc29c2b8504ab84fbb8b3bdb16fd71a532fbdb84 \
+    NEO4J_TARBALL=neo4j-community-4.2.11-unix.tar.gz \
     NEO4J_EDITION=community \
     NEO4J_HOME="/var/lib/neo4j"
-ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.2.10-unix.tar.gz
+ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.2.11-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_4.2-enterprise/Dockerfile b/neo4j_4.2-enterprise/Dockerfile
index 1eddd87..424749f 100644
--- a/neo4j_4.2-enterprise/Dockerfile
+++ b/neo4j_4.2-enterprise/Dockerfile
@@ -1,10 +1,10 @@
 FROM openjdk:11-jdk-slim
 
-ENV NEO4J_SHA256=d08b832875446580225d033869d8b2c8bd95d2babfb13e41ab1d7adef1efc644 \
-    NEO4J_TARBALL=neo4j-enterprise-4.2.10-unix.tar.gz \
+ENV NEO4J_SHA256=468b7035dc0d673806bfec1b50834ec107faa3a9137cecef77b97e6240aaad3d \
+    NEO4J_TARBALL=neo4j-enterprise-4.2.11-unix.tar.gz \
     NEO4J_EDITION=enterprise \
     NEO4J_HOME="/var/lib/neo4j"
-ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-4.2.10-unix.tar.gz
+ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-4.2.11-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_4.2-community/Dockerfile b/neo4j_4.2.10-community/Dockerfile
similarity index 100%
copy from neo4j_4.2-community/Dockerfile
copy to neo4j_4.2.10-community/Dockerfile
diff --git a/neo4j_4.2-community/docker-entrypoint.sh b/neo4j_4.2.10-community/docker-entrypoint.sh
similarity index 100%
copy from neo4j_4.2-community/docker-entrypoint.sh
copy to neo4j_4.2.10-community/docker-entrypoint.sh
diff --git a/neo4j_3.5-community/local-package/.sentinel b/neo4j_4.2.10-community/local-package/.sentinel
similarity index 100%
copy from neo4j_3.5-community/local-package/.sentinel
copy to neo4j_4.2.10-community/local-package/.sentinel
diff --git a/neo4j_4.2-community/local-package/neo4jlabs-plugins.json b/neo4j_4.2.10-community/local-package/neo4jlabs-plugins.json
similarity index 100%
copy from neo4j_4.2-community/local-package/neo4jlabs-plugins.json
copy to neo4j_4.2.10-community/local-package/neo4jlabs-plugins.json
diff --git a/neo4j_4.2-enterprise/Dockerfile b/neo4j_4.2.10-enterprise/Dockerfile
similarity index 100%
copy from neo4j_4.2-enterprise/Dockerfile
copy to neo4j_4.2.10-enterprise/Dockerfile
diff --git a/neo4j_4.2-community/docker-entrypoint.sh b/neo4j_4.2.10-enterprise/docker-entrypoint.sh
similarity index 100%
copy from neo4j_4.2-community/docker-entrypoint.sh
copy to neo4j_4.2.10-enterprise/docker-entrypoint.sh
diff --git a/neo4j_3.5-community/local-package/.sentinel b/neo4j_4.2.10-enterprise/local-package/.sentinel
similarity index 100%
copy from neo4j_3.5-community/local-package/.sentinel
copy to neo4j_4.2.10-enterprise/local-package/.sentinel
diff --git a/neo4j_4.2-community/local-package/neo4jlabs-plugins.json b/neo4j_4.2.10-enterprise/local-package/neo4jlabs-plugins.json
similarity index 100%
copy from neo4j_4.2-community/local-package/neo4jlabs-plugins.json
copy to neo4j_4.2.10-enterprise/local-package/neo4jlabs-plugins.json

@tianon tianon merged commit d64ce2c into docker-library:master Sep 7, 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