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)