Skip to content

Commit 429b9b7

Browse files
committed
Improve stale release warnings
- switch to days, following endoflife-date/release-data#528, - move some warnings to releases instead of applying them for all product releases, - add comments.
1 parent a02dc5e commit 429b9b7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+73
-78
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ defaults:
9595
eolColumnLabel: "Security Support"
9696
eoesColumn: false
9797
eoesColumnLabel: "Extended Support"
98-
staleReleaseThresholdYears: 1
98+
staleReleaseThresholdDays: 365
9999
customFields: []
100100
LTSLabel: '<abbr title="Long Term Support">LTS</abbr>'
101101

products/amazon-documentdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permalink: /amazon-documentdb
88
latestColumn: false
99
eolColumn: End of Standard Support
1010
eoesColumn: End of Extended Support
11-
staleReleaseThresholdYears: 5
11+
staleReleaseThresholdDays: 2000
1212

1313
auto:
1414
methods:

products/amazon-glue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ iconSlug: amazonaws
77
permalink: /amazon-glue
88
releasePolicyLink: https://docs.aws.amazon.com/glue/latest/dg/glue-version-support-policy.html
99
latestColumn: false
10-
staleReleaseThresholdYears: 5
10+
staleReleaseThresholdDays: 2000
1111

1212
customFields:
1313
- name: pythonVersion

products/amazon-msk.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ alternate_urls:
1212
releasePolicyLink: https://docs.aws.amazon.com/msk/latest/developerguide/version-support.html
1313
changelogTemplate: "https://docs.aws.amazon.com/msk/latest/developerguide/supported-kafka-versions.html#{{'__LATEST__' | replace:'.x',''}}"
1414
eolColumn: Support
15-
staleReleaseThresholdYears: 3
15+
staleReleaseThresholdDays: 1000 # confirmed on https://docs.aws.amazon.com/msk/latest/developerguide/supported-kafka-versions.html
1616

17+
# eol are documented on https://docs.aws.amazon.com/msk/latest/developerguide/supported-kafka-versions.html.
1718
releases:
1819
- releaseCycle: "4.0"
1920
releaseDate: 2025-05-16

products/android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ changelogTemplate: https://developer.android.com/about/versions/__RELEASE_CYCLE_
1313
releaseLabel: "__RELEASE_CYCLE__ '__CODENAME__'"
1414
latestColumn: false
1515
eolColumn: Security Support
16-
staleReleaseThresholdYears: 4
16+
staleReleaseThresholdDays: 1095 # 3 years seems a minimum
1717

1818
customFields:
1919
- name: apiVersion

products/apache-ant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ alternate_urls:
99
- /apache-ant
1010
changelogTemplate: https://ant.apache.org/antnews.html
1111
versionCommand: ant -version
12-
staleReleaseThresholdYears: 2
1312

1413
identifiers:
1514
- cpe: cpe:/a:apache:ant
@@ -22,6 +21,7 @@ auto:
2221

2322
releases:
2423
- releaseCycle: "1.10"
24+
staleReleaseThresholdDays: 700 # confirmed on https://ant.apache.org/antnews.html
2525
releaseDate: 2016-12-27
2626
eol: false
2727
latest: "1.10.15"

products/apache-apisix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ permalink: /apache-apisix
88
alternate_urls:
99
- /apisix
1010
changelogTemplate: https://github.com/apache/apisix/releases/tag/__LATEST__
11-
staleReleaseThresholdYears: 3
1211

1312
auto:
1413
methods:
@@ -93,9 +92,10 @@ releases:
9392
latestReleaseDate: 2023-05-04
9493

9594
- releaseCycle: "3.2"
95+
staleReleaseThresholdDays: 1000 # status is unclear, https://github.com/apache/apisix/issues/11759
9696
lts: true
9797
releaseDate: 2023-03-06
98-
eol: false # https://github.com/apache/apisix/issues/11759
98+
eol: false
9999
latest: "3.2.2"
100100
latestReleaseDate: 2023-07-22
101101

products/apache-couchdb.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ releases:
2828
- releaseCycle: "3.5"
2929
releaseDate: 2025-05-05
3030
eol: false
31-
latest: "3.5.0"
32-
latestReleaseDate: 2025-05-05
31+
latest: "3.5.1"
32+
latestReleaseDate: 2025-11-09
3333

3434
- releaseCycle: "3.4"
3535
releaseDate: 2024-09-20
@@ -48,6 +48,7 @@ releases:
4848
eol: 2024-09-20
4949
latest: "3.2.3"
5050
latestReleaseDate: 2023-04-24
51+
5152
---
5253

5354
> [Apache CouchDB](https://couchdb.apache.org/) is an open-source, document-oriented NoSQL database implemented

products/apache-groovy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ releasePolicyLink: https://groovy.apache.org/versioning.html
1313
changelogTemplate: https://groovy-lang.org/changelogs/changelog-__LATEST__.html
1414
eoasColumn: true
1515
eolColumn: Bug and Security Fixes
16-
staleReleaseThresholdYears: 3
1716

1817
identifiers:
1918
- repology: groovy
@@ -53,9 +52,10 @@ releases:
5352
latestReleaseDate: 2025-05-27
5453

5554
- releaseCycle: "2.5"
55+
staleReleaseThresholdDays: 1000 # still listed on https://groovy.apache.org/download.html
5656
releaseDate: 2018-05-30
5757
eoas: true
58-
eol: false # still listed on https://groovy.apache.org/download.html
58+
eol: false
5959
latest: "2.5.23"
6060
latestReleaseDate: 2023-08-22
6161

products/apache-hadoop.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ changelogTemplate: https://hadoop.apache.org/release/__LATEST__.html
1111
eolColumn: Support
1212
# https://stackoverflow.com/a/33936569/374236
1313
versionCommand: hadoop version
14-
staleReleaseThresholdYears: 5
1514

1615
identifiers:
1716
- repology: hadoop
@@ -35,12 +34,14 @@ releases:
3534
latestReleaseDate: 2025-08-29
3635

3736
- releaseCycle: "3.3"
37+
staleReleaseThresholdDays: 1000 # still on https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+Active+Release+Lines
3838
releaseDate: 2020-07-15
3939
eol: false
4040
latest: "3.3.6"
4141
latestReleaseDate: 2023-06-26
4242

4343
- releaseCycle: "2.10"
44+
staleReleaseThresholdDays: 1500 # still on https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+Active+Release+Lines
4445
releaseDate: 2019-10-29
4546
eol: false
4647
latest: "2.10.2"

0 commit comments

Comments
 (0)