From 1316be55c532a263dccaf7e57a5293ef599228ba Mon Sep 17 00:00:00 2001 From: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> Date: Wed, 30 Dec 2020 22:55:07 +0800 Subject: [PATCH] chore: update LTS status to End-of-Life see https://github.com/strongloop/loopback-next/issues/6957 Co-authored-by: Diana Lau --- .github/ISSUE_TEMPLATE/config.yml | 7 ++++++- README.md | 13 +++++++++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 92047460..324662b3 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,12 @@ blank_issues_enabled: false contact_links: - name: Report a security vulnerability url: https://loopback.io/doc/en/contrib/Reporting-issues.html#security-issues - about: Do not report security vulnerabilities using GitHub issues. Please send an email to `reachsl@us.ibm.com` instead. + about: > + LoopBack 3 has reached End-of-Life. No new security fixes will be provided + or accepted. + + Do not report security vulnerabilities using GitHub issues. Please send an + email to `reachsl@us.ibm.com` instead. - name: Get help on StackOverflow url: https://stackoverflow.com/tags/loopbackjs about: Please ask and answer questions on StackOverflow. diff --git a/README.md b/README.md index 8784a1db..c35a1121 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,13 @@ [![Module LTS Adopted'](https://img.shields.io/badge/Module%20LTS-Adopted-brightgreen.svg?style=flat)](http://github.com/CloudNativeJS/ModuleLTS) [![IBM Support](https://img.shields.io/badge/IBM%20Support-Frameworks-brightgreen.svg?style=flat)](http://ibm.biz/node-support) -**⚠️ LoopBack 3 is in Maintenance LTS mode, only critical bugs and critical -security fixes will be provided. (See +**⚠️ LoopBack 3 has reached end of life. We are no longer accepting pull requests or providing +support for community users. The only exception is fixes for critical bugs and security +vulnerabilities provided as part of support for IBM API Connect customers. +We urge all LoopBack 3 users to migrate their applications to LoopBack 4 as soon as possible. +Learn more about +LoopBack's long term support policy. +will be provided or accepted. (See [Module Long Term Support Policy](#module-long-term-support-policy) below.)** We urge all LoopBack 3 users to migrate their applications to LoopBack 4 as @@ -38,14 +43,14 @@ For more details, see [https://loopback.io/](https://loopback.io/). ## Module Long Term Support Policy -LoopBack 3.x is now in Active LTS. +LoopBack 3.x has reached End-of-Life. This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudNativeJS/ModuleLTS) policy, with the following End Of Life (EOL) dates: | Version | Status | Published | EOL | | ---------- | --------------- | --------- | -------------------- | | LoopBack 4 | Current | Oct 2018 | Apr 2023 _(minimum)_ | -| LoopBack 3 | Maintenance LTS | Dec 2016 | Dec 2020 | +| LoopBack 3 | End-of-Life | Dec 2016 | Dec 2020 | | LoopBack 2 | End-of-Life | Jul 2014 | Apr 2019 | Learn more about our LTS plan in [docs](https://loopback.io/doc/en/contrib/Long-term-support.html).