Skip to content

Releases: openfaas/faasd

Migrate to containerd v1.6.4

25 May 11:55
Compare
Choose a tag to compare

Changelog for 0.16.1:

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

20 Apr 07:27
Compare
Choose a tag to compare

Changelog for 0.16.0:

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

10 Apr 17:47
Compare
Choose a tag to compare

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

03 Apr 09:00
Compare
Choose a tag to compare

Changelog for 0.15.0:

Commits
7bd8476 Print start-up timings as human-readable approximation by @welteki
e09f37e Show image download size as human-readable approximation by @welteki

Changes: 0.15.0-rc3...0.15.0

Generated by Derek

Add missing value for Image in /system/function/NAME response

24 Feb 10:26
Compare
Choose a tag to compare

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

25 Jan 16:18
Compare
Choose a tag to compare

Changelog for 0.15.0-rc2:

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

21 Dec 13:27
Compare
Choose a tag to compare

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

08 Dec 16:18
8fbdd1a
Compare
Choose a tag to compare

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

Add support for raw (binary) secrets

17 Oct 17:07
Compare
Choose a tag to compare

Changelog for 0.14.3:

Commits
ea62c1b feat: add support for raw secret values by @LucasRoesler
8f40618 Update README.md by @alexellis

Generated by Derek

Restrict faasd to labelled namespaces only

16 Sep 09:45
Compare
Choose a tag to compare

Changelog for 0.14.2:

Commits
3fe0d8d Update messages to want/got for unit tests by @alexellis
5aa4c69 Inline namespace check and create const for label by @alexellis
12b5e8c Add check for namespace label openfaas=true by @Waterdrips

Generated by Derek