From e3d5714d59e151ca80233142880b9da9d983a48c Mon Sep 17 00:00:00 2001 From: John-Michael Faircloth Date: Tue, 30 Jan 2024 16:42:42 -0600 Subject: [PATCH] Update to v2.7.5 (#517) --- CHANGELOG.md | 7 ++++++- dist/index.js | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9e0958..296a612d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ## Unreleased -* update runtime to node20 for action +## 2.7.5 (January 30, 2024) + +Improvements: + +* Bump node runtime from node16 to node20 [GH-509](https://github.com/hashicorp/vault-action/pull/509) +* Bump got from 11.8.5 to 11.8.6 [GH-492](https://github.com/hashicorp/vault-action/pull/492) ## 2.7.4 (October 26, 2023) diff --git a/dist/index.js b/dist/index.js index e92bf3ce..2014633e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3702,6 +3702,7 @@ function asPromise(normalizedOptions) { request._beforeError(new types_1.HTTPError(response)); return; } + request.destroy(); resolve(request.options.resolveBodyOnly ? response.body : response); }); const onError = (error) => {