8000 Tags · openfaas/faas-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: openfaas/faas-cli

Tags

0.17.4

Toggle 0.17.4's commit message
Update actions for publish

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.17.3

Toggle 0.17.3's commit message
Restore MIT license for faas-cli

A notice in the LICENSE file stated that there was a mixed
license with some OpenFaaS Pro code, that's no longer the case
so the LICENSE can be reinstated.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.17.2

Toggle 0.17.2's commit message
Replace secrets via secret create when needed

An upsert is more convenient from CI/CD jobs and from bash
scripts.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.17.1

Toggle 0.17.1's commit message
Update vendor in Go.mod

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.17.0

Toggle 0.17.0's commit message
Add command to print JWT token for customer support

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.16.38

Toggle 0.16.38's commit message
Build with Go 1.23

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.16.37

Toggle 0.16.37's commit message
Support a random port for the local-run

This allows users to run multiple local-runs without picking
out ports themselves.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.16.36

Toggle 0.16.36's commit message
Remove armv7 from build and examples

The armv7 target has been deprecated by OpenFaaS. You are
still able to use older builds, but arm64 should be used
instead going forward.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.16.35

Toggle 0.16.35's commit message
Bump redist to alpine:3.20.2

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.16.34

Toggle 0.16.34's commit message
Support --pull for build/publish commands

The --pull flag is supported by Docker and forces a pull
attempt to be made for base images for the case that there
is a newer version available.

The main use-case for this is when teams are publishing
production or internal images directly from their own machines
which accumulate older images.

This is not needed in CI pipelines which start with an empty
library, so always pull the base images fresh from source.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
0