diff --git a/README.md b/README.md index 89f5ddc34c..4189affd89 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +# Deprecation Notice + +As of February 2024, Service Binding Operator has been deprecated. No further feature development is +expected at this time. Security-related releases may happen on an as-need basis, but no schedule for +them can be guaranteed at this time. This repository will be archived at a future date. + +Usage of this project for new deployments is no longer recommended, and existing uses of this project +are recommended to transition to a new solution. + # The Service Binding Operator ## Connecting Applications with Services on Kubernetes and OpenShift diff --git a/docs/userguide/modules/ROOT/pages/intro.adoc b/docs/userguide/modules/ROOT/pages/intro.adoc index 1e2fb7f5d9..a0c5f2a3d0 100644 --- a/docs/userguide/modules/ROOT/pages/intro.adoc +++ b/docs/userguide/modules/ROOT/pages/intro.adoc @@ -1,5 +1,15 @@ +[#deprecation-notice] += Deprecation Notice + +As of February 2024, Service Binding Operator has been deprecated. No further feature development is +expected at this time. Security-related releases may happen on an as-need basis, but no schedule for +them can be guaranteed. + +Usage of this project for new deployments is no longer recommended, and existing uses of this project +are recommended to transition to a new solution. + [#introduction-sbo] -= Introduction +== Introduction The {servicebinding-title} consists of a controller and an accompanying custom resource definition (CRD) for service binding. It manages the data plane for workloads and backing services. The Service Binding Controller reads the data made available by the control plane of backing services. Then, it projects this data to workloads according to the rules specified through the `ServiceBinding` resource.