Alex Ellis (OpenFaaS Ltd)
1c1bfa6759
Upgrades to containerd, fix deprecations upstream
...
* Fixes upstream deprecations for containerd
* Fixes deprecations in ioutil package usage
* Break out separate files for function handlers
* Upgrades containerd to 1.7.22
* Fixes default namespace functionality
* Pre-deploy checks as per license agreement
* Removes extra log messages for payload in HTTP handlers, you
can enable FAAS_DEBUG=1 in the CLI instead to see this from
the client's perspective
* Add additional Google DNS server 8.8.4.4 for functions
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2024-09-17 11:13:53 +01:00
Alex Ellis (OpenFaaS Ltd)
e4848cd829
Remove armhf/armv7 support from faasd
...
See notes in: #364
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2024-06-12 10:19:41 +01:00
Alex Ellis (OpenFaaS Ltd)
c12505a63f
Update intro, and build with Go 1.22
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2024-03-27 09:09:12 +00:00
Alex Ellis (OpenFaaS Ltd)
57baf34f5a
Add support for namespace mutations
...
Adds support for: Get, Create, Update, Delete
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2023-07-07 13:45:36 +01:00
Gianpaolo Macario
86d2797873
MULTIPASS.md: Fix typo
...
Remove extra "P" in "contents"
Signed-off-by: Gianpaolo Macario <gmacario@gmail.com>
2023-04-03 15:17:42 +01:00
Alex Ellis (OpenFaaS Ltd)
b1ea842fb1
Update flag for multipass
...
--mem is now deprecated in favour of --memory
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2023-03-21 17:01:48 +00:00
Alex Ellis (OpenFaaS Ltd)
c41c2cd9fc
Migrate to containerd v1.7.0 and update dependencies
...
* Updates containerd to v1.7.0 and new binary for 32-bit
Arm OSes.
* Updates Go dependencies - openfaas and external
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2023-03-20 08:40:57 +00:00
Alex Ellis (OpenFaaS Ltd)
9efd019e86
Update vision
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2023-03-06 11:03:39 +00:00
Alex Ellis (OpenFaaS Ltd)
d09ab85bda
Update notes in README
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2023-03-06 11:03:39 +00:00
Alex Ellis (OpenFaaS Ltd)
ecf82ec37b
Add a second link to the ROADMAP
...
Whilst the ROADMAP was already linked, one user was confused
about the design decisions of faasd, so this adds a second
link to make it more likely he would click on it in the future.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2022-10-04 16:21:10 +01:00
Alex Ellis (OpenFaaS Ltd)
6b6ff71c29
Update to containerd 1.6.8
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2022-08-18 12:15:33 +01:00
Nitishkumar Singh
5cedf28929
Dev.md updated to version 0.16.2
...
Signed-off-by: Nitishkumar Singh <nitishkumarsingh71@gmail.com>
updated faasd version in terraform script
Signed-off-by: Nitishkumar Singh <nitishkumarsingh71@gmail.com>
2022-07-19 13:08:50 +01:00
Alex Ellis (OpenFaaS Ltd)
02e9b9961b
Migrate to containerd v1.6.4
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2022-05-25 12:49:58 +01:00
Han Verstraete (OpenFaaS Ltd)
fee46de596
Add README for docs folder
...
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
2022-05-24 10:18:54 +01:00
Han Verstraete (OpenFaaS Ltd)
6d297a96d6
Track community terraform modules for faasd
...
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
2022-05-13 13:55:55 +01:00
Alex Ellis (OpenFaaS Ltd)
b43d2562a9
Fix issue #265
...
The downstream installation script needs to be run via
bash to support early failure modes using pipefail.
Thanks to @koffeinfrei for reporting this and testing a
fix.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2022-05-03 08:17:16 +01:00
Alex Ellis (OpenFaaS Ltd)
a995413971
Update CNI version for cloud-config.tpl
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2022-04-10 18:45:42 +01:00
Alex Ellis (OpenFaaS Ltd)
912ac265f4
Upgrade containerd to 1.6.2 and CNI to 0.9.1
...
Upgrades containerd, and switches to the official 64-bit ARM
binary.
Continues to use my binary for 32-bit arm hosts.
CNI upgraded to v0.9.1
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2022-04-10 18:45:42 +01:00
Johan Siebens
1822114705
- use hack/install.sh script in cloud-init startup script
...
- removed duplicate terraform setup
Signed-off-by: Johan Siebens <johan.siebens@gmail.com>
2022-04-06 12:22:34 +01:00
Nitishkumar Singh
52f64dfaa2
Include Unistall and Stop faasd
...
Signed-off-by: Nitishkumar Singh <nitishkumarsingh71@gmail.com>
2022-04-06 12:21:58 +01:00
Lucas Roesler
551e6645b7
chore: improve multipass cloud-config and instructions
...
Improve the Multipass cloud-config.txt by using the install.sh script
instead of stale install instructions. This ensures that the latest
release is installed and reduces the number of install instructions we
need to maintain.
Also, improve the instructions for using multipass by including a
one-line command for setting the correct ssh key _and_ starting the VM.
Finally, improve the markdown formatting by indenting the paragraph
bodies of the list items. This ensures that the content is properly
aligned with the bullet list.
Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
2022-01-19 12:44:47 +00:00
Alex Ellis
8fbdd1a461
Update ROADMAP.md
2021-11-14 08:58:52 +00:00
Richard Gee
acb5d0bd1c
Amend patches.md gh command to include 'pr'
...
Signed-off-by: Richard Gee richard@technologee.co.uk
2021-11-03 19:48:39 +00:00
Alex Ellis (OpenFaaS Ltd)
2c9eb3904e
Add guide for testing patches.
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-11-01 13:00:26 +00:00
Engin Diri
57322c4947
Update terraform scripts to latest version
...
Signed-off-by: Engin Diri <engin.diri@mail.schwarz>
2021-08-25 17:04:56 +01:00
Alex Ellis (OpenFaaS Ltd)
6b840f0226
Upgrade scripts for faasd 0.13.0
...
Upgrade to 0.13.0 and add build script for containerd on arm64
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-07-27 10:36:22 +01:00
Alex Ellis (OpenFaaS Ltd)
12ada59bf1
Update to containerd v1.5.4
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-07-27 10:30:12 +01:00
Alex Ellis (OpenFaaS Ltd)
4c9c66812a
Upgrade to faasd 0.12.5 for automation scripts
...
* Updates cloud-config and terraform templates to 0.12.5
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-07-27 10:30:12 +01:00
Alex Ellis (OpenFaaS Ltd)
1d86c62792
Bump scripts to install faasd 0.11.0
...
Moves to CNI results cache for looking up container IPs.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-02-22 09:56:06 +00:00
Alex Ellis (OpenFaaS Ltd)
27ba86fb52
Update Go version for building
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-02-21 18:26:23 +00:00
Lars
bc2fe46023
add git to cloud-init
...
Signed-off-by: Lars <larslehmann@kabelmail.de>
2021-02-14 07:38:51 +00:00
Alex Ellis (OpenFaaS Ltd)
507ee0a7f7
Add media
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-02-06 14:50:56 +00:00
Christopher Timm
8f6d2fa6ec
Fix another small type in MULTIPASS tutorial
...
Signed-off-by: Christopher Timm <whiteHatTux@timmch.de>
2021-02-06 09:33:52 +00:00
Christopher Timm
0e6983b351
Use jq short form instead of jq with a chained tr in Tutorial
...
Signed-off-by: Christopher Timm <whiteHatTux@timmch.de>
2021-02-06 09:33:52 +00:00
Alex Ellis (OpenFaaS Ltd)
d7fea9173e
Update published version to 0.10.2
...
Fixes an issue with metrics
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-02-02 19:37:55 +00:00
Alex Ellis (OpenFaaS Ltd)
cd4add32e1
Update -t vs -u for journalctl
...
-t = syslog identifier
-u = unit name
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-01-23 19:50:57 +00:00
Alex Ellis (OpenFaaS Ltd)
4e8a1d810a
Update faasd release
...
Pin scripts and automation to the latest version of faasd
which moves to use the openfaas namespace for the core
services instead of default.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-01-17 19:21:00 +00:00
Alex Ellis
d4454758d5
Update DEV.md
2021-01-17 12:20:45 +00:00
Alex Ellis (OpenFaaS Ltd)
a4a33b8596
Update ROADMAP and constraints
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-01-13 14:35:15 +00:00
Alex Ellis (OpenFaaS Ltd)
954a61cee1
Update roadmap / features and add new book offer
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-01-13 14:24:07 +00:00
Alex Ellis (OpenFaaS Ltd)
cb786d7c84
Bump minor version of faasd to 0.9.10
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-12-08 08:45:52 +00:00
Alex Ellis (OpenFaaS Ltd)
8159fb88b7
Update faasd version to 0.9.9
...
This version contains several fixes and should be used for
new users.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-12-07 14:21:47 +00:00
Utsav Anand
716ef6f51c
Bump gateway version to 0.19.1 & do a shallow checkout of faasd repo
...
Signed-off-by: Utsav Anand <utsavanand2@gmail.com>
2020-10-15 14:44:32 +01:00
Alex Ellis (OpenFaaS Ltd)
92523c496b
Update docs for multipass
...
Suggestion via @paulkarayan in #116
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-10-15 13:42:46 +01:00
Utsav Anand
3ce724512b
Update faasd version in cloud-config to 0.9.5
...
Signed-off-by: Utsav Anand <utsavanand2@gmail.com>
2020-09-21 15:54:19 +01:00
Simon Emms
16a8d2ac6c
Add subdomain variable to terraform
...
Tested by running against a new DO cluster. Readme updated with the new variable name and a
brief description of it
Signed-off-by: Simon Emms <simon@simonemms.com>
2020-08-25 09:10:06 +01:00
Alex Ellis (OpenFaaS Ltd)
68ac4dfecb
Add ignore files
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-08-13 16:18:28 +01:00
Alex Ellis (OpenFaaS Ltd)
c2480ab30a
Upgrade versions for terraform scripts
...
Update containerd, faasd and caddy 2 versions.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-08-13 16:06:18 +01:00
Alex Ellis (OpenFaaS Ltd)
038b92c5b4
Add faas-cli step
...
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-08-10 12:05:04 +01:00
Alex Ellis (OpenFaaS Ltd)
f1a1f374d9
Pin containerd service version for dev instructions
...
The pinned version fixes and issue with containerd timing out
when starting.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-08-10 12:03:12 +01:00