Skip to content

Commit 1316be5

Browse files
achrinzadhmlau
andcommitted
chore: update LTS status to End-of-Life
see loopbackio/loopback-next#6957 Co-authored-by: Diana Lau <[email protected]>
1 parent a22d4f9 commit 1316be5

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

.github/ISSUE_TEMPLATE/config.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ blank_issues_enabled: false
22
contact_links:
33
- name: Report a security vulnerability
44
url: https://loopback.io/doc/en/contrib/Reporting-issues.html#security-issues
5-
about: Do not report security vulnerabilities using GitHub issues. Please send an email to `[email protected]` instead.
5+
about: >
6+
LoopBack 3 has reached End-of-Life. No new security fixes will be provided
7+
or accepted.
8+
9+
Do not report security vulnerabilities using GitHub issues. Please send an
10+
email to `[email protected]` instead.
611
- name: Get help on StackOverflow
712
url: https://stackoverflow.com/tags/loopbackjs
813
about: Please ask and answer questions on StackOverflow.

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
[![Module LTS Adopted'](https://img.shields.io/badge/Module%20LTS-Adopted-brightgreen.svg?style=flat)](http://github.com/CloudNativeJS/ModuleLTS)
55
[![IBM Support](https://img.shields.io/badge/IBM%20Support-Frameworks-brightgreen.svg?style=flat)](http://ibm.biz/node-support)
66

7-
**⚠️ LoopBack 3 is in Maintenance LTS mode, only critical bugs and critical
8-
security fixes will be provided. (See
7+
**⚠️ LoopBack 3 has reached end of life. We are no longer accepting pull requests or providing
8+
support for community users. The only exception is fixes for critical bugs and security
9+
vulnerabilities provided as part of support for IBM API Connect customers.
10+
We urge all LoopBack 3 users to migrate their applications to LoopBack 4 as soon as possible.
11+
Learn more about
12+
<a href="https://loopback.io/doc/en/contrib/Long-term-support.html">LoopBack's long term support policy.</a>
13+
will be provided or accepted. (See
914
[Module Long Term Support Policy](#module-long-term-support-policy) below.)**
1015

1116
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/).
3843

3944
## Module Long Term Support Policy
4045

41-
LoopBack 3.x is now in Active LTS.
46+
LoopBack 3.x has reached End-of-Life.
4247

4348
This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudNativeJS/ModuleLTS) policy, with the following End Of Life (EOL) dates:
4449

4550
| Version | Status | Published | EOL |
4651
| ---------- | --------------- | --------- | -------------------- |
4752
| LoopBack 4 | Current | Oct 2018 | Apr 2023 _(minimum)_ |
48-
| LoopBack 3 | Maintenance LTS | Dec 2016 | Dec 2020 |
53+
| LoopBack 3 | End-of-Life | Dec 2016 | Dec 2020 |
4954
| LoopBack 2 | End-of-Life | Jul 2014 | Apr 2019 |
5055

5156
Learn more about our LTS plan in [docs](https://loopback.io/doc/en/contrib/Long-term-support.html).

0 commit comments

Comments
 (0)