From e0652ab3df4cf910fa20218bd8fe6b1e67d10656 Mon Sep 17 00:00:00 2001
From: Matt Moore <mattmoor@vmware.com>
Date: Thu, 2 Apr 2020 15:21:17 -0700
Subject: [PATCH] Deprecate the observability plugin (#2361)

---
 docs/install/any-kubernetes-cluster.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/install/any-kubernetes-cluster.md b/docs/install/any-kubernetes-cluster.md
index 385e993ac..ee1c87077 100644
--- a/docs/install/any-kubernetes-cluster.md
+++ b/docs/install/any-kubernetes-cluster.md
@@ -27,7 +27,7 @@ description of each:
  - [**Serving**](#installing-the-serving-component) {{< feature-state version="v0.9" state="stable" short=true >}} provides an abstraction for stateless request-based scale-to-zero services.
  - [**Eventing**](#installing-the-eventing-component) {{< feature-state version="v0.2" state="alpha" short=true >}} provides abstractions to enable binding event sources (e.g. Github Webhooks, Kafka) and consumers (e.g. Kubernetes or Knative Services).
 
-Knative also has an [**Observability plugin**](#installing-the-observability-plugin) {{< feature-state version="v0.1" state="alpha" short=true >}}  which provides standard tooling that can be used to get visibility into the health of the software running on Knative.
+Knative also has an [**Observability plugin**](#installing-the-observability-plugin) {{< feature-state version="v0.14" state="deprecated" short=true >}}  which provides standard tooling that can be used to get visibility into the health of the software running on Knative.
 
 ## Before you begin
 
@@ -720,7 +720,7 @@ You can find a number of samples for Knative Eventing [here](../eventing/samples
 
 ## Installing the Observability plugin
 
-{{< feature-state version="v0.2" state="alpha" >}}
+{{< feature-state version="v0.14" state="deprecated" >}}
 
 Install the following observability features to enable logging, metrics, and request tracing in your Serving and Eventing components.