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
- 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