Skip to content

Commit

Permalink
Remove more 4.4 references (now that it is EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed May 14, 2024
1 parent 74f765f commit 317a3a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"4.4": null,
"4.4-rc": null,
"5.0": {
"changes": "https://jira.mongodb.org/issues/?jql=project%20%3D%20SERVER%20AND%20fixVersion%20%3D%20%225.0.26%22%20ORDER%20BY%20status%20DESC%2C%20priority%20DESC",
"date": "03/20/2024",
Expand Down
2 changes: 1 addition & 1 deletion versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ for version in "${versions[@]}"; do
# https://github.com/mongodb/mongo/blob/r6.0.0/src/mongo/installer/msi/wxs/FeatureFragment.wxs#L9-L85 (no Client)
# https://github.com/mongodb/mongo/blob/r4.4.2/src/mongo/installer/msi/wxs/FeatureFragment.wxs#L9-L92 (no MonitoringTools,ImportExportTools)
"ServerNoService",
if [ "4.4", "5.0" ] | index(env.version | rtrimstr("-rc")) then
if [ "5.0" ] | index(env.version | rtrimstr("-rc")) then
"Client"
else empty end,
"Router",
Expand Down

0 comments on commit 317a3a9

Please sign in to comment.