Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openfaas/faas-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.17.8
Choose a base ref
...
head repository: openfaas/faas-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.18.0
Choose a head ref
  • 2 commits
  • 39 files changed
  • 2 contributors

Commits on Nov 19, 2025

  1. Version pinning for templates

    Templates can now be pinned in three ways:
    - no pinning - get HEAD from default branch
    - Git tag / branch name - pass @ then the release i.e. 0.9.0
    - Git SHA - requires full depth clone of whole respository
    followed by a git checkout
    
    Tested using the following:
    
    * Via build and publish with a templates configuration in
    stack.yaml
    * Via build and publish with no templates configuration in
    stack.yaml - the templates were resolved via the store
    * Via new - with and without a template being present -
    the template is pulled from the store if not found locally
    
    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
    alexellis committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    0dc05df View commit details
    Browse the repository at this point in the history
  2. Fix template pull stack command

    Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
    welteki authored and alexellis committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    6e28e11 View commit details
    Browse the repository at this point in the history
Loading