Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[drupal] Update git URL used for automation #2467

Merged
merged 2 commits into from
Feb 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 24 additions & 5 deletions products/drupal.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,76 +3,88 @@ title: Drupal
category: server-app
iconSlug: drupal
permalink: /drupal
versionCommand: drush status
releasePolicyLink: https://www.drupal.org/about/core/policies/core-release-cycles/schedule
changelogTemplate: https://www.drupal.org/project/drupal/releases/__LATEST__
activeSupportColumn: true
releaseDateColumn: true
releaseColumn: true
versionCommand: drush status

auto:
- git: https://github.com/drupal/core.git
- git: https://github.com/drupal/drupal.git

identifiers:
- purl: pkg:composer/drupal/core
- repology: php:drupal
- purl: pkg:docker/bitnami/drupal
- purl: pkg:docker/library/drupal
- purl: pkg:docker/bitnami/drupal-nginx
- purl: pkg:github/drupal/core

releases:
- releaseCycle: "10.0"
support: 2023-06-21
eol: 2023-12-13
latest: "10.0.3"
latestReleaseDate: 2023-02-01
releaseDate: 2022-12-15

- releaseCycle: "9.5"
support: 2023-06-21
eol: 2023-11-01
latest: "9.5.3"
latestReleaseDate: 2023-02-01
releaseDate: 2022-12-15

- releaseCycle: "9.4"
support: 2022-12-14
eol: 2023-06-21
latest: "9.4.11"
latestReleaseDate: 2023-02-01
releaseDate: 2022-06-15

- releaseCycle: "9.3"
support: 2022-06-15
eol: 2022-12-14
latest: "9.3.22"
latestReleaseDate: 2022-09-28
releaseDate: 2021-12-08

- releaseCycle: "9.2"
support: 2021-12-08
eol: 2022-06-15
latest: "9.2.21"
latestReleaseDate: 2022-06-10
releaseDate: 2021-06-16

- releaseCycle: "9.1"
support: 2021-06-16
eol: 2021-12-08
latest: "9.1.15"
latestReleaseDate: 2021-11-24
releaseDate: 2020-12-02

- releaseCycle: "9.0"
support: 2020-12-02
eol: 2021-06-16
latest: "9.0.14"
latestReleaseDate: 2021-05-25
releaseDate: 2020-06-03

- releaseCycle: "8.9"
support: 2020-12-01
eol: 2021-11-02
latest: "8.9.20"
latestReleaseDate: 2021-11-17
releaseDate: 2020-06-03

- releaseCycle: "8.8"
support: 2020-06-03
eol: 2020-12-01
latest: "8.8.12"
latestReleaseDate: 2020-11-25
releaseDate: 2019-12-04

- releaseCycle: "7"
support: 2015-11-19
latestReleaseDate: 2022-06-01
Expand All @@ -83,8 +95,15 @@ releases:

---

> [Drupal](https://www.drupal.org/) is a free and open-source content management framework written in PHP and distributed under the GNU General Public License.
> [Drupal](https://www.drupal.org/) is a free and open-source content management framework written
> in PHP and distributed under the GNU General Public License.

Releases are fully supported for 2 minor versions from initial stable release. During this period, bugs and security issues that have been reported are fixed and are released during the [release windows on the first and third Wednesdays of each month](https://www.drupal.org/about/core/policies/core-release-cycles/schedule#windows) (US time). The final minor release in major release cycle is a long-term support (LTS) release and has extended security coverage.
Releases are fully supported for 2 minor versions from initial stable release. During this period,
bugs and security issues that have been reported are fixed and are released during the
[release windows on the first and third Wednesdays of each month](https://www.drupal.org/about/core/policies/core-release-cycles/schedule#windows)
(US time). The final minor release in major release cycle is a long-term support (LTS) release and
has extended security coverage.

**Drupal 7** will receive security coverage [until November 2023](https://www.drupal.org/about/core/policies/core-release-cycles/schedule#drupal-7-eol) and [limited vendor extended support](https://www.drupal.org/project/d7es). A decision to extend this further will be taken by July 2023.
**Drupal 7** will receive security coverage [until November 2023](https://www.drupal.org/about/core/policies/core-release-cycles/schedule#drupal-7-eol)
and [limited vendor extended support](https://www.drupal.org/project/d7es). A decision to extend
this further will be taken by July 2023.