diff options
author | james-hippler <james.hippler@mongodb.com> | 2023-02-07 17:07:32 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-02-07 18:25:28 +0000 |
commit | 1382877972003390495e3dfe261ef368e24be163 (patch) | |
tree | ee0200a6182426d80de27f8dae3fa95f5301987c /src/mongo | |
parent | 4468cd7473aaeecdd4c621aa7a75d94c581d3d9e (diff) | |
download | mongo-1382877972003390495e3dfe261ef368e24be163.tar.gz |
SERVER-72823 Updating FCV Constant for 7.0r7.0.0-alpha
Diffstat (limited to 'src/mongo')
-rw-r--r-- | src/mongo/util/version/releases.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/util/version/releases.yml b/src/mongo/util/version/releases.yml index e99aa0a6fb5..305f280186b 100644 --- a/src/mongo/util/version/releases.yml +++ b/src/mongo/util/version/releases.yml @@ -19,6 +19,7 @@ featureCompatibilityVersions: - "6.1" - "6.2" - "6.3" + - "7.0" - "100.0" # This version is not an actual version and used for testing only # All LTS releases starting with 4.0. longTermSupportReleases: @@ -27,6 +28,7 @@ longTermSupportReleases: - "4.4" - "5.0" - "6.0" + - "7.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. @@ -46,6 +48,7 @@ eolVersions: - "5.1" # 2022-01 - "5.2" # 2022-04 - "5.3" # 2022-07 + - "6.1" # 2023-01 # Optional. # Using this special override extends FCV constant generation down to the previous value of |