From a9d1dcdc32b10a50791752c33d41529bb2dc2664 Mon Sep 17 00:00:00 2001 From: kp2099 Date: Tue, 9 Sep 2025 16:00:40 +0530 Subject: [PATCH] Changelog update to include sdk changes (#13468) * updating changelog to include #298 * updating changelog to include #300 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 477d68a87..b5d615375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,12 @@ --- ## 🐛 Bug Fixes +- **fix(winrm): catch cmd err from winrm** – by @anurag5sh in ([#298](https://github.com/hashicorp/packer-plugin-sdk/pull/298)) + Improved reliability by catching WinRM remote shell failures during provisioning - **PowerShell wrapper cleanup** – by @kp2099 ([#13451](https://github.com/hashicorp/packer/pull/13451)) Removed the unused `$result` variable from the wrapper string. +- **fix tests for shell and shell-local** – by @kp2099 in ([#300](https://github.com/hashicorp/packer-plugin-sdk/pull/300)) + Acceptance test fixes for shell and shell-local ---