Releases: knative/func
Releases · knative/func
Knative Kn Plugin Func release v0.26.0
0.26.0 (2022-08-26)
Features
- add OpenShift related Annotations & Labels (#1106) (b4b4cc3)
- add runtime icons on OpenShift (#1116) (a7671e4)
- always store namespace in func.yaml and warn if current ns & func.yaml ns is different (#1118) (8cb7080)
- build for Linux ARM64 (#1123) (819b433)
- deploy Tekton task supports optional
image
parameter (#1140) (65c30ab) - func deploy accepts image digest in --image (#1098) (c57af36)
- languages list command (#1114) (d1f935f)
- persist builder value in func.yaml (#1099) (b1fd9f7)
- S2I strategy for on cluster build (#1191) (1112aaa)
- templates list command (#1134) (2f8d82b)
Bug Fixes
- add languages command to cmd root (#1127) (59df756)
- correct error in OpenShift reg.cred.provider (#1104) (a197f8b)
- ensure registry in func.yaml is respected (#1168) (80657c9)
- image push authorization check (#1109) (3b198cb)
- image push authorization check (#1130) (36216e7)
- performance of template loading (#1189) (dca11da)
- stop build progress loop when build completes (#1133) (cf5be9a)
- use 0 group id for func-buildpacks Task (#1105) (f4537dd)
- use creds from creds store first (#1103) (e1d5229)
- use space prefix for deploy output text (#1144) (3b8c240)
Documentation
Miscellaneous
- add some milliseconds in client tests (#1178) (3ac5d46)
- add validation for
builder
(#1136) (71b0ddd) - adjust codecov configuration (#1177) (a52b7d5)
- deps: bump github.com/containerd/containerd from 1.6.0 to 1.6.6 (#1112) (7a760fb)
- deps: update node/typescript deps in e2e tests (#1119) (cccb283)
- update node and typescript dependencies (#1110) (29f3aad)
- update Quarkus platform to 2.11.2.Final (#1157) (849c2cd)
- update Quarkus platform version to 2.11.3.Final (#1187) (b3ced5e)
- update Quarkus templates to 2.10.3.Final (#1132) (a906b88)
- update springboot dependencies (#1183) (e465348)
- use dot as path default rather than absolute path (#1184) (fecbc4e)
- use lower case functions in all CLI outputs (#1135) (e659256)
- Use NodeJS for script instead of Shell (#1170) (62b7232)
Knative Kn Plugin Func release v0.25.1
Changes by Kind
Enhancement
- Introduces echo return value fro Python HTTP template (#1078, @mocdaniel)
- On
run
, functions are only built when something on the filesystem changes (#1031, @lkingland)
Bug or Regression
- Bugfix: using empty credentials for docker.io (#1100, @matejvasek)
- Fix: empty credentials issue for docker.io (#1104, @matejvasek)
- Fix: s2i+podman<4.0 build error "CommitFailure: invalid change "LABEL" - must be formatted as KEY VALU" (#1063, @matejvasek)
- Fix: verify write/push authorization before push, before we only check if login works (#1109, @matejvasek)
Other (Cleanup or Flake)
- Use JSON object (instead of plain text) as default message for the invoke sub-command (#1042, @matejvasek)
Uncategorized
- Added: --platform flag for build with s2i (#1076, @matejvasek)
- Bugfix: on cluster build issues with Quarkus buildpack build not preserving
func.yaml
(#1092, @matejvasek) - Bumps JavaScript CloudEvents module to 6.0.2 (#1110, @lance)
- Changes the invoke command for HTTP functions to use standard HTTP POST with JSON instead of multi-part form encoding (#1039, @matejvasek)
- Feat: better input handling for non terminal stdio. Useful for scripting with
func
. (#1091, @matejvasek) - Fix: pack+[podman-auto-svc|ssh] build errors: "use of closed network connection" and "Cannot connect to the Docker daemon at unix:///tmp/func-podman-3934646889/podman.sock. Is the docker daemon running?" (#1066, @matejvasek)
- Fix: s2i+podman "Cannot connect to the Docker daemon" error (#1056, @matejvasek)
- Modifies func.yaml to use the field 'specVersion' instead of 'version' to reduce confusion about its meaning (#1086, @lance)
- No longer prompts for image/registry info if
--build disabled
when runningfunc deploy
(#1071, @lance) - Prints the namespace when a function is deployed (#1090, @vyasgun)
- Springboot http template generates echo, not uppercase function (#1072, @mcruzdev)
Dependencies
Added
Nothing has changed.
Changed
- github.com/prometheus/client_golang: v1.11.0 → v1.11.1
- knative.dev/caching: 0c1cc09 → 5a6403e
- knative.dev/client: v0.29.0 → v0.30.1
- knative.dev/eventing: ce4fe09 → ec84424
- knative.dev/hack/schema: 9b2ed84 → e178598
- knative.dev/hack: 51a42b2 → 82afbd3
- knative.dev/networking: ec84967 → e8b2eb9
- knative.dev/pkg: 083dd97 → a637a96
- knative.dev/reconciler-test: c8bfbe6 → 84821d2
- knative.dev/serving: v0.29.5 → b5f7755
Removed
Nothing has changed.
Knative Kn Plugin Func release v0.25.0
Changes by Kind
Enhancement
- Introduces echo return value fro Python HTTP template (#1078, @mocdaniel)
- On
run
, functions are only built when something on the filesystem changes (#1031, @lkingland)
Bug or Regression
- Bugfix: using empty credentials for docker.io (#1100, @matejvasek)
- Fix: empty credentials issue for docker.io (#1104, @matejvasek)
- Fix: s2i+podman<4.0 build error "CommitFailure: invalid change "LABEL" - must be formatted as KEY VALU" (#1063, @matejvasek)
- Fix: verify write/push authorization before push, before we only check if login works (#1109, @matejvasek)
Other (Cleanup or Flake)
- Use JSON object (instead of plain text) as default message for the invoke sub-command (#1042, @matejvasek)
Uncategorized
- Added: --platform flag for build with s2i (#1076, @matejvasek)
- Bugfix: on cluster build issues with Quarkus buildpack build not preserving
func.yaml
(#1092, @matejvasek) - Bumps JavaScript CloudEvents module to 6.0.2 (#1110, @lance)
- Changes the invoke command for HTTP functions to use standard HTTP POST with JSON instead of multi-part form encoding (#1039, @matejvasek)
- Feat: better input handling for non terminal stdio. Useful for scripting with
func
. (#1091, @matejvasek) - Fix: pack+[podman-auto-svc|ssh] build errors: "use of closed network connection" and "Cannot connect to the Docker daemon at unix:///tmp/func-podman-3934646889/podman.sock. Is the docker daemon running?" (#1066, @matejvasek)
- Fix: s2i+podman "Cannot connect to the Docker daemon" error (#1056, @matejvasek)
- Modifies func.yaml to use the field 'specVersion' instead of 'version' to reduce confusion about its meaning (#1086, @lance)
- No longer prompts for image/registry info if
--build disabled
when runningfunc deploy
(#1071, @lance) - Prints the namespace when a function is deployed (#1090, @vyasgun)
- Springboot http template generates echo, not uppercase function (#1072, @mcruzdev)
Dependencies
Added
Nothing has changed.
Changed
- github.com/prometheus/client_golang: v1.11.0 → v1.11.1
- knative.dev/caching: 0c1cc09 → 5a6403e
- knative.dev/client: v0.29.0 → v0.30.1
- knative.dev/eventing: ce4fe09 → ec84424
- knative.dev/hack/schema: 9b2ed84 → e178598
- knative.dev/hack: 51a42b2 → 82afbd3
- knative.dev/networking: ec84967 → e8b2eb9
- knative.dev/pkg: 083dd97 → a637a96
- knative.dev/reconciler-test: c8bfbe6 → 84821d2
- knative.dev/serving: v0.29.5 → b5f7755
Removed
Nothing has changed.
Knative Kn Plugin Func release v0.24.0
0.24.0 (2022-06-01)
Features
- configurable s2i builder images (#1024) (096085d)
- enable Paketo builders for Python functions (#979) (5af934b)
- expose default builder image logic for in-cluster builds (#1021) (dc8abf1)
- improved invoke verbosity (#1007) (867d4c2)
- invoke verbose metadata (#944) (c3c1456)
- make templates consistent across runtimes (#948) (13d4222)
- s2i builder env var interpolation (#991) (1424831)
- s2i builder quarkus support (#993) (397ce65)
- s2i builder typescript support (#957) (3be1a77)
Bug Fixes
- ignore
is forbidden
errors when deleting function and resources (#988) (ce26a23) - ignore node_modules for s2i builds (#1019) (1d367c6)
- read pwd from non-tty input (#996) (e9932cd)
- update various doc links (#980) (bc6383e)
Documentation
Miscellaneous
- add release process and func_darwin_arm64 to the release artifacts (#945) (4e369a0)
- add version.txt to .gitattributes for style (#966) (23d1188)
- clean Repository and Runtimes structs (#973) (e502d55)
- deps: bump faas-js-runtime version (#1000) (83c081d)
- templates (#961) (34cb893)
- update allocate script with latest knative (#965) (4ffb1f9)
- use paketo builders for all runtimes (#1001) (31c1d66)
Knative Kn Plugin Func release v0.23.1
0.23.1 (2022-04-06)
Features
- command help text template preprocessing (#875) (2bd5254)
- invoke verbose metadata (#944) (c3c1456)
- on cluster build doens't require privileged cluster permissions (#934) (e9251f5)
- s2i builder with preliminary node support (#923) (a91bcc5), closes #921
Bug Fixes
- apply updated spring-boot-function dependency (#936) (4a4cebb)
- bind verbose flag to root (#884) (25524a1)
- full clone of template repos on add (#904) (564a34b)
- minor typos in docs (#862) (efc3b20)
- use full root name for cmd help prefixes (#873) (3f30c91)
Miscellaneous
Knative Kn Plugin Func release v0.23.0
0.23.0 (2022-04-06)
Features
- command help text template preprocessing (#875) (2bd5254)
- invoke verbose metadata (#944) (c3c1456)
- on cluster build doens't require privileged cluster permissions (#934) (e9251f5)
- s2i builder with preliminary node support (#923) (a91bcc5), closes #921
Bug Fixes
- apply updated spring-boot-function dependency (#936) (4a4cebb)
- bind verbose flag to root (#884) (25524a1)
- full clone of template repos on add (#904) (564a34b)
- minor typos in docs (#862) (efc3b20)
- use full root name for cmd help prefixes (#873) (3f30c91)
Miscellaneous
Knative Kn Plugin Func release v0.22.1
Changes by Kind
Chore
- Bump Node.js builder image to the latest paketo builder, removing a non-fatal warning that was issued at function startup. (#826, @lance)
- Update boson builder images to most recent versions (#810, @matejvasek)
Enhancement
- Adds the --build flag for 'func deploy' to the shell completions (#802, @matejvasek)
Documentation
- Clarify podman requirements on Linux vs. MacOS and Linux in podman.md guide (#836, @matejvasek)
Bug or Regression
- Fix a bug where interactive prompt defaults were not being used (#821, @lkingland)
- Fixes a bug during func create when confirm option is used with the go language runtime (#815, @senthilnathan)
- Fixes a bug where the invoke and describe commands could fail if Knative Eventing is not installed on the cluster. (#823, @lance)
- Fixes missing
cloudevent
invocation format for Node.js, SpringBoot and Rust CloudEvent templates (#846, @lance)
Uncategorized
- Detects when deploying to OpenShift and use internal registry (#825, @matejvasek)
Knative Kn Plugin Func release v0.22.0
Changes by Kind
Chore
- Bump Node.js builder image to the latest paketo builder, removing a non-fatal warning that was issued at function startup. (#826, @lance)
- Update boson builder images to most recent versions (#810, @matejvasek)
Enhancement
- Adds the --build flag for 'func deploy' to the shell completions (#802, @matejvasek)
Documentation
- Clarify podman requirements on Linux vs. MacOS and Linux in podman.md guide (#836, @matejvasek)
Bug or Regression
- Fix a bug where interactive prompt defaults were not being used (#821, @lkingland)
- Fixes a bug during func create when confirm option is used with the go language runtime (#815, @senthilnathan)
- Fixes a bug where the invoke and describe commands could fail if Knative Eventing is not installed on the cluster. (#823, @lance)
- Fixes missing
cloudevent
invocation format for Node.js, SpringBoot and Rust CloudEvent templates (#846, @lance)
Uncategorized
- Detects when deploying to OpenShift and use internal registry (#825, @matejvasek)
Knative Kn Plugin Func release v0.21.2
Knative Kn Plugin Func release v0.21.1
What's Changed
Enhancement
- Adds a label
function.knative.dev/name: functionName
to every reso
uce created for a Function ([#757](https://github.com/knative-sandbox/
kn-plugin-func/pull/757), @zroubalik) - Adds the ability to build a Function on the cluster using Tekton Pip
elines. The build on the cluster is enabled by fetching Function sourc
e code from a remote Git repository. ([#743](https://github.com/knativ
e-sandbox/kn-plugin-func/pull/743), [@zroubalik](https://github.com/zr
oubalik))
Bug or Regression
- Changes the springboot function templates to use the base builder in
stead of the tiny builder. ([#792](https://github.com/knative-sandbox/
kn-plugin-func/pull/792), @lance)
Full Changelog: v0.21.0...v0.21.1