From 5cedf28929be73ee3dc38ce5a8b0790447f9c55a Mon Sep 17 00:00:00 2001 From: Nitishkumar Singh Date: Wed, 13 Jul 2022 08:57:16 +0530 Subject: [PATCH] Dev.md updated to version 0.16.2 Signed-off-by: Nitishkumar Singh updated faasd version in terraform script Signed-off-by: Nitishkumar Singh --- docs/DEV.md | 2 +- docs/bootstrap/cloud-config.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/DEV.md b/docs/DEV.md index bc1e3fd..c179ce6 100644 --- a/docs/DEV.md +++ b/docs/DEV.md @@ -237,7 +237,7 @@ export SUFFIX="-armhf" export SUFFIX="-arm64" # Then download -curl -fSLs "https://github.com/openfaas/faasd/releases/download/0.13.0/faasd$SUFFIX" \ +curl -fSLs "https://github.com/openfaas/faasd/releases/download/0.16.2/faasd$SUFFIX" \ -o "/tmp/faasd" \ && chmod +x "/tmp/faasd" sudo mv /tmp/faasd /usr/local/bin/ diff --git a/docs/bootstrap/cloud-config.tpl b/docs/bootstrap/cloud-config.tpl index 6b2855d..7a8fcad 100644 --- a/docs/bootstrap/cloud-config.tpl +++ b/docs/bootstrap/cloud-config.tpl @@ -16,8 +16,8 @@ runcmd: - mkdir -p /var/lib/faasd/secrets/ - echo ${gw_password} > /var/lib/faasd/secrets/basic-auth-password - echo admin > /var/lib/faasd/secrets/basic-auth-user -- cd /go/src/github.com/openfaas/ && git clone --depth 1 --branch 0.13.0 https://github.com/openfaas/faasd -- curl -fSLs "https://github.com/openfaas/faasd/releases/download/0.13.0/faasd" --output "/usr/local/bin/faasd" && chmod a+x "/usr/local/bin/faasd" +- cd /go/src/github.com/openfaas/ && git clone --depth 1 --branch 0.16.2 https://github.com/openfaas/faasd +- curl -fSLs "https://github.com/openfaas/faasd/releases/download/0.16.2/faasd" --output "/usr/local/bin/faasd" && chmod a+x "/usr/local/bin/faasd" - cd /go/src/github.com/openfaas/faasd/ && /usr/local/bin/faasd install - systemctl status -l containerd --no-pager - journalctl -u faasd-provider --no-pager