Skip to content

Commit

Permalink
Bump faasmctl (#122)
Browse files Browse the repository at this point in the history
* deps: bump faasmctl version

* gh: bump patch version to fix quick-start tests
  • Loading branch information
csegarragonz authored Sep 6, 2023
1 parent a4a33a5 commit 90d8ffb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 90d8ffb

Please sign in to comment.