Skip to content

Commit 9654442

Browse files
ci: bump mongodb-client-encryption version (#3435)
1 parent 69f64e7 commit 9654442

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,7 +1763,7 @@ tasks:
17631763
- func: bootstrap kms servers
17641764
- func: run custom csfle tests
17651765
vars:
1766-
CSFLE_GIT_REF: c071d5a8d59ddcad40f22887a12bdb374c2f86af
1766+
CSFLE_GIT_REF: 5745f374109346a2597405f2251a178d463a14e1
17671767
- name: run-custom-csfle-tests-5.0-master
17681768
tags:
17691769
- run-custom-dependency-tests
@@ -1793,7 +1793,7 @@ tasks:
17931793
- func: bootstrap kms servers
17941794
- func: run custom csfle tests
17951795
vars:
1796-
CSFLE_GIT_REF: c071d5a8d59ddcad40f22887a12bdb374c2f86af
1796+
CSFLE_GIT_REF: 5745f374109346a2597405f2251a178d463a14e1
17971797
- name: run-custom-csfle-tests-rapid-master
17981798
tags:
17991799
- run-custom-dependency-tests
@@ -1823,7 +1823,7 @@ tasks:
18231823
- func: bootstrap kms servers
18241824
- func: run custom csfle tests
18251825
vars:
1826-
CSFLE_GIT_REF: c071d5a8d59ddcad40f22887a12bdb374c2f86af
1826+
CSFLE_GIT_REF: 5745f374109346a2597405f2251a178d463a14e1
18271827
- name: run-custom-csfle-tests-latest-master
18281828
tags:
18291829
- run-custom-dependency-tests

.evergreen/generate_evergreen_tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ const oneOffFuncAsTasks = oneOffFuncs.map(oneOffFunc => ({
563563
}));
564564

565565
for (const version of ['5.0', 'rapid', 'latest']) {
566-
for (const ref of ['c071d5a8d59ddcad40f22887a12bdb374c2f86af', 'master']) {
566+
for (const ref of ['5745f374109346a2597405f2251a178d463a14e1', 'master']) {
567567
oneOffFuncAsTasks.push({
568568
name: `run-custom-csfle-tests-${version}-${ref === 'master' ? ref : 'pinned-commit'}`,
569569
tags: ['run-custom-dependency-tests'],

.evergreen/run-bson-ext-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fi
2323
# run tests
2424
echo "Running $AUTH tests over $SSL, connecting to $MONGODB_URI"
2525

26-
npm install mongodb-client-encryption@">=2.2.0"
26+
npm install mongodb-client-encryption@">=2.3.0"
2727
npm install bson-ext
2828

2929
export MONGODB_API_VERSION=${MONGODB_API_VERSION}

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ else
5252
source "$DRIVERS_TOOLS"/.evergreen/csfle/set-temp-creds.sh
5353
fi
5454

55-
npm install mongodb-client-encryption@">=2.2.0"
55+
npm install mongodb-client-encryption@">=2.3.0"
5656
npm install @mongodb-js/zstd
5757
npm install snappy
5858

0 commit comments

Comments
 (0)