Alex Ellis (OpenFaaS Ltd)
21a8f0cec1
Update GHA for deprecations
...
The actions from Docker needed to be updated due to
deprecations.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
2023-01-12 10:19:39 +00:00
Alex Ellis (OpenFaaS Ltd)
231e3ed426
Remove builds for auth plugins
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
2023-01-11 13:13:12 +00:00
Alex Ellis (OpenFaaS Ltd)
f9245ebbb3
Add write permissions to GHCR
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
2022-12-14 12:12:31 +00:00
Alex Ellis (OpenFaaS Ltd)
3bafff7e09
Fix issue with empty CI tag
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
2022-12-14 11:33:42 +00:00
Alex Ellis (OpenFaaS Ltd)
e1c62f4875
Update Go and alpine versions
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
2022-12-14 11:30:41 +00:00
Alex Ellis (OpenFaaS Ltd)
b31419c8de
Fix CI for deprecated set_output
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
2022-12-14 11:29:08 +00:00
Alex Ellis
208b1b2235
Update ISSUE_TEMPLATE.md
...
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2022-10-24 11:47:46 +01:00
Alex Ellis
9da2ec244f
Update ISSUE_TEMPLATE.md
...
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2022-09-13 09:02:04 +01:00
Alex Ellis (OpenFaaS Ltd)
b87b96ae45
Migrate to Go 1.18 and update dependencies
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
2022-08-05 09:03:31 +01:00
Alex Ellis
05b25f22ae
Update ISSUE_TEMPLATE.md
2022-04-12 17:23:22 +01:00
Alex Ellis
ba9302070b
Update ISSUE_TEMPLATE.md
2022-04-12 17:22:58 +01:00
Alex Ellis (OpenFaaS Ltd)
c2381102d0
Update CI runtime version for basic-auth build
...
Changes from Go 1.13 to 1.17, although this is not used
since Docker is used at build time.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2022-02-22 18:45:22 +00:00
Alex Ellis (OpenFaaS Ltd)
6abf1a6510
Move GitHub Actions to use Go 1.17
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2022-01-24 16:07:36 +00:00
Alex Ellis (OpenFaaS Ltd)
8a87b57ce1
Remove Slack references
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-12-08 09:32:00 +00:00
Alex Ellis (OpenFaaS Ltd)
b52b15d7ce
Remove commit message from GitHub Actions
...
This is not being consumed anywhere, so can be removed.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-10-22 10:16:06 +01:00
Alex Ellis
52d0165c3f
Update ISSUE_TEMPLATE.md
2021-04-12 16:47:43 +01:00
Alex Ellis
1e416969a9
Update ISSUE_TEMPLATE.md
2021-04-12 08:25:01 +01:00
Alex Ellis (OpenFaaS Ltd)
767eb2f050
Remove commit message line
...
This isn't required as it's no longer injected into the
build of the gateway.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-04-11 19:15:08 +01:00
Alex Ellis
7763fa5d6f
Update ISSUE_TEMPLATE.md
2021-02-10 18:29:48 +00:00
Alex Ellis (OpenFaaS Ltd)
f98213a428
Remove git commit message from binary
...
This appears to have broken CI at least three times now and
prevented us from shipping a release binary for a tag.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-01-31 09:23:55 +00:00
Alex Ellis (OpenFaaS Ltd)
949e218758
Update GitHub Actions to Go 1.15 runtime
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-01-21 19:04:22 +00:00
Alex Ellis (OpenFaaS Ltd)
27f5c34389
Remove CI tests for Swarm
...
Unit tests will be covered through the faas-netes certifier
and through the Docker build of the gateway.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-12-16 10:03:19 +00:00
Alex Ellis (OpenFaaS Ltd)
3f98c856e5
Remove Swarm references
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-12-16 10:01:21 +00:00
Alistair Hey
a2bdc94f00
Fix parsing github commit status to container
...
There was an instance of the git commit message not being passed
correctly to the build, thus returning nil on the faas-cli version
command.
Tested on a failing commit by amending the commit (keeping message) and
getting CI to run green
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2020-12-11 21:30:22 +00:00
Alistair Hey
272ae94b50
Use correct tag on publishing basic-auth container
...
This fixes the Github Actions CI to publish the correct auth container
tag. Previously it was using latest-dev not the git tag
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2020-12-10 15:58:54 +00:00
Alex Ellis (OpenFaaS Ltd)
f1ad13bfa6
Correct typo in GitHub Action
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-12-10 14:55:42 +00:00
Alistair Hey
ca3d53c0a5
Add publish step to github actions
...
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2020-12-10 14:54:38 +00:00
Alistair Hey
e3b18e6324
Convert Basic-Auth to multi-arch
...
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2020-12-10 14:54:38 +00:00
Alistair Hey
a5583074e0
Convert Gateway to Github Actions
...
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2020-12-10 14:54:38 +00:00
Alex Ellis
acfaad56d5
Update FUNDING.yml
2020-10-14 17:48:09 +01:00
Alex Ellis (OpenFaaS Ltd)
d0ebb19fd9
Update images for all architectures for Swarm
...
Updates armhf, arm64 and x86_64 - queue-worker moves to multi-
arch image. gateway and basic-auth are updated, along with NATS
which has been done in faas-netes for some time now.
Closes : #1539 (partial PR)
Fixes #1537
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-06-15 19:46:00 +01:00
Alex Ellis (OpenFaaS Ltd)
61b861aa6d
Remove link to Patreon
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-05-13 15:21:59 +01:00
Alex Ellis (OpenFaaS Ltd)
4efbfa0dc6
Removed some funding platforms
...
I would rather direct folks to GitHub Sponsors for time being
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-09-03 08:21:22 +01:00
Richard Gee
45cf4db4cb
Update FUNDING.yml to enable github/alexellis
...
Detail was removed on 10th June with a comment that it will be enabled once GitHub provide access to the beta. This access was provided on 12th June hence re-enabling.
Signed-off-by: Richard Gee <richard@technologee.co.uk>
2019-06-16 15:20:55 +01:00
Alex Ellis
f7cfafa967
Update FUNDING.yml
2019-06-10 18:15:09 +01:00
Alex Ellis
6ff02b6de9
Update order of sponsorship links
...
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-06-05 08:53:26 +01:00
Alex Ellis
ff45689616
Try to re-order links
...
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-06-04 22:59:41 +01:00
Alex Ellis
3d69bb3804
De-dupe CommunityBridge link
...
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-06-04 22:58:33 +01:00
Alex Ellis
e9ca4628db
Update funding file for Community Bridge URL
...
Update funding file for Community Bridge URL
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-06-04 22:57:06 +01:00
Alex Ellis
0449addbf1
Add funding file
...
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-06-04 22:54:55 +01:00
Alex Ellis
be36840022
I have -> My Actions
...
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-04-03 09:15:33 +01:00
Alex Ellis
6f01bd3c4e
Add user-actions
...
Fixes: #1137
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-04-03 09:13:53 +01:00
Alex Ellis (VMware)
495cf9e7af
Add CODEOWNERS
...
Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
2018-11-22 17:50:13 +01:00
Burton Rheutan
e0803ff0a7
Add faas version to issue template
...
This commit adds a line to the issue template
to request the faas-cli version and provider
information to the issue template to help diagnose
issues faster
Signed-off-by: Burton Rheutan <rheutan7@gmail.com>
2018-09-28 08:25:05 +01:00
Alex Ellis
763f485679
Update ISSUE_TEMPLATE.md
2018-02-14 10:26:58 +00:00
John McCabe
89878f0c8a
Migrate from alexellis org to openfaas
...
Note, not all `alexellis/github` references should be changed, there are
a number of repos which are not part of the openfaas org, this commit
excludes those.
Signed-off-by: John McCabe <john@johnmccabe.net>
2017-10-04 09:18:06 +01:00
Alex Ellis
9c38d5c91e
Update PULL_REQUEST_TEMPLATE.md
2017-08-23 22:31:53 +01:00
Alex Ellis
fe97c4288b
Mention k8s in issue template
2017-08-04 12:24:27 +01:00
Alex Ellis
e29c2faf4e
Update PULL_REQUEST_TEMPLATE.md
2017-07-26 18:56:01 +01:00
Alex Ellis
12c12b1a47
Update ISSUE_TEMPLATE.md
2017-06-30 12:35:01 +01:00