Skip to content

Commit

Permalink
Version bump (faasm#226)
Browse files Browse the repository at this point in the history
* Version bump

* Update faabric base
  • Loading branch information
Shillaker authored Feb 11, 2022
1 parent c913bad commit 4fedda4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -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
14 changes: 5 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -40,18 +40,14 @@ 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

formatting:
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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.4
0.3.0
2 changes: 1 addition & 1 deletion docker/faabric.dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mpi-native/mpi-native.env
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 4fedda4

Please sign in to comment.