Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
announce deprecation (#1561)
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Sadler <ansadler@redhat.com>
  • Loading branch information
sadlerap committed Feb 16, 2024
1 parent 14b6c5c commit 8230428
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
12 changes: 11 additions & 1 deletion docs/userguide/modules/ROOT/pages/intro.adoc
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 8230428

Please sign in to comment.