Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit 50cb7b5

Browse files
committed
Publish new versions of authenticated functions
Includes patches for new changes to GitHub Auth API Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent caedab1 commit 50cb7b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ functions:
5959
git-tar:
6060
lang: dockerfile
6161
handler: ./git-tar
62-
image: functions/of-git-tar:0.18.0
62+
image: functions/of-git-tar:0.19.0
6363
labels:
6464
openfaas-cloud: "1"
6565
role: openfaas-system
@@ -86,7 +86,7 @@ functions:
8686
buildshiprun:
8787
lang: go
8888
handler: ./buildshiprun
89-
image: functions/of-buildshiprun:0.13.1
89+
image: functions/of-buildshiprun:0.14.0
9090
labels:
9191
openfaas-cloud: "1"
9292
role: openfaas-system
@@ -140,7 +140,7 @@ functions:
140140
github-status:
141141
lang: go
142142
handler: ./github-status
143-
image: functions/github-status:0.4.1
143+
image: functions/github-status:0.5.0
144144
labels:
145145
openfaas-cloud: "1"
146146
role: openfaas-system

0 commit comments

Comments
 (0)