From bb3274104ca454dd3db1319631271da8aca35262 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 19 Apr 2022 08:40:47 -0700 Subject: [PATCH] Add deprecation notice to express-gateway --- express-gateway/README-short.txt | 2 +- express-gateway/deprecated.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 express-gateway/deprecated.md diff --git a/express-gateway/README-short.txt b/express-gateway/README-short.txt index d9edd85917d0..87c786a48cdf 100644 --- a/express-gateway/README-short.txt +++ b/express-gateway/README-short.txt @@ -1 +1 @@ -The Official Docker Image of Express Gateway, an API Gateway for APIs and Microservices +DEPRECATED; The Official Docker Image of Express Gateway, an API Gateway for APIs and Microservices diff --git a/express-gateway/deprecated.md b/express-gateway/deprecated.md new file mode 100644 index 000000000000..9a16fcc9850c --- /dev/null +++ b/express-gateway/deprecated.md @@ -0,0 +1 @@ +This project is no longer maintained. Read [here](https://github.com/ExpressGateway/express-gateway/issues/1011#issuecomment-748354599) for more details or if you're interested in taking over the project.