Skip to content

Tags: welteki/faas-netes

Tags

0.14.2

Toggle 0.14.2's commit message
Update probes for OpenFaaS CE

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.14.1

Toggle 0.14.1's commit message
Set termination grace period upon function updates

This was missed from openfaas#869 and fixes the controller so that
it updates the termination grace period for functions.

The problem would be that if a user updated the
write_timeout variable used to compute the grace
period, it would be ignored.

The operator uses common code for deploy/update, so does
not need a separate change.

Thanks to @kevin-lindsay-1 for doing exploratory testing
to find this.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.14.0

Toggle 0.14.0's commit message
Add 2s jitter to termination grace period

The additional 2s should prevent an issue where the grace
period is exactly the same as the timeout, and kills the Pod
before the remaining requests have completed.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.13.8

Toggle 0.13.8's commit message
Fix helm linting error

Signed-off-by: Engin Diri <[email protected]>

0.13.7

Toggle 0.13.7's commit message
Update Dockerfile to Go 1.16

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.13.6

Toggle 0.13.6's commit message
ci: standardize Github Actions

Signed-off-by: Carlos Panato <[email protected]>

0.13.5

Toggle 0.13.5's commit message
Rengerate charts

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.13.4

Toggle 0.13.4's commit message
Add support for binary data in secrets

Through the RawValue field in the latest version of the
faas-provider, users can now input raw binary data when
creating secrets.

Unit tests updated.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.13.3

Toggle 0.13.3's commit message
Add Limits and Requests to function response

Reader now returns limits and requesrs

Signed-off-by: Alistair Hey <[email protected]>

0.13.2

Toggle 0.13.2's commit message
Remove revision from Alpine Linux

This causes noise from dependabot, where it tries to bunch each
patch revision in a separate PR.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>