From e20ba44de744a1935a4ca30100a34bc8bb7112ff Mon Sep 17 00:00:00 2001 From: francescotimperi Date: Tue, 23 Jul 2024 15:51:15 +0000 Subject: [PATCH] chore: updated version tag and added DISCLAIMER and NOTICE file for incubating ASF projects --- DISCLAIMER | 11 +++++++++++ NOTICE | 6 ++++++ Taskfile.yml | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 DISCLAIMER create mode 100644 NOTICE diff --git a/DISCLAIMER b/DISCLAIMER new file mode 100644 index 0000000..b505beb --- /dev/null +++ b/DISCLAIMER @@ -0,0 +1,11 @@ +Apache OpenServerless (Incubating) is an effort undergoing incubation at the Apache +Software Foundation (ASF), sponsored by the Apache Incubator PMC. + +Incubation is required of all newly accepted projects until a further review +indicates that the infrastructure, communications, and decision making process +have stabilized in a manner consistent with other successful ASF projects. + +While incubation status is not necessarily a reflection of the completeness +or stability of the code, it does indicate that the project has yet to be +fully endorsed by the ASF. + diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..9b09468 --- /dev/null +++ b/NOTICE @@ -0,0 +1,6 @@ +Apache OpenServerless (Incubating) +Copyright 2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + diff --git a/Taskfile.yml b/Taskfile.yml index 7045b0f..5d4ed56 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -22,7 +22,7 @@ vars: N: "" T: "" P: "" - BASETAG: 0.1-dev + BASETAG: 0.1-snapshot KUBE: sh: ./detect.sh NS: "nuvolaris"