mirror of https://github.com/knative/func.git
6.9 KiB
6.9 KiB
Change Log
0.7.0 (2020-09-24)
Features
- 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)
Bug Fixes
- correct value for config path and robustify (#130) (fae27da)
- delete command (284b77f)
- describe works without Eventing (6c16e65)
- sync package-lock.json (#137) (02309a2)
Unreleased
v0.6.2 - 2020-09-09
Build
- remove main branch from release
Fix
- update pkger generated files
- signature of HTTP go function in template
v0.6.1 - 2020-09-09
Chore
- update quarkus version to 1.7.2.Final
- use organization-level secrets for image deployment
- actions: add binary uploads to develop branch CI (#104)
Docs
- initial Go template READMEs
Fix
- build releases from main branch only
- remove references to unused binaries appsody, kn, kubectl
- image override (#88)
Release
- v0.6.1
Templates
v0.6.0 - 2020-08-31
Chore
- build static binary
Docs
- 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.
Feat
- 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
listsub-command uses namespace - version command respects verbose flag (#61)
- add init/build/deploy commands and customizable namespace (#65)
- JSON output for the
listsub-command
Fix
- return fs errors on config creation
- serialize trigger on faas.config
- default k8s namespace to 'faas' per documentation
Fixup
- remove unnecessary WithVerbose option from progressListener
Release
- v0.6.0
Test
- add test targets for go and quarkus templates (#72)
v0.5.0 - 2020-07-31
Actions
- add CHANGELOG.md and a release target to Makefile (#45)
Build
- reduce build verbosity for cross-platform compilations
- update container latest tag when releasing
Chore
- add
-raceflag for tests - add lint to GH actions CI
Feat
- build and release cross-platform binaries
- version prints semver first
- http template for Quarkus stack
Fix
- build using environmentally-defined settings for GOOS and GOARCH by default
- version flag
v0.4.0 - 2020-07-17
Actions
- add automated releases of faas binary
v0.3.0 - 2020-07-12
Docs
- improved description and initial setup
Fixup
- remove node_modules from embedded node/http
- actuall embed the template
Init
- add Node.js HTTP template
v0.2.2 - 2020-07-08
v0.2.1 - 2020-07-08
Feat
- remove dependency on
knbinary
Fix
- remove dependency on
kubectlbinary - remove dependency on
knbinary - creating new revision of ksvc
Style
- formatting
v0.2.0 - 2020-06-11
Feat
- buildpacks
Fix
- 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
Doc
- command description
Feat
- 'describe' sub-command for faas cli
v0.0.16 - 2020-04-27
Builder
- remove superfluous appsody deploy yaml after build
Deployer
- move domain to labels
Docs
- appsody with boson stacks config
- configuration additions
- configuration notes for repo namespace
Feat
- list sub-command for faas cli
Updater
- add kn-based implementation