Removed CI for MongoDB 2.8 and MongoDB 3.0 due to segfault

This commit is contained in:
cytopia 2022-03-27 20:36:04 +02:00
parent 49b919534a
commit d45a336d65
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 5 additions and 2 deletions

View File

@ -10,10 +10,10 @@ name: params
# Custom Variables # Custom Variables
# ------------------------------------------------------------------------------------------------- # -------------------------------------------------------------------------------------------------
env: env:
# CI for Mongo 2.8 and Mongo 3.0 removed due to segfault
# https://github.com/docker-library/mongo/issues/251
MATRIX: >- MATRIX: >-
[ [
{"MONGO_SERVER": "Mongo 2.8"},
{"MONGO_SERVER": "Mongo 3.0"},
{"MONGO_SERVER": "Mongo 3.2"}, {"MONGO_SERVER": "Mongo 3.2"},
{"MONGO_SERVER": "Mongo 3.4"}, {"MONGO_SERVER": "Mongo 3.4"},
{"MONGO_SERVER": "Mongo 3.6"}, {"MONGO_SERVER": "Mongo 3.6"},

View File

@ -22,6 +22,9 @@ The goal of this release is to reduce the overall size of Docker images and brin
- Changed default MongoDB server from `4.4` to `5.0` - Changed default MongoDB server from `4.4` to `5.0`
- Use tiny Alpine version of Bind container - Use tiny Alpine version of Bind container
#### Removed
- Removed CI for MongoDB `2.8` and MongoDB `3.0` due to segfault: https://github.com/docker-library/mongo/issues/251
## Release v1.11.0 (2022-03-22) ## Release v1.11.0 (2022-03-22)