0.17.1 (2021-08-05)
- hide progress indicator if asking for creds (#458) (79e2234)
- use ascii chars in progress indicator on win (#459) (6fd42a4)
0.17.0 (2021-08-03)
- Add proper example of configuring Rust functions. (#436) (7656c40)
- add support for labels in func.yaml (#373) (0dba677)
- Configure Rust functions (#430) (a08b843)
- print emit response output if it's a cloudevent (#444) (a25b723)
- remote template repositories (#437) (9db1a3d)
- closing stdout (6f40b29)
- do not trust builder when using podman (#420) (894f4fe)
- fix unit tests for Node.js event templates (#438) (d71532a)
- unnecessary template repackaging (#449) (435d1ac)
- update builders version (#421) (771a230)
0.16.0 (2021-06-23)
- change --trigger and --templates flags
- function signatures implied from trigger
func config envs
- interactive prompt (#396) (83a9ca6)func config volumes
- interactive prompt (#391) (4ba95b6)- add a URL output type for
func describe
(#389) (947fcaa), closes #387 - allow setting autoscaling options to deployed KService (#374) (a937c49)
- allow setting resource requests/limits (#386) (12c5cda)
- reference ConfigMaps in
envs
andvolumes
sections in config (#371) (1dbb5ae) - reference Secrets in
envs
andvolumes
sections in config (#369) (9d7fd34) - Rust templates (#376) (4711638)
- typed errors for templates use cases (40f1027)
0.15.1 (2021-05-27)
0.15.0 (2021-05-26)
- templates: modify the nodejs event template to accept a cloudevent (#356)
0.14.0 (2021-05-12)
- revert bump to go 1.16 and template changes (#340)
0.13.0 (2021-05-12)
- change envVars to env in func.yaml (#316)
- 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)
- 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)
0.12.1 (2021-04-14)
- build needs to use legacy jar (129dc5a)
0.12.0 (2021-03-30)
- 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)
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)
0.11.0 (2021-01-21)
- 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)
0.10.0 (2020-12-08)
0.9.0 (2020-11-06)
- rename faas to function (#210)
- remove create cli subcommand (#180)
- Better output of build/deploy/delete commands (#206) (ddbb95b)
- change default runtime to Node.js HTTP (#198) (61cb56a)
- list command - improved output (#205) (29ca077)
- remove create cli subcommand (#180) (57e1236)
- rename faas to function (#210) (cd57692)
delete
and `deploy sub-commands respects func.yaml conf (d562498)- return JSON in Node.js event template (#211) (beb838f)
0.8.0 (2020-10-20)
- change all references of "repository" to "registry" for images (#156)
- combine deploy and update commands (#152)
- 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)
- examples in readme (5591e7f)
- image parsing (6a621a5)
- regenerate pkger files (#183) (1d14a8c)
- root cmd init (ec5327d)
- stop using manually edited completion (bf9b048)
- update quarkus templates (ffc6a12)
- update to Knative 0.17 (#145) (5fe7052)
0.7.0 (2020-09-24)
- add local debugging to node.js templates (#132) (1b0bb15)
- decouple function name from function domain (#127) (0258626)
- default to no confirmation prompts for CLI commands (566d8f9)
- set builder images in templates and .faas.yaml (#136) (d6e131f)
- ci/cd: add release-please for automated release management (8a60c5e)
- correct value for config path and robustify (#130) (fae27da)
- delete command (284b77f)
- describe works without Eventing (6c16e65)
- sync package-lock.json (#137) (02309a2)
v0.6.2 - 2020-09-09
- remove main branch from release
- update pkger generated files
- signature of HTTP go function in template
v0.6.1 - 2020-09-09
- update quarkus version to 1.7.2.Final
- use organization-level secrets for image deployment
- actions: add binary uploads to develop branch CI (#104)
- initial Go template READMEs
- build releases from main branch only
- remove references to unused binaries appsody, kn, kubectl
- image override (#88)
- v0.6.1
v0.6.0 - 2020-08-31
- build static binary
- fix function typos
- setting up remote access to kind clusters
- wireguard configuraiton for OS X
- Kind cluster provisioning and TLS
- separate repository and system docs
- getting started with kubernetes, reorganization.
- golangci-lint allow enum shorthand, use config file
- consolidate formatters - Replaces globally-scoped formatter function with methods - Defines enumerated Format types - Renames the 'output' flag 'format' due to confusion with command file descriptors - FunctionDescription now Function - Global verbose flag replaced with config struct based value throughout
- test suite
- consolidate knative client config construction
- cli usability enhancements and API simplification
- the
list
sub-command uses namespace - version command respects verbose flag (#61)
- add init/build/deploy commands and customizable namespace (#65)
- JSON output for the
list
sub-command
- return fs errors on config creation
- serialize trigger on faas.config
- default k8s namespace to 'faas' per documentation
- remove unnecessary WithVerbose option from progressListener
- v0.6.0
- add test targets for go and quarkus templates (#72)
v0.5.0 - 2020-07-31
- add CHANGELOG.md and a release target to Makefile (#45)
- reduce build verbosity for cross-platform compilations
- update container latest tag when releasing
- add
-race
flag for tests - add lint to GH actions CI
- build and release cross-platform binaries
- version prints semver first
- http template for Quarkus stack
- build using environmentally-defined settings for GOOS and GOARCH by default
- version flag
v0.4.0 - 2020-07-17
- add automated releases of faas binary
v0.3.0 - 2020-07-12
- improved description and initial setup
- remove node_modules from embedded node/http
- actuall embed the template
- add Node.js HTTP template
v0.2.2 - 2020-07-08
v0.2.1 - 2020-07-08
- remove dependency on
kn
binary
- remove dependency on
kubectl
binary - remove dependency on
kn
binary - creating new revision of ksvc
- formatting
v0.2.0 - 2020-06-11
- buildpacks
- buildpack image reference
v0.1.0 - 2020-06-01
v0.0.19 - 2020-05-29
v0.0.18 - 2020-05-25
v0.0.17 - 2020-05-11
- command description
- 'describe' sub-command for faas cli
- remove superfluous appsody deploy yaml after build
- move domain to labels
- appsody with boson stacks config
- configuration additions
- configuration notes for repo namespace
- list sub-command for faas cli
- add kn-based implementation