Release Azure Pipeline Extension v1.1.1#756
Closed
idimov-keeper wants to merge 5 commits intomasterfrom
Closed
Conversation
Collaborator
idimov-keeper
commented
Jun 26, 2025
- bump up version to 1.1.1
- upgrade all dependencies (security fix)
* bump up version to 1.1.1 * upgrade all dependencies (security fix)
Contributor
|
Closing in favor of a new v1.2.0 release branch that incorporates these dependency upgrades plus Node24 handler support (KSM-861). Node 20 reaches EOL 2026-04-30 and Azure DevOps requires the Node24 handler. |
stas-schaller
added a commit
that referenced
this pull request
Mar 31, 2026
KSM-861: Node.js 20 reaches EOL 2026-04-30. Azure DevOps skipped Node 22 and went directly to Node24. Add Node24 execution handler per Microsoft migrateNode24.md requirements. Supersedes PR #756. - Add Node24 execution handler to task.json (alongside Node10/16/20) - Bump azure-pipelines-task-lib ^4.17.3 -> ^5.2.4 (Node24 minimum) - Bump @keeper-security/secrets-manager-core ^16.6.3 -> ^17.2.0 - Bump typescript ^5.1.6 -> ^5.8.3, @types/node ^20.3.1 -> ^24.10.0 - Bump mocha, dotenv, @types/mocha dev dependencies - Add tsconfig.json for IDE support - Update Dockerfile from node:10 to node:20 - Update publish workflow: checkout@v4, setup-node@v4, node 24 - Mock KSM SDK in tests (no longer requires real vault credentials) - Increase test timeout for MockTestRunner Node binary download
stas-schaller
added a commit
that referenced
this pull request
Apr 9, 2026
KSM-861: Node.js 20 reaches EOL 2026-04-30. Azure DevOps skipped Node 22 and went directly to Node24. Add Node24 execution handler per Microsoft migrateNode24.md requirements. Supersedes PR #756. - Add Node24 execution handler to task.json (alongside Node10/16/20) - Bump azure-pipelines-task-lib ^4.17.3 -> ^5.2.4 (Node24 minimum) - Bump @keeper-security/secrets-manager-core ^16.6.3 -> ^17.2.0 - Bump typescript ^5.1.6 -> ^5.8.3, @types/node ^20.3.1 -> ^24.10.0 - Bump mocha, dotenv, @types/mocha dev dependencies - Add tsconfig.json for IDE support - Update Dockerfile from node:10 to node:20 - Update publish workflow: checkout@v4, setup-node@v4, node 24 - Mock KSM SDK in tests (no longer requires real vault credentials) - Increase test timeout for MockTestRunner Node binary download
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.