From ddbcd5e6ceda55335afffb3d7eec5678cb07431c Mon Sep 17 00:00:00 2001 From: Giovanni Liva Date: Thu, 29 Jun 2023 23:30:45 +0200 Subject: [PATCH] Move KEP90 to implemented status (#103) Signed-off-by: Giovanni Liva --- text/0090-klt-runtime-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0090-klt-runtime-changes.md b/text/0090-klt-runtime-changes.md index 3582430..e1d603b 100644 --- a/text/0090-klt-runtime-changes.md +++ b/text/0090-klt-runtime-changes.md @@ -1,6 +1,6 @@ # KEP 90: Functions - Runtime Adaptions -**State: APPROVED** +**State: IMPLEMENTED** ## Motivation Keptn Functions provide an easy way to add functionality to the delivery process. At the moment, the runtime is implemented in a very simple way, it is a simple container which executes deno functions. If the function succeeeds, everything is fine, if it fails, the container exits with an error code. This behavior has some drawbacks: