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 5.21.2 #17146

Merged
merged 1 commit into from
Jul 9, 2024
Merged

Releasing Neo4j 5.21.2 #17146

merged 1 commit into from
Jul 9, 2024

Conversation

jennyowen
Copy link
Contributor

We intentionally are skipping releasing a 5.21.1 version (it was no good), and are going straight from 5.21.0 to 5.21.2.
In case that looks weird 🙂

Thanks!

@jennyowen jennyowen requested a review from a team as a code owner July 9, 2024 15:49
Copy link

github-actions bot commented Jul 9, 2024

Diff for 2b1bb9a:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 519154a..a93f9f2 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -11,22 +11,22 @@ Architectures: amd64, arm64v8
 GitCommit: 62fed0e66f4f437924853a02aced6ffaf2b507cd
 Directory: 4.4.35/bullseye/enterprise
 
-Tags: 5.21.0-community-bullseye, 5.21-community-bullseye, 5-community-bullseye, 5.21.0-community, 5.21-community, 5-community, 5.21.0-bullseye, 5.21-bullseye, 5-bullseye, 5.21.0, 5.21, 5, community-bullseye, community, bullseye, latest
+Tags: 5.21.2-community-bullseye, 5.21-community-bullseye, 5-community-bullseye, 5.21.2-community, 5.21-community, 5-community, 5.21.2-bullseye, 5.21-bullseye, 5-bullseye, 5.21.2, 5.21, 5, community-bullseye, community, bullseye, latest
 Architectures: amd64, arm64v8
-GitCommit: b1989e4b7222c257c56a1fc432b8bad090c159b8
-Directory: 5.21.0/bullseye/community
+GitCommit: ffbc64121d15ea1e1fa75115ab0d1dae0f729ffb
+Directory: 5.21.2/bullseye/community
 
-Tags: 5.21.0-community-ubi9, 5.21-community-ubi9, 5-community-ubi9, 5.21.0-ubi9, 5.21-ubi9, 5-ubi9, community-ubi9, ubi9
+Tags: 5.21.2-community-ubi9, 5.21-community-ubi9, 5-community-ubi9, 5.21.2-ubi9, 5.21-ubi9, 5-ubi9, community-ubi9, ubi9
 Architectures: amd64, arm64v8
-GitCommit: b1989e4b7222c257c56a1fc432b8bad090c159b8
-Directory: 5.21.0/ubi9/community
+GitCommit: ffbc64121d15ea1e1fa75115ab0d1dae0f729ffb
+Directory: 5.21.2/ubi9/community
 
-Tags: 5.21.0-enterprise-bullseye, 5.21-enterprise-bullseye, 5-enterprise-bullseye, 5.21.0-enterprise, 5.21-enterprise, 5-enterprise, enterprise-bullseye, enterprise
+Tags: 5.21.2-enterprise-bullseye, 5.21-enterprise-bullseye, 5-enterprise-bullseye, 5.21.2-enterprise, 5.21-enterprise, 5-enterprise, enterprise-bullseye, enterprise
 Architectures: amd64, arm64v8
-GitCommit: b1989e4b7222c257c56a1fc432b8bad090c159b8
-Directory: 5.21.0/bullseye/enterprise
+GitCommit: ffbc64121d15ea1e1fa75115ab0d1dae0f729ffb
+Directory: 5.21.2/bullseye/enterprise
 
-Tags: 5.21.0-enterprise-ubi9, 5.21-enterprise-ubi9, 5-enterprise-ubi9, enterprise-ubi9
+Tags: 5.21.2-enterprise-ubi9, 5.21-enterprise-ubi9, 5-enterprise-ubi9, enterprise-ubi9
 Architectures: amd64, arm64v8
-GitCommit: b1989e4b7222c257c56a1fc432b8bad090c159b8
-Directory: 5.21.0/ubi9/enterprise
+GitCommit: ffbc64121d15ea1e1fa75115ab0d1dae0f729ffb
+Directory: 5.21.2/ubi9/enterprise
diff --git a/_bashbrew-list b/_bashbrew-list
index f53aac2..3d1f012 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -22,15 +22,15 @@ neo4j:5.21-enterprise
 neo4j:5.21-enterprise-bullseye
 neo4j:5.21-enterprise-ubi9
 neo4j:5.21-ubi9
-neo4j:5.21.0
-neo4j:5.21.0-bullseye
-neo4j:5.21.0-community
-neo4j:5.21.0-community-bullseye
-neo4j:5.21.0-community-ubi9
-neo4j:5.21.0-enterprise
-neo4j:5.21.0-enterprise-bullseye
-neo4j:5.21.0-enterprise-ubi9
-neo4j:5.21.0-ubi9
+neo4j:5.21.2
+neo4j:5.21.2-bullseye
+neo4j:5.21.2-community
+neo4j:5.21.2-community-bullseye
+neo4j:5.21.2-community-ubi9
+neo4j:5.21.2-enterprise
+neo4j:5.21.2-enterprise-bullseye
+neo4j:5.21.2-enterprise-ubi9
+neo4j:5.21.2-ubi9
 neo4j:bullseye
 neo4j:community
 neo4j:community-bullseye
diff --git a/neo4j_enterprise-ubi9/Dockerfile b/neo4j_enterprise-ubi9/Dockerfile
index 688d08f..81082f7 100644
--- a/neo4j_enterprise-ubi9/Dockerfile
+++ b/neo4j_enterprise-ubi9/Dockerfile
@@ -50,11 +50,11 @@ RUN set -eux; \
     microdnf remove -y git* perl* make gcc glibc-headers glibc-devel libxcrypt-devel; \
     microdnf clean all
 
-ENV NEO4J_SHA256=d1761704ed2e7f01756219ea6f04fce729230ac12d8e30946b7692f49ddcdba8 \
-    NEO4J_TARBALL=neo4j-enterprise-5.21.0-unix.tar.gz \
+ENV NEO4J_SHA256=9850004735377a931bafa0889f753ec5cf73cd6760b43971ab774024584241f1 \
+    NEO4J_TARBALL=neo4j-enterprise-5.21.2-unix.tar.gz \
     NEO4J_EDITION=enterprise \
     NEO4J_HOME="/var/lib/neo4j"
-ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-5.21.0-unix.tar.gz
+ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-5.21.2-unix.tar.gz
 
 COPY ./local-package/* /startup/
 
diff --git a/neo4j_enterprise/Dockerfile b/neo4j_enterprise/Dockerfile
index e90d940..7c736a7 100644
--- a/neo4j_enterprise/Dockerfile
+++ b/neo4j_enterprise/Dockerfile
@@ -2,11 +2,11 @@ FROM debian:bullseye-slim
 ENV JAVA_HOME=/opt/java/openjdk
 COPY --from=eclipse-temurin:17 $JAVA_HOME $JAVA_HOME
 ENV PATH="${JAVA_HOME}/bin:${PATH}" \
-    NEO4J_SHA256=d1761704ed2e7f01756219ea6f04fce729230ac12d8e30946b7692f49ddcdba8 \
-    NEO4J_TARBALL=neo4j-enterprise-5.21.0-unix.tar.gz \
+    NEO4J_SHA256=9850004735377a931bafa0889f753ec5cf73cd6760b43971ab774024584241f1 \
+    NEO4J_TARBALL=neo4j-enterprise-5.21.2-unix.tar.gz \
     NEO4J_EDITION=enterprise \
     NEO4J_HOME="/var/lib/neo4j"
-ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-5.21.0-unix.tar.gz
+ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-5.21.2-unix.tar.gz
 
 RUN addgroup --gid 7474 --system neo4j && adduser --uid 7474 --system --no-create-home --home "${NEO4J_HOME}" --ingroup neo4j neo4j
 
diff --git a/neo4j_latest/Dockerfile b/neo4j_latest/Dockerfile
index 085d0ee..faca0b2 100644
--- a/neo4j_latest/Dockerfile
+++ b/neo4j_latest/Dockerfile
@@ -2,11 +2,11 @@ FROM debian:bullseye-slim
 ENV JAVA_HOME=/opt/java/openjdk
 COPY --from=eclipse-temurin:17 $JAVA_HOME $JAVA_HOME
 ENV PATH="${JAVA_HOME}/bin:${PATH}" \
-    NEO4J_SHA256=3451a852a986f1502b42ac74a7ca83520bdbb519d86e4d4c60f490e425057b18 \
-    NEO4J_TARBALL=neo4j-community-5.21.0-unix.tar.gz \
+    NEO4J_SHA256=19fd2ddbedf9fab526cdec55d1d5cbc9ebda282984f8af9fb7216d9dbc7d0af6 \
+    NEO4J_TARBALL=neo4j-community-5.21.2-unix.tar.gz \
     NEO4J_EDITION=community \
     NEO4J_HOME="/var/lib/neo4j"
-ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-5.21.0-unix.tar.gz
+ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-5.21.2-unix.tar.gz
 
 RUN addgroup --gid 7474 --system neo4j && adduser --uid 7474 --system --no-create-home --home "${NEO4J_HOME}" --ingroup neo4j neo4j
 
diff --git a/neo4j_ubi9/Dockerfile b/neo4j_ubi9/Dockerfile
index afea5d5..0bbdc48 100644
--- a/neo4j_ubi9/Dockerfile
+++ b/neo4j_ubi9/Dockerfile
@@ -50,11 +50,11 @@ RUN set -eux; \
     microdnf remove -y git* perl* make gcc glibc-headers glibc-devel libxcrypt-devel; \
     microdnf clean all
 
-ENV NEO4J_SHA256=3451a852a986f1502b42ac74a7ca83520bdbb519d86e4d4c60f490e425057b18 \
-    NEO4J_TARBALL=neo4j-community-5.21.0-unix.tar.gz \
+ENV NEO4J_SHA256=19fd2ddbedf9fab526cdec55d1d5cbc9ebda282984f8af9fb7216d9dbc7d0af6 \
+    NEO4J_TARBALL=neo4j-community-5.21.2-unix.tar.gz \
     NEO4J_EDITION=community \
     NEO4J_HOME="/var/lib/neo4j"
-ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-5.21.0-unix.tar.gz
+ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-5.21.2-unix.tar.gz
 
 COPY ./local-package/* /startup/

Relevant Maintainers:

@tianon tianon merged commit f6c71fb into docker-library:master Jul 9, 2024
11 checks passed
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.

3 participants