Skip to content

Commit

Permalink
Update provider to v0.17.0
Browse files Browse the repository at this point in the history
When endpoints are not found, a 503 instead of 404 is returned
from faas-netes.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Feb 26, 2021
1 parent 9dae554 commit 89fa64d
Show file tree
Hide file tree
Showing 128 changed files with 14,469 additions and 860 deletions.
7 changes: 4 additions & 3 deletions go.mod
@@ -1,6 +1,6 @@
module github.com/openfaas/faas-netes

go 1.13
go 1.15

require (
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
Expand All @@ -9,8 +9,9 @@ require (
github.com/gorilla/mux v1.8.0
github.com/imdario/mergo v0.3.7 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/openfaas/faas v0.0.0-20191125105239-365f459b3f3a
github.com/openfaas/faas-provider v0.16.2
github.com/openfaas/faas v0.0.0-20210210182948-7763fa5d6fc0 // indirect
github.com/openfaas/faas-provider v0.17.0
github.com/openfaas/faas/gateway v0.0.0-20210210182948-7763fa5d6fc0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.9.0
google.golang.org/appengine v1.6.2 // indirect
Expand Down
77 changes: 77 additions & 0 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/github.com/gogo/protobuf/proto/text_parser.go

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

21 changes: 13 additions & 8 deletions vendor/github.com/openfaas/faas-provider/proxy/proxy.go

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

File renamed without changes.
2 changes: 1 addition & 1 deletion vendor/github.com/prometheus/procfs/Makefile.common

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

16 changes: 16 additions & 0 deletions vendor/github.com/prometheus/procfs/cpuinfo.go

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

19 changes: 19 additions & 0 deletions vendor/github.com/prometheus/procfs/cpuinfo_riscvx.go

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

49 changes: 48 additions & 1 deletion vendor/github.com/prometheus/procfs/fixtures.ttar

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

23 changes: 21 additions & 2 deletions vendor/github.com/prometheus/procfs/mdstat.go

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

0 comments on commit 89fa64d

Please sign in to comment.