Skip to content

Commit

Permalink
feat(NODE-5490)!: bump kerberos compatibility to ^2.0.1 (#3798)
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Aug 8, 2023
1 parent 05cf04b commit 1044be1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .evergreen/generate_evergreen_tasks.js
Expand Up @@ -774,13 +774,6 @@ for (const variant of BUILD_VARIANTS.filter(
);
}

// TODO(NODE-5021): Drop support for Kerberos 1.x on in 6.0.0
for (const variant of BUILD_VARIANTS.filter(
variant => variant.expansions && ['latest'].includes(variant.expansions.NODE_LTS_VERSION)
)) {
variant.tasks = variant.tasks.filter(name => !['test-auth-kerberos'].includes(name));
}

// TODO(NODE-4897): Debug socks5 tests on node latest
for (const variant of BUILD_VARIANTS.filter(
variant => variant.expansions && ['latest'].includes(variant.expansions.NODE_LTS_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/run-kerberos-tests.sh
Expand Up @@ -21,7 +21,7 @@ echo "Running kinit"
kinit -k -t "$(pwd)/.evergreen/drivers.keytab" -p ${KRB5_PRINCIPAL}

set -o xtrace
npm install kerberos@">=2.0.0-beta.0"
npm install kerberos@2.0.1
npm run check:kerberos

set +o xtrace
Expand Down

0 comments on commit 1044be1

Please sign in to comment.