Skip to content

Releases: knative/func

v0.15.1

27 May 20:41
aee6180
Compare
Choose a tag to compare

Bug Fixes

v0.15.0

27 May 17:17
3dda1fa
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • templates: modify the nodejs event template to accept a cloudevent (#356)

Features

Bug Fixes

src

  • templates: modify the nodejs event template to accept a cloudevent (#356) (caf0659)

v0.14.0

27 May 15:07
1595b5b
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • revert bump to go 1.16 and template changes (#340)

src

  • revert bump to go 1.16 and template changes (#340) (2b025df)

v0.13.0

12 May 16:16
c5d31c5
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • change envVars to env in func.yaml (#316)

Features

  • add support for annotations in func.yaml (#314) (5feb0e2)
  • add/improve spinner for build and deploy (#322) (857b0fd)
  • create templates archive on go generate (63b7f11)
  • function name matches KService name (#317) (541e858)
  • positive error when runtimme or template unrecognized (acc56b0)
  • preserve file modes using in-memory tar FS (7dc772e)
  • support windows paths in embedded templates FS (c2b2168)
  • usage of local evnvvar in func cfg file (7f8e595)

Bug Fixes

  • added checks on delete command test for lint (94e387c)
  • default for --builder flag (06455f4)
  • func delete with explicity name as argument (#323) with strict validation (8ab0ba2)
  • lint issues (895872a)

Code Refactoring

v0.12.1

14 Apr 19:00
dd2061c
Compare
Choose a tag to compare

Bug Fixes

  • build needs to use legacy jar (129dc5a)

v0.12.0

30 Mar 21:14
4332480
Compare
Choose a tag to compare

Features

  • add --build (default: true) flag to func deploy (8a91cac)
  • basic lifecycle integraiton tests (8edd0df)
  • integration tests target (ddf4ab8)
  • local cluster allocation, configuration and teardown (9c499b6)
  • using custom docker daemon (e.g podman) (6d2d8c6)

Bug Fixes

  • func deploy uses Docker API, not binary (dc2fbee)
  • func run now uses Docker API, not binary (db0945e)
  • compare service names in integraiton tests (1551d69)
  • exposed port (7ed2e86)
  • increase remove timeout to 120s (80e366b)
  • sprint-boot template (38fd673)
  • update pack dependency (c3c2165)

v0.11.0

21 Jan 17:05
e700252
Compare
Choose a tag to compare

Features

  • add --all-namespaces flag to func list (#242) (8e72fd2)

Bug Fixes

  • change --format flag to --output for list and describe commands (#248) (6470d9e)
  • correct fn signatures in Go Events template (#246) (5502492)
  • correcting broken merge (#252) (8d1f5b8)
  • fix the help text for the describe function (#243) (5a3a0d6)
  • print "No functions found in [ns] namespace" for kn func list (#240) (61ea8d4)
  • set envVars when creating a function (#250) (f0be048)

v0.10.0

08 Dec 17:14
9ed6478
Compare
Choose a tag to compare

Features

  • add spring cloud function runtime and templates (#231) (557361a)

Bug Fixes

v0.9.0

06 Nov 20:31
e8b622e
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • rename faas to function (#210)
  • remove create cli subcommand (#180)

Features

Bug Fixes

  • delete and `deploy sub-commands respects func.yaml conf (d562498)
  • return JSON in Node.js event template (#211) (beb838f)

v0.8.0

21 Oct 15:10
d59af67
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • change all references of "repository" to "registry" for images (#156)
  • combine deploy and update commands (#152)

Features

  • add health probes to node & go services (#174) (95c1eb5)
  • introduce CloudEvent data as first parameter for event functions (#172) (7451194)
  • user can set envvars (5182487)
  • kn: Enable faas to be integrated as plugin to kn (#155) (85a5f47)
  • ability for users to specify custom builders (#147) (c2b4a30)
  • combine deploy and update commands (#152) (d5839ea)
  • fish completion (d822303)

Bug Fixes

src

  • change all references of "repository" to "registry" for images (#156) (e425c8f)