mirror of https://github.com/knative/func.git
* chore: bump faas-js-runtime and cloudevents for node & TS The Node.js and TypeScript templates have been bumped to the latest versions of faas-js-runtime (2.2.2) and CloudEvents (7.0.1). There is an issue with the `expectType` test for TypeScript CloudEvent functions which I can't quite figure out, but the type test is not critical and does not do anything to validate other than whether the function signature is what's expected by faas-js-runtime, and in this case, I think type exported type for faas-js-runtime may actually be the issue here. Signed-off-by: Lance Ball <lball@redhat.com> * chore: pin all github actions to go 1.20.2 There was a change in how go parses URLs in versions higher than 1.20.2 (likely 1.20.6 and up) which breaks the Docker API's handling of daemon URIs. This fix pins the Go version at a version known to work with the existing Docker API and `func` implementation. Signed-off-by: Lance Ball <lball@redhat.com> --------- Signed-off-by: Lance Ball <lball@redhat.com> |
||
|---|---|---|
| .chglog | ||
| .github/workflows | ||
| cmd | ||
| docs | ||
| generate | ||
| hack | ||
| pkg | ||
| plugin | ||
| schema | ||
| templates | ||
| test | ||
| third_party | ||
| vendor | ||
| .codecov.yaml | ||
| .gitattributes | ||
| .gitignore | ||
| .golangci.yaml | ||
| .ko.yaml | ||
| .unicode-control-characters.config.py | ||
| .versionrc | ||
| AUTHORS | ||
| CHANGELOG.md | ||
| CODE-OF-CONDUCT.md | ||
| LICENSE | ||
| Makefile | ||
| OWNERS | ||
| OWNERS_ALIASES | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
README.md
Func
func is a Client Library and CLI enabling the development and deployment of Functions.
Try the QuickStart Read the Documentation
Roadmap
We use GitHub issues and project to track our roadmap. Please see our roadmap here.
Knative Function demos and examples
Contributing
We are always looking for contributions from the Function Developer community. For more information on how to participate, see the Contribuiting Guide
The func Working Group meets @ 10:00 US Eastern every Tuesday, we'd love to have you! For more information, see the invitation on the Knative Team Calendar.