From 62573ec60351fa4612b1ed9a7940882483ffc00a Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Tue, 3 Sep 2024 09:47:24 +0100 Subject: [PATCH] docs(maintenance): mark 1.x as EoL on docs --- docs/overrides/main.html | 2 +- docs/upgrade.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 67a91d25dd..62c9e3ce28 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -9,7 +9,7 @@ {% block announce %} On September 1st, 2024 v1 of Powertools for AWS Lambda (TypeScript) will reach + href="https://github.com/aws-powertools/powertools-lambda-typescript/issues/2224" target="_blank">has reached End-of-Life. We recommend you to upgrade to v2. {% endblock %} \ No newline at end of file diff --git a/docs/upgrade.md b/docs/upgrade.md index 7de95af604..ceae97f003 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -7,7 +7,7 @@ description: Guide to update between major Powertools for AWS Lambda (TypeScript ## End of support v1 -!!! warning "On March 13th, 2024, Powertools for AWS Lambda (TypeScript) v1 entered maintenance mode, and will reach end-of-life on September 1st, 2024. If you are still using v1, we strongly recommend you to read our upgrade guide and update to the latest version." +!!! warning "On March 13th, 2024, Powertools for AWS Lambda (TypeScript) v1 entered maintenance mode, and has reached End-of-Life on September 1st, 2024. If you are still using v1, we strongly recommend you to upgrade to the latest version." Given our commitment to all of our customers using Powertools for AWS Lambda (TypeScript), we will keep npm v1 releases and documentation 1.x versions to prevent any disruption.