Skip to content

Commit

Permalink
gh: bump code tag to 0.29.0 (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz authored Oct 25, 2024
1 parent c9a25bc commit 7b6341b
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FAASM_VERSION=0.28.0
FAASM_CLI_IMAGE=faasm.azurecr.io/cli:0.28.0
FAASM_WORKER_IMAGE=faasm.azurecr.io/worker:0.28.0
FAASM_VERSION=0.29.0
FAASM_CLI_IMAGE=faasm.azurecr.io/cli:0.29.0
FAASM_WORKER_IMAGE=faasm.azurecr.io/worker:0.29.0

FAABRIC_VERSION=0.20.0
FAABRIC_PLANNER_IMAGE=faasm.azurecr.io/planner:0.20.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
env:
CLUSTER_NAME_BASE: gha-cluster
FAASM_INI_FILE: ./faasm.ini
FAASM_VERSION: 0.28.0
FAASM_VERSION: 0.29.0
FAASM_WASM_VM: ${{ matrix.wasm_vm }}
steps:
- name: "Check out the experiment-base code"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sgx_hw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: self-hosted
timeout-minutes: 60
env:
FAASM_VERSION: 0.28.0
FAASM_VERSION: 0.29.0
FAASMCTL_BIN: /home/faasm/.local/bin/faasmctl
FAASMCTL_VERSION: 0.46.2
VM_CODE_DIR: /home/faasm/git/faasm/faasm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ env:
CONAN_CACHE_MOUNT_SOURCE: .conan
FAABRIC_VERSION: 0.20.0
FAASM_INI_FILE: ./faasm.ini
FAASM_VERSION: 0.28.0
FAASM_VERSION: 0.29.0
FAASMCTL_VERSION: 0.46.2

jobs:
checks:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
container:
image: faasm.azurecr.io/cli:0.28.0
image: faasm.azurecr.io/cli:0.29.0
steps:
- name: "Checkout code"
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.28.0
0.29.0
2 changes: 1 addition & 1 deletion deploy/k8s-common/minio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- control
containers:
- name: minio-main
image: faasm.azurecr.io/minio:0.28.0
image: faasm.azurecr.io/minio:0.29.0
env:
- name: MINIO_ROOT_USER
value: "minio"
Expand Down
4 changes: 2 additions & 2 deletions deploy/k8s-common/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- control
containers:
- name: master
image: faasm.azurecr.io/redis:0.28.0
image: faasm.azurecr.io/redis:0.29.0
ports:
- containerPort: 6379

Expand All @@ -46,7 +46,7 @@ spec:
- control
containers:
- name: master
image: faasm.azurecr.io/redis:0.28.0
image: faasm.azurecr.io/redis:0.29.0
ports:
- containerPort: 6379

Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s-sgx/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- control
containers:
- name: upload
image: faasm.azurecr.io/upload:0.28.0
image: faasm.azurecr.io/upload:0.29.0
ports:
- containerPort: 8002
- containerPort: 5000
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s-sgx/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
weight: 100

containers:
- image: faasm.azurecr.io/worker-sgx:0.28.0
- image: faasm.azurecr.io/worker-sgx:0.29.0
name: faasm-worker
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s-wamr/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- control
containers:
- name: upload
image: faasm.azurecr.io/upload:0.28.0
image: faasm.azurecr.io/upload:0.29.0
ports:
- containerPort: 8002
- containerPort: 5000
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s-wamr/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
weight: 100

containers:
- image: faasm.azurecr.io/worker:0.28.0
- image: faasm.azurecr.io/worker:0.29.0
name: faasm-worker
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- control
containers:
- name: upload
image: faasm.azurecr.io/upload:0.28.0
image: faasm.azurecr.io/upload:0.29.0
ports:
- containerPort: 8002
- containerPort: 5000
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
weight: 100

containers:
- image: faasm.azurecr.io/worker:0.28.0
- image: faasm.azurecr.io/worker:0.29.0
name: faasm-worker
ports:
- containerPort: 8080
Expand Down

0 comments on commit 7b6341b

Please sign in to comment.