From 90d8ffbb2aa005ad99a114551517a309158a763a Mon Sep 17 00:00:00 2001 From: Carlos Date: Wed, 6 Sep 2023 07:51:13 +0100 Subject: [PATCH] Bump faasmctl (#122) * deps: bump faasmctl version * gh: bump patch version to fix quick-start tests --- .env | 4 ++-- .github/workflows/tests.yml | 2 +- VERSION | 2 +- requirements.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env b/.env index e83a731..932a60f 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ -SYSROOT_VERSION=0.3.0 -SYSROOT_CLI_IMAGE=faasm.azurecr.io/cpp-sysroot:0.3.0 +SYSROOT_VERSION=0.3.1 +SYSROOT_CLI_IMAGE=faasm.azurecr.io/cpp-sysroot:0.3.1 COMPOSE_PROJECT_NAME=cpp-dev diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7015f67..1d93499 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: if: github.event.pull_request.draft == false runs-on: ubuntu-latest container: - image: faasm.azurecr.io/cpp-sysroot:0.3.0 + image: faasm.azurecr.io/cpp-sysroot: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 46411e5..013f621 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ black==22.3.0 -faasmctl==0.7.1 +faasmctl==0.13.0 flake8==4.0.1 invoke>=2.0.0 requests>=2.31.0