From b1905b1ef36235c6c89fba111f3f87f9c7f39cc4 Mon Sep 17 00:00:00 2001 From: pragmaticpat <72818141+pragmaticpat@users.noreply.github.com> Date: Fri, 23 Apr 2021 09:03:38 -0400 Subject: [PATCH] =?UTF-8?q?Creating=20a=20basic=20landing=20page=20to=20wh?= =?UTF-8?q?ich=20we=20can=20link=20from=20our=20outbound=20=E2=80=A6=20(#3?= =?UTF-8?q?0988)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Megan Sullivan --- .../release-notes/v2-maintenance-plan.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/docs/reference/release-notes/v2-maintenance-plan.md diff --git a/docs/docs/reference/release-notes/v2-maintenance-plan.md b/docs/docs/reference/release-notes/v2-maintenance-plan.md new file mode 100644 index 0000000000000..06eb2b7752b65 --- /dev/null +++ b/docs/docs/reference/release-notes/v2-maintenance-plan.md @@ -0,0 +1,30 @@ +--- +title: Gatsby Framework Version Support +--- + +## Introduction + +As we continue evolving the Gatsby framework, and as we move from one major version to the next, we will communicate the duration and types of support provided to the prior major version. This allows users to effectively plan their Gatsby framework upgrades. + +## What is happening, when? + +Starting on **June 8, 2021**: + +- Gatsby Version 3 will be considered the Active Long-Term Support version of Gatsby. + - This means that users will need to leverage Gatsby Version 3 in order to take advantage of new features and receive bug fixes. +- Gatsby Version 2.32 will enter Maintenance Long-Term Support. + - This means that users of Version 2.32 will only receive critical patches + - The Maintenance Long-Term Support will continue until the release of Gatsby v4 (date TBD). + +## What are the characteristics of a "critical patch"? + +Critical patches address issues that prevent the Gatsby framework from delivering intended user value under typical conditions. Other items, such as minor bug fixes and new features are not considered "critical patches" to Gatsby. + +## What does this mean for users of the Gatsby framework? + +- To receive the newest enhancements and bug fixes, ensure that you've [migrated to Gatsby Version 3](https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/) by **June 8, 2021** +- Continue reporting any issues as you typically would, either using [support](https://www.gatsbyjs.com/support/) on Gatsbyjs.com, or by [opening an issues](https://github.com/gatsbyjs/gatsby/issues/new/choose) in our Github repository. + +## What does this mean for Gatsby Cloud? + +Your Gatsby-powered sites will continue to run as they do today in Gatsby Cloud. However, as enhancements are delivered within Gatsby Cloud and the Gatsby framework, you may need to upgrade your site(s) in order to take advantage of those features and performance enhancements.