Skip to content

Latest commit

 

History

History
463 lines (301 loc) · 26.8 KB

CHANGELOG.md

File metadata and controls

463 lines (301 loc) · 26.8 KB

Change Log

0.17.1 (2021-08-05)

Bug Fixes

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

Features

Bug Fixes

0.16.0 (2021-06-23)

⚠ BREAKING CHANGES

  • change --trigger and --templates flags
  • function signatures implied from trigger

Features

  • 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 and volumes sections in config (#371) (1dbb5ae)
  • reference Secrets in envs and volumes sections in config (#369) (9d7fd34)
  • Rust templates (#376) (4711638)
  • typed errors for templates use cases (40f1027)

Bug Fixes

Code Refactoring

  • change --trigger and --templates flags (ce29ff6)
  • function signatures implied from trigger (b30e883)

0.15.1 (2021-05-27)

Bug Fixes

0.15.0 (2021-05-26)

⚠ BREAKING CHANGES

  • templates: modify the nodejs event template to accept a cloudevent (#356)

Features

Bug Fixes

src

  • templates: modify the nodejs event template to accept a cloudevent (#356) (caf0659)

0.14.0 (2021-05-12)

⚠ BREAKING CHANGES

  • revert bump to go 1.16 and template changes (#340)

src

  • revert bump to go 1.16 and template changes (#340) (2b025df)

0.13.0 (2021-05-12)

⚠ BREAKING CHANGES

  • change envVars to env in func.yaml (#316)

Features

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

Bug Fixes

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

Code Refactoring

0.12.1 (2021-04-14)

Bug Fixes

  • build needs to use legacy jar (129dc5a)

0.12.0 (2021-03-30)

Features

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

Bug Fixes

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

Features

  • add --all-namespaces flag to func list (#242) (8e72fd2)

Bug Fixes

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

Features

  • add spring cloud function runtime and templates (#231) (557361a)

Bug Fixes

0.9.0 (2020-11-06)

⚠ BREAKING CHANGES

  • rename faas to function (#210)
  • remove create cli subcommand (#180)

Features

Bug Fixes

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

⚠ BREAKING CHANGES

  • change all references of "repository" to "registry" for images (#156)
  • combine deploy and update commands (#152)

Features

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

Bug Fixes

src

  • change all references of "repository" to "registry" for images (#156) (e425c8f)

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

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

  • node: make node templates use npx @redhat/faas-js-runtime (#99)

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

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