Skip to content

Tags: deepaksirone/faas-netes

Tags

0.10.5

Toggle 0.10.5's commit message
Update apply REST handler

The HTTP handler appeared to generate errors with the latest
versions of Kubernetes (1.17.5 and 1.18). A function created
via REST and then updated via a CRD or visa-versa caused an
error about the RevisionVersion being required.

By getting the function object before updating it, this
appears to resolve the issue.

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

0.10.4

Toggle 0.10.4's commit message
Fix up tests based on merge openfaas#624

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

0.10.3

Toggle 0.10.3's commit message
Remove debug statement from CI

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

0.10.2

Toggle 0.10.2's commit message
Tidy imports for controller

There were some duplicate aliases and imports which have been
consolidated.

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

0.10.1

Toggle 0.10.1's commit message
Add range checking for endpoints

This could fail when endpoints are removed during a scale down
operation.

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

0.10.0

Toggle 0.10.0's commit message
Move to Go Client 1.17 for Kubernetes

As per change made to openfaas-operator, this bumps up the Go
client for Kubernetes to 1.17.

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

0.9.17

Toggle 0.9.17's commit message
Update Travis runtime version

The Travis runtime version has been updated to match the version
of Go in the Dockerfile (1.13)

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

0.9.16

Toggle 0.9.16's commit message
Update faas-provider to 0.14.0

**What**
- Update the version of faas-provider
- Update the info handler to use the renamed `InfoResponse` struct and
  add a basic test for the handler

Signed-off-by: Lucas Roesler <[email protected]>

0.9.15

Toggle 0.9.15's commit message
Change namespaces handler status code

Changing namespaces handler status code to return
200 when requested instead of 202

Signed-off-by: Martin Dekov <[email protected]>

0.9.14

Toggle 0.9.14's commit message
Move proxy to k8s package

This commit moves the proxy to the k8s package so that it can be
shared with the openfaas-operator.

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