Skip to content

Tags: raghu999/faas-netes

Tags

0.5.0

Toggle 0.5.0's commit message
Update Golang build SDK to 1.9.4

This was tested by Vivek Singh.

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

0.4.9

Toggle 0.4.9's commit message
Enable port to be configured

The `port` env-var can now be set to configure the start-up TCP
port for faas-netes. This is required for when the daemon is run
inside a pod which already exposes port 8080.

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

0.4.8

Toggle 0.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Attempt to fix Docker CLI push issue

0.4.7

Toggle 0.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update .travis.yml push behaviour

Updates bash push stage to use -z instead of -s check. Corrects
error in Travis build.

0.4.6

Toggle 0.4.6's commit message
Attach SecretTypeDockerConfigJson secret type for deployments

The SecretTypeDockerConfigJson is now used as of Kubernetes 1.9
to store image pull secrets for fetching images from private
repositories. [0] This change allows SecretTypeDockerConfigJson
as a parallel option to the existing option SecretTypeDockercfg.

[0] https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/

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

0.4.5

Toggle 0.4.5's commit message
Fix bad error messasge about updates to reads

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

0.4.4

Toggle 0.4.4's commit message
Code review: re-vendor and update to AvailableReplicas

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

0.4.3

Toggle 0.4.3's commit message
Move to non-root user

Signed-off-by: Alex Ellis <[email protected]>

0.4.2

Toggle 0.4.2's commit message
make async=true as default

Signed-off-by: Rimas Mocevicius <[email protected]>

0.4.1

Toggle 0.4.1's commit message
Update to FaaSProvider 0.5 with health endpoint

Signed-off-by: Alex Ellis <[email protected]>