From e2388b8864004f8d499b303518f36ff34af770f1 Mon Sep 17 00:00:00 2001 From: Carlos Segarra Date: Tue, 5 Sep 2023 14:41:23 +0000 Subject: [PATCH] gh: bump faasmctl and patch version --- .github/workflows/tests.yml | 4 ++-- VERSION | 2 +- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index be997df..88f8c94 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: if: github.event.pull_request.draft == false runs-on: ubuntu-latest container: - image: faasm.azurecr.io/cpython:0.3.0 + image: faasm.azurecr.io/cpython:0.3.1 credentials: username: ${{ secrets.ACR_SERVICE_PRINCIPAL_ID }} password: ${{ secrets.ACR_SERVICE_PRINCIPAL_PASSWORD }} @@ -44,7 +44,7 @@ jobs: REDIS_QUEUE_HOST: redis REDIS_STATE_HOST: redis container: - image: faasm.azurecr.io/cpython:0.3.0 + image: faasm.azurecr.io/cpython:0.3.1 credentials: username: ${{ secrets.ACR_SERVICE_PRINCIPAL_ID }} password: ${{ secrets.ACR_SERVICE_PRINCIPAL_PASSWORD }} diff --git a/VERSION b/VERSION index 0d91a54..9e11b32 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 +0.3.1 diff --git a/requirements.txt b/requirements.txt index af64d55..dda3f9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ black==22.3.0 -faasmctl==0.7.1 +faasmctl==0.13.0 flake8==3.9.2 invoke>=2.0.0 numpy==1.22.0