Skip to content

Latest commit

 

History

History
160 lines (118 loc) · 4.17 KB

CHANGELOG.md

File metadata and controls

160 lines (118 loc) · 4.17 KB

Change Log

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

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

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 -race flag 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 kn binary

Fix

  • remove dependency on kubectl binary
  • remove dependency on kn binary
  • 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