-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
Description
According to the Release Notes, Openshift Serverless Operator 1.26 comes with kn 1.5.0 and kn func plugin 1.8.1.
With these versions
kn func create --language node
creates a func.yaml that uses a different specification version (previous was 0.25.0):
specVersion: 0.34.0
name: kn-1-5-0
runtime: node
registry: ""
image: ""
imageDigest: ""
created: 2023-01-11T16:41:50.0787175+01:00
invocation:
format: http
build:
buildpacks: []
builder: ""
buildEnvs: []
run:
volumes: []
envs: []
deploy:
namespace: ""
annotations: {}
options: {}
labels: []
healthEndpoints:
liveness: /health/liveness
readiness: /health/readiness
This format is not covered by the reference documentation AFAICS.
Where can I find the current documentation?
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
Type
Projects
Status
✅ Done