summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard Samuels <richard.l.samuels@gmail.com>2022-06-07 16:05:33 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-27 15:06:44 +0000
commit8b816e05b8fe3a7c6d362ed4af5077c3cbad5f2d (patch)
treeb498a00c0ef62750f69f152d091e1d7ccc7b7a99 /src
parentbbf69a0cefa5c0318a7ec89e809c4d313ef1e0f0 (diff)
downloadmongo-8b816e05b8fe3a7c6d362ed4af5077c3cbad5f2d.tar.gz
SERVER-66970 Add EOL'd releases info
(cherry picked from commit abd407e59f4bf93a96b22b96c3aff2081f8e6a7c)
Diffstat (limited to 'src')
-rw-r--r--src/mongo/util/version/releases.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/mongo/util/version/releases.yml b/src/mongo/util/version/releases.yml
index ca829d039c9..9b301c6d306 100644
--- a/src/mongo/util/version/releases.yml
+++ b/src/mongo/util/version/releases.yml
@@ -24,6 +24,25 @@ longTermSupportReleases:
- "4.4"
- "5.0"
+# List of stable MongoDB versions since 2.0 that have been EOL'd. This does not
+# include developer builds (ex: 4.1), but does include rapid releases.
+eolVersions:
+ - "2.0"
+ - "2.2"
+ - "2.4"
+ - "2.6"
+ - "3.0" # 2018-02
+ - "3.2" # 2018-09
+ - "3.4" # 2020-01
+ - "3.6" # 2021-04
+ - "4.0" # 2022-04
+# - "4.2" # 2023-04
+# - "4.4" # 2024-02
+# - "5.0" # 2024-10
+ - "5.1" # 2022-01
+ - "5.2" # 2022-04
+# - "5.3" # TBD
+
# Optional.
# Using this special override extends FCV constant generation down to the previous value of
# lastLTS. This is intended to ease the transition to a new lastLTS by extending the lifetime