Skip to content

Commit ff7ed11

Browse files
authored
chore(deps): bump mongodb-client-encryption and crypt_shared COMPASS-7066 (#6180)
* bump client-encryption and crypt_shared * use rc version * test and dep bump * test * rebuild correctly * fix windows build * correclty put cmake in path * remove cmake setup as ci already has * fix tests * npm update mongodb-client-encryption * update devtools-connect * latest rc release * latest rc release * skip range test * sitck to the current rc version and enable tests
1 parent aa69dca commit ff7ed11

File tree

11 files changed

+139
-125
lines changed

11 files changed

+139
-125
lines changed

.evergreen/buildvariants-and-tasks.in.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ const MAINTAINED_SERVER_VERSIONS = [
110110
{ name: '60x-enterprise', version: '6.0.x-enterprise' },
111111
{ name: '70x-community', version: '7.0.x' },
112112
{ name: '70x-enterprise', version: '7.0.x-enterprise' },
113-
{ name: '80x-community', version: '>= 8.0.0-rc4' },
114-
{ name: '80x-enterprise', version: '>= 8.0.0-rc4-enterprise' },
113+
{ name: '80x-community', version: '8.0.0-rc18' },
114+
{ name: '80x-enterprise', version: '8.0.0-rc18-enterprise' },
115115
];
116116
117117
const TEST_LATEST_ALPHA_SERVER_VERSION = { name: 'latest-alpha', version: 'latest-alpha-enterprise' };

.evergreen/buildvariants-and-tasks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@ tasks:
12911291
compass_distribution: compass
12921292
- func: test-packaged-app
12931293
vars:
1294-
mongodb_version: '>= 8.0.0-rc4'
1294+
mongodb_version: 8.0.0-rc18
12951295
compass_distribution: compass
12961296
e2e_test_groups: 3
12971297
e2e_test_group: 1
@@ -1314,7 +1314,7 @@ tasks:
13141314
compass_distribution: compass
13151315
- func: test-packaged-app
13161316
vars:
1317-
mongodb_version: '>= 8.0.0-rc4'
1317+
mongodb_version: 8.0.0-rc18
13181318
compass_distribution: compass
13191319
e2e_test_groups: 3
13201320
e2e_test_group: 2
@@ -1337,7 +1337,7 @@ tasks:
13371337
compass_distribution: compass
13381338
- func: test-packaged-app
13391339
vars:
1340-
mongodb_version: '>= 8.0.0-rc4'
1340+
mongodb_version: 8.0.0-rc18
13411341
compass_distribution: compass
13421342
e2e_test_groups: 3
13431343
e2e_test_group: 3
@@ -1360,7 +1360,7 @@ tasks:
13601360
compass_distribution: compass
13611361
- func: test-packaged-app
13621362
vars:
1363-
mongodb_version: '>= 8.0.0-rc4-enterprise'
1363+
mongodb_version: 8.0.0-rc18-enterprise
13641364
compass_distribution: compass
13651365
e2e_test_groups: 3
13661366
e2e_test_group: 1
@@ -1383,7 +1383,7 @@ tasks:
13831383
compass_distribution: compass
13841384
- func: test-packaged-app
13851385
vars:
1386-
mongodb_version: '>= 8.0.0-rc4-enterprise'
1386+
mongodb_version: 8.0.0-rc18-enterprise
13871387
compass_distribution: compass
13881388
e2e_test_groups: 3
13891389
e2e_test_group: 2
@@ -1406,7 +1406,7 @@ tasks:
14061406
compass_distribution: compass
14071407
- func: test-packaged-app
14081408
vars:
1409-
mongodb_version: '>= 8.0.0-rc4-enterprise'
1409+
mongodb_version: 8.0.0-rc18-enterprise
14101410
compass_distribution: compass
14111411
e2e_test_groups: 3
14121412
e2e_test_group: 3

.evergreen/functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ functions:
695695
eval $(.evergreen/print-compass-env.sh)
696696
rm -rf mongodb-crypt && mkdir -p mongodb-crypt
697697
(cd mongodb-crypt && \
698-
curl -sSfL $(npx -y mongodb-download-url --enterprise --crypt_shared --version '>= 7.0.0-rc0') | \
698+
curl -sSfL $(npx -y mongodb-download-url --enterprise --crypt_shared --version '>= 8.0.0-rc18') | \
699699
tar -xvz)
700700
export COMPASS_CRYPT_LIBRARY_PATH=$(echo $PWD/mongodb-crypt/lib/mongo_*_v1.*)
701701
npm run test-csfle --workspace mongodb-data-service

0 commit comments

Comments
 (0)