Merge pull request #15182 from strapi/chore/v3EOL

This commit is contained in:
Jean-Sébastien Herbaux 2022-12-30 19:08:43 +01:00 committed by GitHub
commit 9bb6b846c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 12 deletions

View File

@ -61,7 +61,7 @@ jobs:
Hello @${{ github.event.issue.user.login }},
Thank you for reporting this potential bug report, please keep in mind that we are no longer accepting bug reports unless they could be deemed high or critical severity or related to security in nature.
Thank you for reporting this potential bug report, please keep in mind that we are no longer accepting bug reports for Strapi v3.
The recommended action we suggest for v3 users is to utilize the various migration resources to upgrade your package from Strapi v3 to Strapi v4:
- [Code Migration Guide](https://docs.strapi.io/developer-docs/latest/update-migration-guides/migration-guides/v4/code-migration.html) and/or [Codemods project](https://github.com/strapi/codemods)
@ -69,7 +69,7 @@ jobs:
- [Plugin Migration Guide](https://docs.strapi.io/developer-docs/latest/update-migration-guides/migration-guides/v4/plugin-migration.html)
Please see our [Security file](https://github.com/strapi/strapi/security) for more information about supported versions.
For now this issue is marked as closed as we do not believe this issue is Critical/High Severity nor related to security.
For now this issue is marked as closed.
Thank You
- name: 'Close: unsupported v3 issues'

View File

@ -86,8 +86,12 @@ Complete installation requirements can be found in the documentation under <a hr
**Node:**
- NodeJS >= 14 <= 18
- NPM >= 6.x
Strapi only supports maintenance and LTS versions of Node.js. Please refer to the <a href="https://nodejs.org/en/about/releases/">Node.js release schedule</a> for more information. NPM versions installed by default with Node.js are supported. Generally it's recommended to use yarn over npm where possible.
| Strapi Version | Recommended | Minimum |
| -------------- | ----------- | ------- |
| 4.3.9 and up | 18.x | 14.x |
| 4.0.x to 4.3.8 | 16.x | 14.x |
**Database:**
@ -98,7 +102,7 @@ Complete installation requirements can be found in the documentation under <a hr
| PostgreSQL | 11.0 | 14.0 |
| SQLite | 3 | 3 |
**We recommend always using the latest version of Strapi to start your new projects**.
**We recommend always using the latest version of Strapi stable to start your new projects**.
## Features

View File

@ -2,10 +2,12 @@
## Supported Versions
As of May 2022 (and until this document is updated), only the v4.x.x _stable_ releases of Strapi are supported for updates and bug fixes. Any previous versions are currently not supported and users are advised to use them "at their own risk".
As of January 2023 (and until this document is updated), only the v4.x.x _GA_ releases of Strapi are supported for updates and bug fixes. Any previous versions are currently not supported and users are advised to use them "at their own risk".
- v3.x.x support is limited to Critical/High severity security updates only until December 2022
- v4.x.x is considered LTS until further notice
- v4.x.x **Stable** is considered LTS until further notice
- v4.x.x **Beta** is considered unstable and not supported
- v4.x.x **Alpha** is considered unstable and not supported
- v3.x.x is considered deprecated and not supported
## Reporting a Vulnerability

View File

@ -80,14 +80,18 @@ Complete installation requirements can be found in the documentation under <a hr
- CentOS/RHEL 8
- macOS Mojave
- Windows 10
- Docker - [Docker-Repo](https://github.com/strapi/strapi-docker)
- Docker
(Please note that Strapi may work on other operating systems, but these are not tested nor officially supported at this time.)
**Node:**
- NodeJS >= 14 <= 18
- NPM >= 6.x
Strapi only supports maintenance and LTS versions of Node.js. Please refer to the <a href="https://nodejs.org/en/about/releases/">Node.js release schedule</a> for more information. NPM versions installed by default with Node.js are supported. Generally it's recommended to use yarn over npm where possible.
| Strapi Version | Recommended | Minimum |
| -------------- | ----------- | ------- |
| 4.3.9 and up | 18.x | 14.x |
| 4.0.x to 4.3.8 | 16.x | 14.x |
**Database:**
@ -98,7 +102,7 @@ Complete installation requirements can be found in the documentation under <a hr
| PostgreSQL | 11.0 | 14.0 |
| SQLite | 3 | 3 |
**We recommend always using the latest version of Strapi to start your new projects**.
**We recommend always using the latest version of Strapi stable to start your new projects**.
## Features