From 2c671fb54c9562a14308ba17018a291fcae081eb Mon Sep 17 00:00:00 2001 From: Bryan Tong Date: Tue, 22 Aug 2023 13:35:57 -0700 Subject: [PATCH] add deprecation warnings to READMEs Signed-off-by: Bryan Tong --- CONTRIBUTING.md | 2 ++ DEPLOYING.md | 2 ++ NOTICE | 2 +- README.md | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index baaf54c3..f3d75ae8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,8 @@ # Contributing to function-buildpacks-for-knative +> ⚠️ Following builder release `0.4.3`, this project is deprecated and will no longer be officially maintained by VMware. Users should not use this project, builder, buildpacks, invokers, or application accelerator counterparts anymore. + The function-buildpacks-for-knative project team welcomes contributions from the community. Before you start working with function-buildpacks-for-knative, please read our [Developer Certificate of Origin](https://cla.vmware.com/dco). All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on diff --git a/DEPLOYING.md b/DEPLOYING.md index c3e2720b..2e4d1725 100644 --- a/DEPLOYING.md +++ b/DEPLOYING.md @@ -1,5 +1,7 @@ # Deploying +> ⚠️ Following builder release `0.4.3`, this project is deprecated and will no longer be officially maintained by VMware. Users should not use this project, builder, buildpacks, invokers, or application accelerator counterparts anymore. + ## Building your function You can build your function using our provided builder, which already includes buildpacks and an invoker layer: diff --git a/NOTICE b/NOTICE index b850bec0..87ff59c0 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Function buildpacks for Knative -Copyright 2021 VMware, Inc. +Copyright 2021-2023 VMware, Inc. This product is licensed to you under the BSD-2 license (the "License"). You may not use this product except in compliance with the BSD-2 License. diff --git a/README.md b/README.md index 0f5d9165..8a9aa9bb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Function Buildpacks for Knative +> ⚠️ Following builder release `0.4.3`, this project is deprecated and will no longer be officially maintained by VMware. Users should not use this project, builder, buildpacks, invokers, or application accelerator counterparts anymore. + ⚡ Build and deploy your HTTP + CloudEvents functions fast -- a FaaS experience leveraging buildpacks. Function Buildpacks for Knative (aka "Functions") brings functions as a programming model, to allow you to quickly build and deploy independent units of logic. Easily handle tasks such as asynchronous event reactions, cloud provider automations, and more. Soon, [func](https://github.com/knative-sandbox/kn-plugin-func) support will allow users to deploy Functions via CLI in a matter of seconds.