diff --git a/.env b/.env index d18b7aa1f..b5096d4e3 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ -FAABRIC_VERSION=0.2.4 -FAABRIC_CLI_IMAGE=faasm/faabric:0.2.4 +FAABRIC_VERSION=0.3.0 +FAABRIC_CLI_IMAGE=faasm/faabric:0.3.0 COMPOSE_PROJECT_NAME=faabric-dev diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7a648c5d4..9f0291186 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: if: github.event.pull_request.draft == false runs-on: ubuntu-latest container: - image: faasm/faabric:0.2.4 + image: faasm/faabric:0.3.0 defaults: run: working-directory: /code/faabric @@ -31,7 +31,7 @@ jobs: if: github.event.pull_request.draft == false runs-on: ubuntu-latest container: - image: faasm/faabric:0.2.4 + image: faasm/faabric:0.3.0 defaults: run: working-directory: /code/faabric @@ -40,10 +40,6 @@ jobs: run: git fetch origin ${GITHUB_REF}:ci-branch - name: "Check out branch" run: git checkout --force ci-branch - - name: "TEMP - install doxygen" - run: apt install -y doxygen - - name: "TEMP - install python deps" - run: pip install -r requirements.txt - name: "Build docs" run: inv docs @@ -51,7 +47,7 @@ jobs: if: github.event.pull_request.draft == false runs-on: ubuntu-latest container: - image: faasm/faabric:0.2.4 + image: faasm/faabric:0.3.0 defaults: run: working-directory: /code/faabric @@ -85,7 +81,7 @@ jobs: TSAN_OPTIONS: "verbosity=1:halt_on_error=1:suppressions=/code/faabric/thread-sanitizer-ignorelist.txt:history_size=7" UBSAN_OPTIONS: "print_stacktrace=1:halt_on_error=1" container: - image: faasm/faabric:0.2.4 + image: faasm/faabric:0.3.0 defaults: run: working-directory: /code/faabric @@ -153,7 +149,7 @@ jobs: REDIS_QUEUE_HOST: redis REDIS_STATE_HOST: redis container: - image: faasm/faabric:0.2.4 + image: faasm/faabric:0.3.0 defaults: run: working-directory: /code/faabric diff --git a/VERSION b/VERSION index abd410582..0d91a54c7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.4 +0.3.0 diff --git a/docker/faabric.dockerfile b/docker/faabric.dockerfile index 044bfb9d6..a4942633b 100644 --- a/docker/faabric.dockerfile +++ b/docker/faabric.dockerfile @@ -1,4 +1,4 @@ -FROM faasm/faabric-base:0.2.3 +FROM faasm/faabric-base:0.3.0 ARG FAABRIC_VERSION # faabic-base image is not re-built often, so tag may be behind diff --git a/mpi-native/mpi-native.env b/mpi-native/mpi-native.env index 012fb7612..93415f3ea 100644 --- a/mpi-native/mpi-native.env +++ b/mpi-native/mpi-native.env @@ -1,4 +1,4 @@ -FAABRIC_VERSION=0.2.3 +FAABRIC_VERSION=0.3.0 FAABRIC_MPI_NATIVE_IMAGE=faasm/faabric-mpi-native:0.0.18 COMPOSE_PROJECT_NAME=faabric-mpi