Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Update to faas 0.8.1 #7

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 25, 2019

  1. Update location of openfaas vendors

    Change the repository of openfaas vendor packages to point to the openfaas github user instead of alexellis account.
    
    Signed-off-by: Benjamin Seibert <[email protected]>
    roomthirteen committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    63b43a6 View commit details
    Browse the repository at this point in the history
  2. Updated openfaas vendors

    Use openfaas 0.8.1 vendors.
    
    Signed-off-by: Benjamin Seibert <[email protected]>
    roomthirteen committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    5ad8e04 View commit details
    Browse the repository at this point in the history
  3. Added AvailableReplicas property.

    To make a function availabe in the 0.8.1 UI we need to set the AvailableReplicas. For now we just use the number of existing replicas.
    
    Signed-off-by: Benjamin Seibert <[email protected]>
    roomthirteen committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    118fb5b View commit details
    Browse the repository at this point in the history
  4. Implement new handler endpoints.

    Implemented the following new handler endpoints:
    
    * health
    * info
    * secret
    * update
    
    Signed-off-by: Benjamin Seibert <[email protected]>
    roomthirteen committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    f412c7e View commit details
    Browse the repository at this point in the history