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.4
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.17.5
Choose a head ref
  • 5 commits
  • 13 files changed
  • 1 contributor

Commits on Jul 8, 2025

  1. Support streaming logs for remote builds

    Switch to the Go SDK for remote builds with the up and publish commands.
    Both commands now stream build logs if the Function Builder API supports
    it.
    
    Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
    welteki authored and alexellis committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    5a4593c View commit details
    Browse the repository at this point in the history
  2. Use Go SDK MakeTar function to prepare remote build archive

    Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
    welteki authored and alexellis committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    d756051 View commit details
    Browse the repository at this point in the history
  3. Use Go SDK CreateBuildContext function

    A version of the creaetBuildContext function has been included in the Go
    SDK.
    
    Srart using the builder.CreateBuildContext function from the Go SDK to
    reduce code duplication.
    
    Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
    welteki authored and alexellis committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    2651490 View commit details
    Browse the repository at this point in the history
  4. Fix build options support for remote builds

    Additional packages defined through build options were ignored when
    using a remote builder.
    
    Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
    welteki authored and alexellis committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    3da8558 View commit details
    Browse the repository at this point in the history
  5. Fix url for remote builder

    Only keep scheme and host when initialzing the builder client.
    
    Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
    welteki authored and alexellis committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    70eb80d View commit details
    Browse the repository at this point in the history
Loading