Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
Bump faas-provider to 0.13.2
Browse files Browse the repository at this point in the history
**What**
- Bump faas-provider to 0.13.2 to fix the regression introduced in #60
  related to the health handler config

Signed-off-by: Lucas Roesler <[email protected]>
  • Loading branch information
LucasRoesler authored and alexellis committed Nov 1, 2019
1 parent ce9b2ee commit 47988f8
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[[constraint]]
name = "github.com/openfaas/faas-provider"
version = "0.13.1"
version = "0.13.2"

[[constraint]]
name = "github.com/docker/go-units"
Expand Down
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ func main() {

funcProxyHandler := handlers.NewFunctionLookup(dockerClient, cfg.DNSRoundRobin)

cfg.FaaSConfig.EnableHealth = true // Needed due to breaking change in #534

bootstrapHandlers := bootTypes.FaaSHandlers{
DeleteHandler: handlers.DeleteHandler(dockerClient),
DeployHandler: handlers.DeployHandler(dockerClient, maxRestarts, restartDelay),
Expand All @@ -72,7 +70,6 @@ func main() {
ReadTimeout: cfg.FaaSConfig.GetReadTimeout(),
WriteTimeout: cfg.FaaSConfig.WriteTimeout,
TCPPort: cfg.FaaSConfig.TCPPort,
EnableHealth: cfg.FaaSConfig.EnableHealth,
EnableBasicAuth: cfg.FaaSConfig.EnableBasicAuth,
SecretMountPath: cfg.FaaSConfig.SecretMountPath,
}
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/openfaas/faas-provider/serve.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion vendor/github.com/openfaas/faas-provider/types/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions vendor/github.com/openfaas/faas-provider/types/read_config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 47988f8

Please sign in to comment.