Releases: openfaas/faasd
Fix for provider metrics recording as zero status code
Changelog for 0.16.3:
- PR #281 Bump github.com/containerd/containerd from 1.6.4 to 1.6.6 by @dependabot[bot]
- PR #292 updated faasd version to 0.16.2 by @nitishkumar71
Commits
9564e64 Fix issue with provider metrics by @alexellis
6dbc33d Bump github.com/containerd/containerd from 1.6.4 to 1.6.6 by @dependabot[bot]
5cedf28 Dev.md updated to version 0.16.2 by @nitishkumar71
Changes: 0.16.2...0.16.3
Generated by Derek
Add instrumentation and metrics for the provider
Changelog for 0.16.2:
- PR #290 Update provider to v0.19 by @nitishkumar71
- PR #286 Replace literal sudo with var by @rgee0
- PR #283 set HOME variable when not available, e.g when running with cloud-init by @jsiebens
- PR #277 Add comment to explain arkade full path usage in install script by @welteki
- PR #279 Make progress silent for faas-cli install by @rgee0
- PR #278 Upgrade gateway to 0.22.0 by @welteki
- PR #276 Fix install script on CentOS by @welteki
- PR #261 system install using arkade by @nitishkumar71
Commits
b7be42e update provider to v0.19 by @nitishkumar71
2b0cbeb Replace literal sudo with var by @rgee0
d29f94a set HOME variable when not available, e.g when running with cloud-init by @jsiebens
c5b463b Add comment to explain arkade full path usage by @welteki
c0c4f2d Make progress silent for faas-cli install by @rgee0
886f5ba Upgrade gateway to 0.22.0 by @welteki
3093101 Fix install script on CentOS by @welteki
a88997e system install using arakde by @nitishkumar71
Changes: 0.16.1...0.16.2
Generated by Derek
Migrate to containerd v1.6.4
Changelog for 0.16.1:
- PR #274 Migrate to containerd v1.6.4 by @alexellis
- PR #273 Add README.md for docs by @welteki
- PR #272 Track community terraform modules for faasd by @welteki
- PR #271 Update auth plugin and gateway by @welteki
- PR #266 Fix issue #265 with Terraform installation by @alexellis
Commits
02e9b99 Migrate to containerd v1.6.4 by @alexellis
fee46de Add README for docs folder by @welteki
6d297a9 Track community terraform modules for faasd by @welteki
2178d90 Update auth plugin and gateway by @welteki
37c63a8 Fix installation of Caddy on armhf and ARM64 by @alexellis
b43d256 Fix issue #265 by @alexellis
Changes: 0.16.0...0.16.1
Generated by Derek
Enable easier side-loading of images
Changelog for 0.16.0:
- PR #260 Normalize image name by @welteki
- PR #264 remove unused container client from createTask by @mohammadVatandoost
- PR #218 hack/install.sh doesn't exit if a command fails by @xrazis
- PR #258 Upgrade containerd to 1.6.2 and CNI to 0.9.1 by @alexellis
- PR #248 Bump github.com/containerd/containerd from 1.5.4 to 1.5.10 by @dependabot[bot]
- PR #236 use install.sh script in cloud init of the terraform digitialocean example by @jsiebens
- PR #243 Include Uninstall and Stop instruction for faasd by @nitishkumar71
Commits
e668bee Normalize image name by @welteki
a574a0c remove unused container client from createTask by @mohammadVatandoost
4061b52 Update heading in issue template by @alexellis
bc88d61 Update pipefail to include x by @alexellis
fe057fb Move containerd version in install.sh by @alexellis
b44f57c Fix for #215 by @xrazis
4ecc215 Fix containerd download in Makefile by @alexellis
a995413 Update CNI version for cloud-config.tpl by @alexellis
912ac26 Upgrade containerd to 1.6.2 and CNI to 0.9.1 by @alexellis
449bcf2 Bump github.com/containerd/containerd from 1.5.4 to 1.5.10 by @dependabot[bot]
1822114 - use hack/install.sh script in cloud-init startup script by @jsiebens
52f64df Include Uninstall and Stop faasd by @nitishkumar71
See also changes included in 0.16.0-rc1
Changes: 0.16.0-rc1...0.16.0
Generated by Derek
Pre-release for containerd 1.6.2
Changelog for 0.16.0-rc1:
- PR #218 hack/install.sh doesn't exit if a command fails by @xrazis
- PR #258 Upgrade containerd to 1.6.2 and CNI to 0.9.1 by @alexellis
- PR #248 Bump github.com/containerd/containerd from 1.5.4 to 1.5.10 by @dependabot[bot]
- PR #236 use install.sh script in cloud init of the terraform digitialocean example by @jsiebens
- PR #243 Include Uninstall and Stop instruction for faasd by @nitishkumar71
Commits
b44f57c Fix for #215 by @xrazis
4ecc215 Fix containerd download in Makefile by @alexellis
a995413 Update CNI version for cloud-config.tpl by @alexellis
912ac26 Upgrade containerd to 1.6.2 and CNI to 0.9.1 by @alexellis
449bcf2 Bump github.com/containerd/containerd from 1.5.4 to 1.5.10 by @dependabot[bot]
1822114 - use hack/install.sh script in cloud-init startup script by @jsiebens
52f64df Include Unistall and Stop faasd by @nitishkumar71
Changes: 0.15.0...0.16.0-rc1
Generated by Derek
GA release for 0.15.0
Add missing value for Image in /system/function/NAME response
Changelog for 0.15.0-rc3:
- PR #246 Add missing value for Image in /system/function/NAME response by @welteki
- PR #237 Updated install.sh to include iptables by @rvramesh
- PR #242 Bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible by @dependabot[bot]
Commits
4b13231 Fix #245 missing image value by @welteki
ab47082 Removed iptables dependency for Red Hat / CentOS and Arch Linux by @rvramesh
b807ff0 Updated install.sh to include iptables by @rvramesh
f74f5e6 Bump github.com/docker/distribution by @dependabot[bot]
95c41ea Update faas-provider and gateway by @alexellis
Changes: 0.15.0-rc2...0.15.0-rc3
Generated by Derek
Avoid setting memory limit in reader if not set explicitly
Changelog for 0.15.0-rc2:
- PR #233 Avoid setting memory limit in reader if not set explicitly by @nitishkumar71
- PR #240 Bump gateway version 0.21.3 by @nitishkumar71
- PR #221 Handled list secrets for no secret in namespaces by @nitishkumar71
- PR #219 chore: improve multipass cloud-config and instructions by @LucasRoesler
Commits
8ac45f5 Avoid providing memory limit if not set explicitly by @nitishkumar71
3579061 Bump gateway version 0.21.3 by @nitishkumar71
761d184 Update ISSUE_TEMPLATE.md by @alexellis
8003748 Review feedback for Labeller by @alexellis
a2ea804 Handled list secrets for no secret in namespaces by @nitishkumar71
551e664 chore: improve multipass cloud-config and instructions by @LucasRoesler
Changes: 0.15.0-rc1...0.15.0-rc2
Generated by Derek
Create volumes automatically for NATS/Prometheus
Changelog for 0.15.0-rc1:
- PR #229 Create volumes automatically for NATS/Prometheus by @alexellis
Commits
77867f1 Migrate to Go 1.17 by @alexellis
5aed707 Create volumes automatically for NATS/Prometheus by @alexellis
Changes: 0.14.4...0.15.0-rc1
Generated by Derek
Populate memory limits when reading functions
Changelog for 0.14.4:
- PR #217 Amend patches.md gh command to include 'pr' by @rgee0
- PR #206 Populate the memory limits of functions in the REST API by @Shikachuu
Commits
8fbdd1a Update ROADMAP.md by @alexellis
8dd48b8 Update README.md by @alexellis
6763ed6 Update README.md by @alexellis
acb5d0b Amend patches.md gh command to include 'pr' by @rgee0
2c9eb39 Add guide for testing patches. by @alexellis
b42066d Fixed bad memory display and refactor test cases in functions_test.go by @Shikachuu
17188b8 Added unit tests for readMemoryLimitFromSpec by @Shikachuu
0c0088e Change readMemoryLimitFromSpec, to a more clear implementation, edited error message. by @Shikachuu
c5f167d Change plain number response to Decimal String. by @Shikachuu
d5fcc7b Fixed nil pointer dereference while parsing memory limit by @Shikachuu
cbfefb6 Extend the Function type with a memoryLimit field, create a conversion to k8s resource value and return it through the REST API. by @Shikachuu
Changes: 0.14.3...0.14.4
Generated by Derek