From 19d74c8d6019a898b1c4454626f5e53df3cc9bc3 Mon Sep 17 00:00:00 2001 From: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:20:23 +0000 Subject: [PATCH] Readme: Add deprecation notice (#507) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 04a462f9..5e0fa744 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # catalogd +--- +> [!WARNING] +> This repository has been archived in January 2025. +> As part of that effort, Catalogd's functionality has been moved to v1's primary repository: [operator controller](https://github.com/operator-framework/operator-controller). + +If you have any questions, please engage with us: [![Slack Channel](https://img.shields.io/badge/chat-4A154B?logo=slack&logoColor=white "Slack Channel")](https://kubernetes.slack.com/archives/C0181L6JYQ2) + +--- + Catalogd is a Kubernetes extension that unpacks [file-based catalog (FBC)](https://olm.operatorframework.io/docs/reference/file-based-catalogs/#docs) content for on-cluster clients. Currently, catalogd unpacks FBC content that is packaged and distributed as container images. The catalogd road map includes plans for unpacking other content sources, such as Git repositories and OCI artifacts. For more information, see the catalogd [issues](https://github.com/operator-framework/catalogd/issues/) page. Catalogd helps customers discover installable content by hosting catalog metadata for Kubernetes extensions, such as Operators and controllers. For more information on the Operator Lifecycle Manager (OLM) v1 suite of microservices, see the [documentation](https://github.com/operator-framework/operator-controller/tree/main/docs) for the Operator Controller.