From c19f6546f15eaa21fb287270c8e6ce871917ac2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Bari=C5=A1i=C4=87?= <48765171+MarkoBarisic@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:21:00 +0100 Subject: [PATCH] Prepare mage for 1.14.1 release (#443) * Update memgraph version * Pull new memgraph --- .github/workflows/docker_publish.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/test_no_ml.yml | 2 +- Dockerfile | 2 +- Dockerfile.cugraph | 2 +- cpp/memgraph | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker_publish.yml b/.github/workflows/docker_publish.yml index 238682d1a..2d0cda802 100644 --- a/.github/workflows/docker_publish.yml +++ b/.github/workflows/docker_publish.yml @@ -12,7 +12,7 @@ jobs: env: DOCKER_ORGANIZATION_NAME: memgraph DOCKER_REPOSITORY_NAME: memgraph-mage - MEMGRAPH_VERSION: 2.14.0 + MEMGRAPH_VERSION: 2.14.1 steps: - name: Checkout repository and submodules uses: actions/checkout@v3 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index be30f78cd..5b61332e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: True env: - MEMGRAPH_VERSION: 2.14.0 + MEMGRAPH_VERSION: 2.14.1 strategy: matrix: architecture: ["amd64", "arm64"] diff --git a/.github/workflows/test_no_ml.yml b/.github/workflows/test_no_ml.yml index 209ce20b5..b3d71b4dd 100644 --- a/.github/workflows/test_no_ml.yml +++ b/.github/workflows/test_no_ml.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: True env: - MEMGRAPH_VERSION: 2.14.0 + MEMGRAPH_VERSION: 2.14.1 strategy: matrix: architecture: ["amd64", "arm64"] diff --git a/Dockerfile b/Dockerfile index 24d24965e..8b42d9200 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM debian:bullseye as base USER root -ARG MG_VERSION=2.14.0 +ARG MG_VERSION=2.14.1 ARG PY_VERSION_DEFAULT ENV MG_VERSION ${MG_VERSION} ENV PY_VERSION ${PY_VERSION_DEFAULT} diff --git a/Dockerfile.cugraph b/Dockerfile.cugraph index 49086f395..9f744d5af 100644 --- a/Dockerfile.cugraph +++ b/Dockerfile.cugraph @@ -2,7 +2,7 @@ ARG CUGRAPH_VERSION=22.02 ARG CUDA_VERSION=11.5 ARG CUDA_VERSION_MINOR=11.5.2 ARG PY_VERSION=3.8 -ARG MG_VERSION=2.14.0 +ARG MG_VERSION=2.14.1 FROM rapidsai/rapidsai:${CUGRAPH_VERSION}-cuda${CUDA_VERSION}-runtime-ubuntu20.04-py${PY_VERSION} as cugraph-dev diff --git a/cpp/memgraph b/cpp/memgraph index 474fd43f3..a2a863b00 160000 --- a/cpp/memgraph +++ b/cpp/memgraph @@ -1 +1 @@ -Subproject commit 474fd43f37bcf32c2d9e33fd616187e53de0272c +Subproject commit a2a863b009afebe7a0363e16f5bcccccbf326bf6