diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ab72c824d649..0ebd255046aa 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -53,8 +53,8 @@ title: Timeturner
# - server-app is for applications usually installed on the server-side.
category: os
-# Simple Icons (https://simpleicons.org/) icon slug (mandatory).
-# If the icon is not available on Simple Icons, set it to `NA`.
+# Simple Icons (https://simpleicons.org/) icon slug (optional).
+# Remove this property if the icon is not available on Simple Icons.
# As an example, https://simpleicons.org/?q=codemagic links to https://simpleicons.org/icons/codemagic.svg ,
# so the slug is `codemagic` (the SVG filename without extension).
# A list of all slugs is also available on https://github.com/simple-icons/simple-icons/blob/develop/slugs.md .
diff --git a/_auto/validate.py b/_auto/validate.py
index a719bc1832fd..52480c1fd1ea 100644
--- a/_auto/validate.py
+++ b/_auto/validate.py
@@ -41,7 +41,6 @@ def validate_product(name):
assert isinstance(data["auto"], comments.CommentedSeq)
assert data["category"] in VALID_CATEGORIES
assert data["permalink"][0] == "/"
- assert isinstance(data["iconSlug"], str)
if "alternate_urls" in data:
for url in data["alternate_urls"]:
assert url[0] == "/"
diff --git a/_data/release-data b/_data/release-data
index 75a54c40d7b0..05ea763e478a 160000
--- a/_data/release-data
+++ b/_data/release-data
@@ -1 +1 @@
-Subproject commit 75a54c40d7b0f5fd2f3f604e959cb0230ea0b3fb
+Subproject commit 05ea763e478a2b707d7644e460c37a3620463ff2
diff --git a/_layouts/product.html b/_layouts/product.html
index 7a50007a4092..3dcb43b54e43 100644
--- a/_layouts/product.html
+++ b/_layouts/product.html
@@ -2,7 +2,7 @@
layout: default
---
-{% if page.iconSlug != "NA" %}
+{% if page.iconSlug %}
{% endif %}
diff --git a/products/almalinux.md b/products/almalinux.md
index 44e1cc7be775..c5d98f7d6490 100644
--- a/products/almalinux.md
+++ b/products/almalinux.md
@@ -8,7 +8,7 @@ releasePolicyLink: https://blog.cloudlinux.com/announcing-open-sourced-community
changelogTemplate: https://wiki.almalinux.org/release-notes/__LATEST__.html
activeSupportColumn: true
releaseDateColumn: true
-
+changelogTemplate: https://wiki.almalinux.org/release-notes/__LATEST__.html
purls:
- purl: pkg:os/almalinux
diff --git a/products/antixlinux.md b/products/antixlinux.md
index a3678030e197..105d9e89d8f4 100644
--- a/products/antixlinux.md
+++ b/products/antixlinux.md
@@ -10,7 +10,6 @@ activeSupportColumn: true
versionCommand: cat /etc/os-release
releaseColumn: true
releaseDateColumn: true
-iconSlug: NA
releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)"
purls:
- purl: pkg:os/antix
diff --git a/products/api-platform.md b/products/api-platform.md
index 06c757eb3b93..f2d898f3e807 100644
--- a/products/api-platform.md
+++ b/products/api-platform.md
@@ -1,7 +1,6 @@
---
title: API Platform
permalink: /api-platform
-iconSlug: "NA"
releasePolicyLink: https://api-platform.com/docs/extra/releases/
activeSupportColumn: true
versionCommand: composer show api-platform/core | grep versions
diff --git a/products/blender.md b/products/blender.md
index 6595ab4ff2c5..694dee0212e9 100644
--- a/products/blender.md
+++ b/products/blender.md
@@ -53,9 +53,9 @@ releases:
- releaseCycle: "2.93"
eol: 2023-06-01
support: 2023-06-01
- latest: "2.93.11"
+ latest: "2.93.12"
lts: true
- latestReleaseDate: 2022-10-05
+ latestReleaseDate: 2022-12-20
releaseDate: 2021-06-02
- releaseCycle: "2.83"
eol: 2022-06-01
diff --git a/products/cfengine.md b/products/cfengine.md
index 34666a9af8e6..bc10e9d7c1f8 100644
--- a/products/cfengine.md
+++ b/products/cfengine.md
@@ -6,7 +6,6 @@ changelogTemplate: https://github.com/cfengine/core/blob/__RELEASE_CYCLE__.x/Cha
releaseDateColumn: true
activeSupportColumn: true
eolColumn: Supported
-iconSlug: NA
permalink: /cfengine
releasePolicyLink: https://cfengine.com
purls:
diff --git a/products/clamav.md b/products/clamav.md
index 2a0fb413fc4c..51c20744ca38 100644
--- a/products/clamav.md
+++ b/products/clamav.md
@@ -1,7 +1,6 @@
---
title: ClamAV
category: app
-iconSlug: NA
permalink: /clamav
releasePolicyLink: https://docs.clamav.net/faq/faq-eol.html
changelogTemplate: "https://github.com/Cisco-Talos/clamav/releases/tag/clamav-__LATEST__"
diff --git a/products/contao.md b/products/contao.md
index 37f3f559e333..0b4a17a60e76 100644
--- a/products/contao.md
+++ b/products/contao.md
@@ -2,7 +2,6 @@
title: Contao
category: server-app
permalink: /contao
-iconSlug: NA
releasePolicyLink: https://contao.org/release-plan.html
changelogTemplate: "https://github.com/contao/contao/blob/__RELEASE_CYCLE__/CHANGELOG.md"
releaseColumn: true
diff --git a/products/devuan.md b/products/devuan.md
index 331ba09795a9..9c161b345782 100644
--- a/products/devuan.md
+++ b/products/devuan.md
@@ -8,7 +8,6 @@ activeSupportColumn: false
releaseColumn: true
releaseDateColumn: true
releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)"
-iconSlug: NA
purls:
- purl: pkg:os/devuan
auto:
diff --git a/products/drupal.md b/products/drupal.md
index e560e031e07f..94e81c588dcf 100644
--- a/products/drupal.md
+++ b/products/drupal.md
@@ -87,20 +87,4 @@ releases:
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 10.0** will receive security coverage until December 13, 2023 when Drupal 10.2.0 is [released](https://www.drupal.org/about/core/policies/core-release-cycles/schedule#next).
-
-**Drupal 9.5** is the final minor release of the 9.x series. It will be supported until November 2023.
-
-**Drupal 9.4** will receive security coverage until June 21, 2023 when Drupal 10.1.0 is [released](https://www.drupal.org/about/core/policies/core-release-cycles/schedule#next).
-
-**Drupal 9.3** received security coverage until December 15, 2022 when Drupal 9.5.0 and 10.0.0 were [released](https://www.drupal.org/about/core/policies/core-release-cycles/schedule#current).
-
-**Drupal 9.2** received security coverage until June 15, 2022 when Drupal 9.4.0 was released.
-
-**Drupal 9.1** received security coverage until December 8, 2021 when Drupal 9.3.0 was released.
-
-**Drupal 9.0** received security coverage until June 16, 2021 when Drupal 9.2.0 was released.
-
-**Drupal 8.x** [is EOL](https://www.drupal.org/about/core/policies/core-release-cycles/schedule#drupal-8-eol).
-
-**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)
+**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.
diff --git a/products/elasticsearch.md b/products/elasticsearch.md
index 4f65d3877955..3394a66584b2 100644
--- a/products/elasticsearch.md
+++ b/products/elasticsearch.md
@@ -3,26 +3,30 @@ title: Elasticsearch
category: db
iconSlug: elasticsearch
permalink: /elasticsearch
-releasePolicyLink: https://www.elastic.co/support/eol
-# Take the latest version, and drop the patch version to get MAJOR.MINOR
-changelogTemplate: >
- https://www.elastic.co/guide/en/elasticsearch/reference/{{"__LATEST__"|split:"."|pop|join:'.'}}/release-notes-__LATEST__.html
versionCommand: $ES_HOME/bin/elasticsearch -v
+releasePolicyLink: https://www.elastic.co/support_policy
+changelogTemplate: "https://www.elastic.co/guide/en/elasticsearch/reference/{{'__LATEST__'|split:'.'|pop|join:'.'}}/release-notes-__LATEST__.html"
+eolColumn: Support
+releaseDateColumn: true
+
auto:
- git: https://github.com/elastic/elasticsearch.git
+
releases:
- releaseCycle: "8"
+ # the longest between this date and 6 months after the 9.0.0
eol: 2023-10-26
latest: "8.5.3"
latestReleaseDate: 2022-12-08
releaseDate: 2022-02-10
- # temporary fix until they publish 8.5.1's changelog
- link: https://www.elastic.co/guide/en/elasticsearch/reference/8.5/release-notes-8.5.0.html
+
- releaseCycle: "7"
+ # Maintained until 9.0.0
eol: 2023-08-01
latest: "7.17.8"
latestReleaseDate: 2022-12-08
releaseDate: 2019-04-10
+
- releaseCycle: "6"
eol: 2022-02-10
latest: "6.8.23"
@@ -31,10 +35,19 @@ releases:
---
-> Elasticsearch is a search engine that provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents.
+> Elasticsearch is a search engine that provides a distributed, multitenant-capable full-text search
+> engine with an HTTP web interface and schema-free JSON documents.
+
+Elasticsearch is part of the [Elastic Stack](https://www.elastic.co/elastic-stack/), also known as the
+[ELK Stack](https://www.elastic.co/what-is/elk-stack). It shares the same support policy as the
+other products in the Elastic Stack (Kibana, Logstash, Beats...).
-Each major release of all Elastic products is supported for at least 18 months from the General Availability date. The last minor release of the two most recent major branches of Elasticsearch (and compatible releases of Kibana, Beats, and Logstash) is maintained. The EOL date of a major release is usually bumped over time as additional minor versions are released.
+Elastic Stack product releases follow [Semantic Versioning](https://semver.org/). Elastic provides
+maintenance for each major release series for the longest of 30 months after the GA date of the
+major release or 6 months after the GA date of the subsequent major release.
-Major versions will introduce features and break backwards compatibility. Minor versions, such as 7.1.0 and 7.2.0, will only introduce features. Maintenance releases, such as 7.1.1 and 7.1.2, will fix bugs only.
+End of life dates for Elasticsearch can be found on the [Elastic product EOL dates page](https://www.elastic.co/support/eol).
+Support for various operating systems can also be found on the [Elastic support matrix page](https://www.elastic.co/support/matrix).
-Elasticsearch maintains the most recent minor release from the current major release stream and the most recent minor release from the prior major release stream. For example, Elasticsearch 6.8.x was maintained until the GA release of Elasticsearch 8.0.0.
+*[GA]: General Availability
+*[EOL]: End Of Life
diff --git a/products/eurolinux.md b/products/eurolinux.md
index 01bf5f6e04a6..d975873f282c 100644
--- a/products/eurolinux.md
+++ b/products/eurolinux.md
@@ -6,7 +6,6 @@ versionCommand: lsb_release --release
releasePolicyLink: https://euro-linux.com/eurolinux/technical-specifications/
activeSupportColumn: true
releaseDateColumn: true
-iconSlug: NA
changelogTemplate: https://euro-linux.com/eurolinux/technical-specifications/
auto:
- distrowatch: eurolinux
diff --git a/products/filemaker.md b/products/filemaker.md
index 0fe859c08579..25d5cd2859d6 100644
--- a/products/filemaker.md
+++ b/products/filemaker.md
@@ -1,7 +1,6 @@
---
title: FileMaker Platform
category: app
-iconSlug: NA
permalink: /filemaker
releasePolicyLink: https://www.filemaker.com/support/product-availability.html
activeSupportColumn: false
diff --git a/products/graalvm.md b/products/graalvm.md
index 7eea1e7f782c..f6f85572c577 100644
--- a/products/graalvm.md
+++ b/products/graalvm.md
@@ -1,7 +1,6 @@
---
title: GraalVM
category: lang
-iconSlug: NA
permalink: /graalvm
releasePolicyLink: https://www.graalvm.org/release-notes/release-calendar/
changelogTemplate: "https://www.graalvm.org/release-notes/{{ '__RELEASE_CYCLE__' | replace:'.','_' }}/"
diff --git a/products/grails.md b/products/grails.md
index 1cd081f7ebb2..90118217eee3 100644
--- a/products/grails.md
+++ b/products/grails.md
@@ -1,7 +1,6 @@
---
title: Grails Framework
category: framework
-iconSlug: NA
permalink: /grails
alternate_urls:
- /grails-framework
diff --git a/products/haproxy.md b/products/haproxy.md
index c11629a44278..cecf6c551a06 100644
--- a/products/haproxy.md
+++ b/products/haproxy.md
@@ -6,7 +6,6 @@ releasePolicyLink: https://www.haproxy.org/
changelogTemplate: https://www.haproxy.org/download/__RELEASE_CYCLE__/src/CHANGELOG
activeSupportColumn: false
versionCommand: haproxy -v
-iconSlug: NA
releaseDateColumn: true
# Source: https://www.haproxy.org/download/
# Data: https://github.com/endoflife-date/release-data/blob/main/releases/haproxy.json
diff --git a/products/hbase.md b/products/hbase.md
index 86395de38127..61c491c0f576 100644
--- a/products/hbase.md
+++ b/products/hbase.md
@@ -11,7 +11,6 @@ activeSupportColumn: false
eolColumn: Service Status
releaseDateColumn: true
releaseColumn: true
-iconSlug: NA
auto:
- git: https://github.com/apache/hbase.git
regex: '^rel\/(?\d+)\.(?\d+)\.(?\d+)(\.(?\d+))?$'
diff --git a/products/jenkins.md b/products/jenkins.md
index 6df63095a250..aaf20e7624fe 100644
--- a/products/jenkins.md
+++ b/products/jenkins.md
@@ -16,8 +16,8 @@ releases:
releaseLabel: "Regular"
support: true
eol: false
- latest: "2.382"
- latestReleaseDate: 2022-12-13
+ latest: "2.383"
+ latestReleaseDate: 2022-12-20
releaseDate: 2016-04-20
- releaseCycle: "2.361"
diff --git a/products/jhipster.md b/products/jhipster.md
index e1ff5c026d64..84c866aba18f 100644
--- a/products/jhipster.md
+++ b/products/jhipster.md
@@ -2,7 +2,6 @@
title: JHipster
category: app
permalink: /jhipster
-iconSlug: NA
versionCommand: yo jhipster
releasePolicyLink: https://www.jhipster.tech/releases/
changelogTemplate: "https://github.com/jhipster/generator-jhipster/releases/tag/v__LATEST__"
diff --git a/products/jquery.md b/products/jquery.md
index 61bbe9cfd5ba..7a90e5ee0d6e 100644
--- a/products/jquery.md
+++ b/products/jquery.md
@@ -14,8 +14,8 @@ auto:
releases:
- releaseCycle: "3"
eol: false
- latest: "3.6.2"
- latestReleaseDate: 2022-12-13
+ latest: "3.6.3"
+ latestReleaseDate: 2022-12-20
releaseDate: 2016-06-09
- releaseCycle: "2"
diff --git a/products/jreleaser.md b/products/jreleaser.md
index 714ca4d99475..a0587468914c 100644
--- a/products/jreleaser.md
+++ b/products/jreleaser.md
@@ -2,7 +2,6 @@
title: JReleaser
category: app
permalink: /jreleaser
-iconSlug: NA
versionCommand: jreleaser --version
releasePolicyLink: https://jreleaser.org/guide/latest/release-history.html
changelogTemplate: "https://github.com/jreleaser/jreleaser/releases/tag/v__LATEST__"
diff --git a/products/keycloak.md b/products/keycloak.md
index fa870ba273a6..cd172a85959e 100644
--- a/products/keycloak.md
+++ b/products/keycloak.md
@@ -2,7 +2,6 @@
title: Keycloak
category: server-app
# https://github.com/simple-icons/simple-icons/issues/8125
-iconSlug: NA
permalink: /keycloak
releasePolicyLink: https://github.com/keycloak/keycloak/security/policy#supported-versions
changelogTemplate: "https://github.com/keycloak/keycloak/releases/tag/__LATEST__"
diff --git a/products/kibana.md b/products/kibana.md
index daf0bd484d5f..3a29cd65becf 100644
--- a/products/kibana.md
+++ b/products/kibana.md
@@ -13,12 +13,14 @@ auto:
releases:
- releaseCycle: "8"
+ # the longest between this date and 6 months after the 9.0.0
eol: 2023-10-26
latest: "8.5.3"
latestReleaseDate: 2022-12-08
releaseDate: 2022-02-10
- releaseCycle: "7"
+ # Maintained until 9.0.0
eol: 2023-08-01
latest: "7.17.8"
latestReleaseDate: 2022-12-08
diff --git a/products/laravel.md b/products/laravel.md
index a1900df8b6d1..08b42a459ecd 100644
--- a/products/laravel.md
+++ b/products/laravel.md
@@ -19,9 +19,9 @@ releases:
- releaseCycle: "9"
support: 2023-08-08
eol: 2024-02-08
- latest: '9.44.0'
+ latest: '9.45.0'
lts: false
- latestReleaseDate: 2022-12-15
+ latestReleaseDate: 2022-12-20
releaseDate: 2022-02-08
- releaseCycle: "8"
support: 2022-07-26
diff --git a/products/linuxmint.md b/products/linuxmint.md
index 427eccdb40c7..e838de24412e 100644
--- a/products/linuxmint.md
+++ b/products/linuxmint.md
@@ -22,26 +22,31 @@ releases:
support: 2022-08-01
eol: 2022-08-01
latest: "4"
- link: https://linuxmint.com/rel_debbie.php
-
+ link: https://blog.linuxmint.com/?p=3867
releaseDate: 2020-03-20
+- releaseCycle: "21.1"
+ codename: Vera
+ lts: true
+ support: true
+ eol: 2027-04-01
+ latest: "21.1"
+ link: https://blog.linuxmint.com/?p=4454
+ releaseDate: 2022-12-20
- releaseCycle: "21"
codename: Vanessa
lts: true
support: true
eol: 2027-04-01
latest: "21"
- link: https://linuxmint.com/rel_vanessa_cinnamon.php
+ link: https://blog.linuxmint.com/?p=4359
releaseDate: 2022-07-31
-
- releaseCycle: "20.3"
codename: Una
lts: true
support: true
eol: 2025-04-01
latest: "20.3"
- link: https://linuxmint.com/edition.php?id=292
-
+ link: https://blog.linuxmint.com/?p=4220
releaseDate: 2022-01-07
- releaseCycle: "20.2"
codename: Uma
@@ -49,8 +54,7 @@ releases:
support: true
eol: 2025-04-01
latest: "20.2"
- link: https://linuxmint.com/edition.php?id=288
-
+ link: https://blog.linuxmint.com/?p=4102
releaseDate: 2021-07-08
- releaseCycle: "20.1"
codename: Ulyssa
@@ -59,7 +63,6 @@ releases:
eol: 2025-04-01
latest: "20.1"
link: https://blog.linuxmint.com/?p=4011
-
releaseDate: 2021-01-08
- releaseCycle: "20"
codename: Ulyana
@@ -68,7 +71,6 @@ releases:
eol: 2025-04-01
latest: "20"
link: https://blog.linuxmint.com/?p=3928
-
releaseDate: 2020-06-27
- releaseCycle: "19.3"
codename: Tricia
@@ -77,7 +79,6 @@ releases:
eol: 2023-04-01
latest: "19.3"
link: https://blog.linuxmint.com/?p=3832
-
releaseDate: 2019-12-18
- releaseCycle: "19.2"
codename: Tina
@@ -86,7 +87,6 @@ releases:
eol: 2023-04-01
latest: "19.2"
link: https://blog.linuxmint.com/?p=3786
-
releaseDate: 2019-08-02
- releaseCycle: "19.1"
codename: Tessa
@@ -95,7 +95,6 @@ releases:
eol: 2023-04-01
latest: "19.1"
link: https://blog.linuxmint.com/?p=3669
-
releaseDate: 2018-12-19
- releaseCycle: "19"
codename: Tara
@@ -104,7 +103,6 @@ releases:
eol: 2023-04-01
latest: "19"
link: https://blog.linuxmint.com/?p=3597
-
releaseDate: 2018-06-29
- releaseCycle: "18.3"
codename: Sylvia
@@ -114,7 +112,6 @@ releases:
latest: "18.3"
link: https://blog.linuxmint.com/?p=3457
releaseDate: 2017-11-27
-
---
>[Linux Mint](https://linuxmint.com/) is a community-driven Linux distribution for desktop and laptop computers based on Debian and Ubuntu, bundled with a variety of free and open-source applications. It has an Ubuntu-based release simply named Linux Mint, and a Debian-based release called LMDE (Linux Mint Debian Edition).
@@ -134,4 +131,3 @@ Linux Mint releases follows [the support cycle](https://linuxmint.com/download_a
* 18.3 'Sylvia' is the last Linux Mint release to support KDE.
[lmde]: https://www.linuxmint.com/download_lmde.php
-com/download_lmde.php
diff --git a/products/logstash.md b/products/logstash.md
new file mode 100644
index 000000000000..32cd87ac0464
--- /dev/null
+++ b/products/logstash.md
@@ -0,0 +1,52 @@
+---
+title: Logstash
+category: server-app
+iconSlug: logstash
+permalink: /logstash
+releasePolicyLink: https://www.elastic.co/support_policy
+changelogTemplate: "https://www.elastic.co/guide/en/logstash/{{'__LATEST__'|split:'.'|pop|join:'.'}}/logstash-{{'__LATEST__'|replace:'.','-'}}.html"
+eolColumn: Support
+releaseDateColumn: true
+
+auto:
+- git: https://github.com/elastic/logstash.git
+
+releases:
+- releaseCycle: "8"
+ # the longest between this date and 6 months after the 9.0.0
+ eol: 2023-10-26
+ latest: "8.5.3"
+ latestReleaseDate: 2022-12-08
+ releaseDate: 2022-02-10
+
+- releaseCycle: "7"
+ # Maintained until 9.0.0
+ eol: 2023-08-01
+ latest: "7.17.8"
+ latestReleaseDate: 2022-12-08
+ releaseDate: 2019-04-10
+
+- releaseCycle: "6"
+ eol: 2022-02-10
+ latest: "6.8.23"
+ latestReleaseDate: 2022-01-13
+ releaseDate: 2017-11-14
+
+---
+
+> [Logstash](https://www.elastic.co/logstash/) is a tool to collect, process, and forward events and
+> log messages.
+
+Logstash is part of the [Elastic Stack](https://www.elastic.co/elastic-stack/), also known as the
+[ELK Stack](https://www.elastic.co/what-is/elk-stack). It shares the same support policy as the
+other products in the Elastic Stack (Elasticsearch, Kibana, Beats...).
+
+Elastic Stack product releases follow [Semantic Versioning](https://semver.org/). Elastic provides
+maintenance for each major release series for the longest of 30 months after the GA date of the
+major release or 6 months after the GA date of the subsequent major release.
+
+End of life dates for Logstash can be found on the [Elastic product EOL dates page](https://www.elastic.co/support/eol).
+Support for various operating systems can also be found on the [Elastic support matrix page](https://www.elastic.co/support/matrix).
+
+*[GA]: General Availability
+*[EOL]: End Of Life
diff --git a/products/mageia.md b/products/mageia.md
index e961c5d974d7..7c3f8d0c8707 100644
--- a/products/mageia.md
+++ b/products/mageia.md
@@ -1,7 +1,6 @@
---
title: Mageia
category: os
-iconSlug: NA
permalink: /mageia
versionCommand: cat /usr/lib/os-release
releasePolicyLink: https://www.mageia.org/support/
diff --git a/products/mediawiki.md b/products/mediawiki.md
index ee2d562fba93..af5536949a77 100644
--- a/products/mediawiki.md
+++ b/products/mediawiki.md
@@ -3,7 +3,6 @@ title: MediaWiki
category: server-app
changelogTemplate: "https://www.mediawiki.org/wiki/Release_notes/__RELEASE_CYCLE__"
releaseImage: https://upload.wikimedia.org/wikipedia/mediawiki/timeline/of9ibgdvah78ld94hnu3ob5qeiwy4em.png
-iconSlug: NA
permalink: /mediawiki
releasePolicyLink: https://www.mediawiki.org/wiki/Version_lifecycle
activeSupportColumn: false
@@ -69,6 +68,6 @@ releases:
MediaWiki releases are made about every 6 months, with every fourth release (i.e. about every 2 years) being an LTS (Long-Term Support) release branch. LTS release branches receive security support and bug fixes for three years after their initial release, while non-LTS release branches are supported for one year after their initial release.
-Since Version 1.36, MediaWiki only supports [upgrading from two major long-term support releases (LTS) ago][upgrade]. Upgrades from older versions of MediaWiki will have to be performed in multiple steps.
+Since Version 1.36, MediaWiki only supports [upgrading from two major long-term support releases (LTS) ago][upgrade]. Upgrades from older versions of MediaWiki will have to be performed in multiple steps.
[upgrade]: https://phabricator.wikimedia.org/T259771 "RFC: Drop support for older database upgrades on MediaWiki Phabricator"
diff --git a/products/micronaut.md b/products/micronaut.md
index 0a2cfc6f4ee1..720915734b35 100644
--- a/products/micronaut.md
+++ b/products/micronaut.md
@@ -1,7 +1,6 @@
---
title: Micronaut Framework
category: framework
-iconSlug: NA
permalink: /micronaut
alternate_urls:
- /micronaut-framework
diff --git a/products/moodle.md b/products/moodle.md
index d160f5e57681..ea057fadea25 100644
--- a/products/moodle.md
+++ b/products/moodle.md
@@ -1,7 +1,6 @@
---
title: Moodle
category: server-app
-iconSlug: NA
permalink: /moodle
releasePolicyLink: https://moodledev.io/general/releases
changelogTemplate: "https://moodledev.io/general/releases/__RELEASE_CYCLE__/__LATEST__"
diff --git a/products/nomad.md b/products/nomad.md
index ae1372b21213..0ba3480f7bd1 100644
--- a/products/nomad.md
+++ b/products/nomad.md
@@ -1,7 +1,6 @@
---
title: Nomad
permalink: /nomad
-iconSlug: "NA"
category: server-app
releasePolicyLink: https://support.hashicorp.com/hc/articles/360021185113
changelogTemplate: https://github.com/hashicorp/nomad/blob/v__LATEST__/CHANGELOG.md
@@ -49,7 +48,7 @@ releases:
> [Hashicorp Nomad](https://www.nomadproject.io/) is a simple and flexible workload orchestrator to deploy and manage containers and non-containerized applications across on-prem and clouds at scale.
-Generally Available (GA) releases of active products are supported for up to two (2) years. Eligible code-fixes and hot-fixes are provided via a new minor release (Z) on top of the latest "major release" branch, for up to two (2) releases from the most current major release.
+Generally Available (GA) releases of active products are supported for up to two (2) years. Eligible code-fixes and hot-fixes are provided via a new minor release (Z) on top of the latest "major release" branch, for up to two (2) releases from the most current major release.
A major release is identified by a change in the first (X) or second (Y) digit in the following versioning nomenclature: `Version X.Y.Z.`
diff --git a/products/numpy.md b/products/numpy.md
index 3dfd117e11c9..5fea01926f20 100644
--- a/products/numpy.md
+++ b/products/numpy.md
@@ -18,6 +18,7 @@ releases:
latest: "1.24.0"
eol: 2024-12-19
+ latestReleaseDate: 2022-12-18
- releaseCycle: "1.23"
releaseDate: 2022-06-22
latest: "1.23.5"
diff --git a/products/pan-cortex-xdr.md b/products/pan-cortex-xdr.md
index a9c0bb310474..03b6b5e601cc 100644
--- a/products/pan-cortex-xdr.md
+++ b/products/pan-cortex-xdr.md
@@ -5,7 +5,6 @@ permalink: /cortex-xdr
releasePolicyLink: https://www.paloaltonetworks.com/services/support/end-of-life-announcements/end-of-life-summary
changelogTemplate: https://docs.paloaltonetworks.com/cortex/cortex-xdr/{{"__RELEASE_CYCLE__"
| remove:'-' | replace:'.','-'}}/cortex-xdr-agent-release-notes/cortex-xdr-agent-release-information
-iconSlug: NA
activeSupportColumn: false
releaseColumn: false
releaseDateColumn: true
diff --git a/products/pan-gp.md b/products/pan-gp.md
index c08dbcea288d..3699a18f9a08 100644
--- a/products/pan-gp.md
+++ b/products/pan-gp.md
@@ -3,7 +3,6 @@ title: Palo Alto Networks GlobalProtect App
category: app
permalink: /pangp
releasePolicyLink: https://www.paloaltonetworks.com/services/support/end-of-life-announcements/end-of-life-summary
-iconSlug: NA
activeSupportColumn: true
releaseColumn: false
releaseDateColumn: true
diff --git a/products/pan-os.md b/products/pan-os.md
index 984e8d9a3d54..ae7aa529126a 100644
--- a/products/pan-os.md
+++ b/products/pan-os.md
@@ -3,7 +3,6 @@ title: Palo Alto Networks PAN-OS
category: os
permalink: /panos
releasePolicyLink: https://www.paloaltonetworks.com/services/support/end-of-life-announcements/end-of-life-summary
-iconSlug: NA
activeSupportColumn: false
releaseColumn: true
releaseDateColumn: true
diff --git a/products/pci-dss.md b/products/pci-dss.md
index 879ff2a99967..5cba6b78b5d9 100644
--- a/products/pci-dss.md
+++ b/products/pci-dss.md
@@ -4,7 +4,6 @@ category: standard
permalink: /pci-dss
releasePolicyLink: https://blog.pcisecuritystandards.org/updated-pci-dss-v4.0-timeline
releasePolicyImage: https://blog.pcisecuritystandards.org/hs-fs/hubfs/Development.png?width=750&name=Development.png
-iconSlug: NA
alternate_urls:
- /pci
activeSupportColumn: false
diff --git a/products/perl.md b/products/perl.md
index 9a31a21cc6c0..136b438c7507 100644
--- a/products/perl.md
+++ b/products/perl.md
@@ -26,8 +26,8 @@ releases:
eol: 2025-05-27
support: true
releaseDate: 2022-05-27
- latestReleaseDate: 2022-11-20
- latest: "5.37.6"
+ latestReleaseDate: 2022-12-20
+ latest: "5.37.7"
- releaseCycle: "5.36"
eol: 2025-05-27
support: true
diff --git a/products/postfix.md b/products/postfix.md
index c744e4363290..be4ffc82dd81 100644
--- a/products/postfix.md
+++ b/products/postfix.md
@@ -6,7 +6,6 @@ releasePolicyLink: https://www.postfix.org/announcements.html
changelogTemplate: https://www.postfix.org/announcements/postfix-__LATEST__.html
activeSupportColumn: false
versionCommand: postconf mail_version
-iconSlug: NA
releaseDateColumn: true
auto:
diff --git a/products/readynas.md b/products/readynas.md
index 2d241ea65d6b..64d1eb512256 100644
--- a/products/readynas.md
+++ b/products/readynas.md
@@ -59,7 +59,6 @@ releases:
eol: true
- releaseCycle: "RN102"
eol: true
-iconSlug: NA
permalink: /readynas
activeSupportColumn: false
releaseColumn: false
diff --git a/products/sonarqube.md b/products/sonarqube.md
index 0d501d8230d9..f274da1004c4 100644
--- a/products/sonarqube.md
+++ b/products/sonarqube.md
@@ -18,25 +18,25 @@ auto:
releases:
- releaseCycle: "9"
- releaseDate: 2021-07-05
+ releaseDate: 2021-07-02
support: true
eol: false
latest: "9.8.0"
latestReleaseDate: 2022-12-19
- releaseCycle: "8"
- releaseDate: 2019-10-16
+ releaseDate: 2020-05-08
support: 2021-07-05
# Should be 2022-11-04 as per the policy, but is now in the past
eol: false
lts: 2021-05-04
latest: "8.9.10"
- latestReleaseDate: 2022-10-18
+ latestReleaseDate: 2022-12-19
link: https://www.sonarqube.org/sonarqube-8-9-lts/
- releaseCycle: "7"
# https://groups.google.com/g/sonarqube/c/p3l3naFctpg/m/Sbk7fzX3AgAJ
- releaseDate: 2018-02-02
+ releaseDate: 2019-12-04
support: 2019-10-16
eol: 2021-05-04
lts: 2019-07-01
diff --git a/products/tarantool.md b/products/tarantool.md
index bfe039654308..3a57c319c8ae 100644
--- a/products/tarantool.md
+++ b/products/tarantool.md
@@ -8,7 +8,6 @@ changelogTemplate: https://github.com/tarantool/tarantool/releases/tag/__LATEST_
auto:
- git: https://github.com/tarantool/tarantool.git
category: db
-iconSlug: NA
eolColumn: Support Status
releaseDateColumn: false
releases:
diff --git a/products/telegraf.md b/products/telegraf.md
index 312125b38de8..fb40740cccf9 100644
--- a/products/telegraf.md
+++ b/products/telegraf.md
@@ -31,7 +31,6 @@ releases:
releaseDate: 2021-12-15
latest: "1.21.4"
latestReleaseDate: 2022-02-16
-iconSlug: NA
permalink: /telegraf
releasePolicyLink: https://www.influxdata.com/legal/support-policy/
releaseColumn: true
@@ -43,5 +42,5 @@ discontinuedColumn: false
> [Telegraf](https://github.com/influxdata/telegraf) is an agent for collecting, processing, aggregating, and writing metrics.
Telegraf is based on a plugin system, and this page only covers the Telegraf server.
-Only the latest two minor releases are supported with maintenance patch releases.
+Only the latest two minor releases are supported with maintenance patch releases.
Compatibility is not guaranteed across major releases. Each major release is supported for a minimum of 12 months.
diff --git a/products/twig.md b/products/twig.md
index cddb644203ed..ddb4156057b3 100644
--- a/products/twig.md
+++ b/products/twig.md
@@ -5,7 +5,6 @@ category: framework
activeSupportColumn: false
releaseDateColumn: true
releaseColumn: true
-iconSlug: NA
changelogTemplate: https://github.com/twigphp/Twig/blob/__RELEASE_CYCLE__.x/CHANGELOG
auto:
- git: https://github.com/twigphp/Twig.git
diff --git a/products/unrealircd.md b/products/unrealircd.md
index 6db5f87d418c..cf462a11dc55 100644
--- a/products/unrealircd.md
+++ b/products/unrealircd.md
@@ -8,7 +8,6 @@ releaseDateColumn: true
versionCommand: ./unrealircd version
changelogTemplate: https://github.com/unrealircd/unrealircd/blob/unreal{{"__LATEST__"|split:'.'|slice:0,2|join:''}}/doc/RELEASE-NOTES.md#unrealircd-{{'__LATEST__'
| replace:'.',''}}
-iconSlug: NA
purls:
- repology: unrealircd
- purl: pkg:docker/bbriggs/unrealircd
diff --git a/products/varnish.md b/products/varnish.md
index d95e5aa59f79..08c9b512c5df 100644
--- a/products/varnish.md
+++ b/products/varnish.md
@@ -4,7 +4,6 @@ permalink: /varnish
category: server-app
releasePolicyLink: https://varnish-cache.org/releases/
changelogTemplate: https://varnish-cache.org/releases/rel__LATEST__.html
-iconSlug: NA
versionCommand: varnishd -V
auto:
- git: https://github.com/varnishcache/varnish-cache.git
diff --git a/products/visual-cobol.md b/products/visual-cobol.md
index 8bf579e0bab6..7741b8c9e318 100644
--- a/products/visual-cobol.md
+++ b/products/visual-cobol.md
@@ -1,7 +1,6 @@
---
title: Visual COBOL
category: lang
-iconSlug: NA
permalink: /visual-cobol
releasePolicyLink: "https://www.microfocus.com/productlifecycle/"
changelogTemplate: "https://www.microfocus.com/documentation/visual-cobol/vc{{'__RELEASE_CYCLE__' | replace: '.','''}}/"
diff --git a/products/yocto.md b/products/yocto.md
index 18e1da7adce1..f0fa1ee91cdf 100644
--- a/products/yocto.md
+++ b/products/yocto.md
@@ -13,7 +13,6 @@ discontinuedColumn: false
versionCommand: bitbake -e | grep '^DISTRO_VERSION\|DISTRO_CODENAME='
changelogTemplate: |
https://docs.yoctoproject.org/migration-guides/migration-{{"__RELEASE_CYCLE__"| split: " " | first}}.html
-iconSlug: NA
releaseLabel: "__RELEASE_CYCLE__ '__CODENAME__'"
releases:
- releaseCycle: "4.1"
diff --git a/products/zabbix.md b/products/zabbix.md
index 5931e8feab15..37abbc9ba999 100644
--- a/products/zabbix.md
+++ b/products/zabbix.md
@@ -10,7 +10,6 @@ auto:
releaseDateColumn: true
activeSupportColumn: true
eolColumn: Security Support
-iconSlug: NA
purls:
- repology: zabbix
- purl: pkg:brew/zabbix
diff --git a/products/zookeeper.md b/products/zookeeper.md
index 967aefc3167e..a7362da4cd03 100644
--- a/products/zookeeper.md
+++ b/products/zookeeper.md
@@ -15,7 +15,6 @@ purls:
- purl: pkg:maven/org.apache.zookeeper/zookeeper
- purl: pkg:github/apache/zookeeper
- purl: pkg:docker/library/zookeeper
-iconSlug: NA
auto:
- maven: org.apache.zookeeper/zookeeper
releases: