-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 3.5.18 #7995
Merged
Merged
Releasing Neo4j 3.5.18 #7995
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff for 15339ef:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 8fb205e..0093a6e 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -140,16 +140,26 @@ GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
GitCommit: db34a05ac7abf4b2818222294ac9dc93b13d54a2
Directory: 3.5.16/enterprise
-Tags: 3.5.17, 3.5
+Tags: 3.5.17
GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
GitCommit: 617aeb42c7af81bb6dfdd6396eca4c42d98c41ce
Directory: 3.5.17/community
-Tags: 3.5.17-enterprise, 3.5-enterprise
+Tags: 3.5.17-enterprise
GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
GitCommit: 617aeb42c7af81bb6dfdd6396eca4c42d98c41ce
Directory: 3.5.17/enterprise
+Tags: 3.5.18, 3.5
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: 44c1a3d078dae162335e3c2c214513c1c193de2e
+Directory: 3.5.18/community
+
+Tags: 3.5.18-enterprise, 3.5-enterprise
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: 44c1a3d078dae162335e3c2c214513c1c193de2e
+Directory: 3.5.18/enterprise
+
Tags: 4.0.0
GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
GitCommit: 685fb314ef8e451217b6806028b9ac4dbf44d3fc
diff --git a/_bashbrew-list b/_bashbrew-list
index f9355e2..f350b4f 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -32,6 +32,8 @@ neo4j:3.5.16
neo4j:3.5.16-enterprise
neo4j:3.5.17
neo4j:3.5.17-enterprise
+neo4j:3.5.18
+neo4j:3.5.18-enterprise
neo4j:4.0
neo4j:4.0-enterprise
neo4j:4.0.0
diff --git a/neo4j_3.5-enterprise/Dockerfile b/neo4j_3.5-enterprise/Dockerfile
index 273610d..93767b3 100644
--- a/neo4j_3.5-enterprise/Dockerfile
+++ b/neo4j_3.5-enterprise/Dockerfile
@@ -1,12 +1,12 @@
FROM openjdk:8-jre-slim
-ENV NEO4J_SHA256=1f8c60e01e8bcdb5c6921341bd4a783c08a748cabb3348d4e4d2f104544232ca \
- NEO4J_TARBALL=neo4j-enterprise-3.5.17-unix.tar.gz \
+ENV NEO4J_SHA256=ee31452f857480b4843ebcf05ee96f2431ecdabe442b90bc2c75a5cc9f1dd46e \
+ NEO4J_TARBALL=neo4j-enterprise-3.5.18-unix.tar.gz \
NEO4J_EDITION=enterprise \
NEO4J_HOME="/var/lib/neo4j" \
TINI_VERSION="v0.18.0" \
TINI_SHA256="12d20136605531b09a2c2dac02ccee85e1b874eb322ef6baf7561cd93f93c855"
-ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-3.5.17-unix.tar.gz
+ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-3.5.18-unix.tar.gz
RUN addgroup --system neo4j && adduser --system --no-create-home --home "${NEO4J_HOME}" --ingroup neo4j neo4j
diff --git a/neo4j_3.5-enterprise/docker-entrypoint.sh b/neo4j_3.5-enterprise/docker-entrypoint.sh
index fd83c04..4eab071 100755
--- a/neo4j_3.5-enterprise/docker-entrypoint.sh
+++ b/neo4j_3.5-enterprise/docker-entrypoint.sh
@@ -234,7 +234,7 @@ if running_as_root; then
# Non-recursive chown for the base directory
chown "${userid}":"${groupid}" "${NEO4J_HOME}"
chmod 700 "${NEO4J_HOME}"
- find "${NEO4J_HOME}" -mindepth 1 -maxdepth 1 -user root -type d -exec chown -R ${userid}:${groupid} {} \;
+ find "${NEO4J_HOME}" -mindepth 1 -maxdepth 1 -type d -exec chown -R ${userid}:${groupid} {} \;
find "${NEO4J_HOME}" -mindepth 1 -maxdepth 1 -type d -exec chmod -R 700 {} \;
fi
@@ -402,9 +402,6 @@ COMMUNITY=(
)
ENTERPRISE=(
- [causal_clustering.transaction_listen_address]="0.0.0.0:6000"
- [causal_clustering.raft_listen_address]="0.0.0.0:7000"
- [causal_clustering.discovery_listen_address]="0.0.0.0:5000"
)
for conf in ${!COMMUNITY[@]} ; do
diff --git a/neo4j_3.5-enterprise/local-package/neo4jlabs-plugins.json b/neo4j_3.5-enterprise/local-package/neo4jlabs-plugins.json
index 83ecbc4..be0b474 100644
--- a/neo4j_3.5-enterprise/local-package/neo4jlabs-plugins.json
+++ b/neo4j_3.5-enterprise/local-package/neo4jlabs-plugins.json
@@ -19,7 +19,13 @@
"graph-algorithms": {
"versions": "https://neo4j-contrib.github.io/neo4j-graph-algorithms/versions.json",
"properties": {
- "dbms.security.procedures.unrestricted":"algo.*"
+ "dbms.security.procedures.unrestricted": "algo.*"
+ }
+ },
+ "graph-data-science": {
+ "versions": "https://s3-eu-west-1.amazonaws.com/com.neo4j.graphalgorithms.dist/graph-data-science/versions.json",
+ "properties": {
+ "dbms.security.procedures.unrestricted": "gds.*"
}
},
"n10s": {
diff --git a/neo4j_3.5-enterprise/Dockerfile b/neo4j_3.5.17-enterprise/Dockerfile
similarity index 100%
copy from neo4j_3.5-enterprise/Dockerfile
copy to neo4j_3.5.17-enterprise/Dockerfile
diff --git a/neo4j_3.5-enterprise/docker-entrypoint.sh b/neo4j_3.5.17-enterprise/docker-entrypoint.sh
similarity index 100%
copy from neo4j_3.5-enterprise/docker-entrypoint.sh
copy to neo4j_3.5.17-enterprise/docker-entrypoint.sh
diff --git a/neo4j_3.4-enterprise/local-package/.sentinel b/neo4j_3.5.17-enterprise/local-package/.sentinel
similarity index 100%
copy from neo4j_3.4-enterprise/local-package/.sentinel
copy to neo4j_3.5.17-enterprise/local-package/.sentinel
diff --git a/neo4j_3.5-enterprise/local-package/neo4jlabs-plugins.json b/neo4j_3.5.17-enterprise/local-package/neo4jlabs-plugins.json
similarity index 100%
copy from neo4j_3.5-enterprise/local-package/neo4jlabs-plugins.json
copy to neo4j_3.5.17-enterprise/local-package/neo4jlabs-plugins.json
diff --git a/neo4j_3.5/Dockerfile b/neo4j_3.5.17/Dockerfile
similarity index 100%
copy from neo4j_3.5/Dockerfile
copy to neo4j_3.5.17/Dockerfile
diff --git a/neo4j_3.5-enterprise/docker-entrypoint.sh b/neo4j_3.5.17/docker-entrypoint.sh
similarity index 100%
copy from neo4j_3.5-enterprise/docker-entrypoint.sh
copy to neo4j_3.5.17/docker-entrypoint.sh
diff --git a/neo4j_3.4-enterprise/local-package/.sentinel b/neo4j_3.5.17/local-package/.sentinel
similarity index 100%
copy from neo4j_3.4-enterprise/local-package/.sentinel
copy to neo4j_3.5.17/local-package/.sentinel
diff --git a/neo4j_3.5-enterprise/local-package/neo4jlabs-plugins.json b/neo4j_3.5.17/local-package/neo4jlabs-plugins.json
similarity index 100%
copy from neo4j_3.5-enterprise/local-package/neo4jlabs-plugins.json
copy to neo4j_3.5.17/local-package/neo4jlabs-plugins.json
diff --git a/neo4j_3.5/Dockerfile b/neo4j_3.5/Dockerfile
index de412e7..4c9b081 100644
--- a/neo4j_3.5/Dockerfile
+++ b/neo4j_3.5/Dockerfile
@@ -1,12 +1,12 @@
FROM openjdk:8-jre-slim
-ENV NEO4J_SHA256=1c8b6ac0ffd346f0707fe1af713ef74f1c6ce1ea6feb5e9a0bd170e7a8a34a10 \
- NEO4J_TARBALL=neo4j-community-3.5.17-unix.tar.gz \
+ENV NEO4J_SHA256=ed6c2c52faf048919cea6da8f214071b57e3cdcfae4527957d25948a35c6c75a \
+ NEO4J_TARBALL=neo4j-community-3.5.18-unix.tar.gz \
NEO4J_EDITION=community \
NEO4J_HOME="/var/lib/neo4j" \
TINI_VERSION="v0.18.0" \
TINI_SHA256="12d20136605531b09a2c2dac02ccee85e1b874eb322ef6baf7561cd93f93c855"
-ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-3.5.17-unix.tar.gz
+ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-3.5.18-unix.tar.gz
RUN addgroup --system neo4j && adduser --system --no-create-home --home "${NEO4J_HOME}" --ingroup neo4j neo4j
diff --git a/neo4j_3.5/docker-entrypoint.sh b/neo4j_3.5/docker-entrypoint.sh
index fd83c04..4eab071 100755
--- a/neo4j_3.5/docker-entrypoint.sh
+++ b/neo4j_3.5/docker-entrypoint.sh
@@ -234,7 +234,7 @@ if running_as_root; then
# Non-recursive chown for the base directory
chown "${userid}":"${groupid}" "${NEO4J_HOME}"
chmod 700 "${NEO4J_HOME}"
- find "${NEO4J_HOME}" -mindepth 1 -maxdepth 1 -user root -type d -exec chown -R ${userid}:${groupid} {} \;
+ find "${NEO4J_HOME}" -mindepth 1 -maxdepth 1 -type d -exec chown -R ${userid}:${groupid} {} \;
find "${NEO4J_HOME}" -mindepth 1 -maxdepth 1 -type d -exec chmod -R 700 {} \;
fi
@@ -402,9 +402,6 @@ COMMUNITY=(
)
ENTERPRISE=(
- [causal_clustering.transaction_listen_address]="0.0.0.0:6000"
- [causal_clustering.raft_listen_address]="0.0.0.0:7000"
- [causal_clustering.discovery_listen_address]="0.0.0.0:5000"
)
for conf in ${!COMMUNITY[@]} ; do
diff --git a/neo4j_3.5/local-package/neo4jlabs-plugins.json b/neo4j_3.5/local-package/neo4jlabs-plugins.json
index 83ecbc4..be0b474 100644
--- a/neo4j_3.5/local-package/neo4jlabs-plugins.json
+++ b/neo4j_3.5/local-package/neo4jlabs-plugins.json
@@ -19,7 +19,13 @@
"graph-algorithms": {
"versions": "https://neo4j-contrib.github.io/neo4j-graph-algorithms/versions.json",
"properties": {
- "dbms.security.procedures.unrestricted":"algo.*"
+ "dbms.security.procedures.unrestricted": "algo.*"
+ }
+ },
+ "graph-data-science": {
+ "versions": "https://s3-eu-west-1.amazonaws.com/com.neo4j.graphalgorithms.dist/graph-data-science/versions.json",
+ "properties": {
+ "dbms.security.procedures.unrestricted": "gds.*"
}
},
"n10s": { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thank you!