From 85ac8d3ed05f941a95947b19e5b1dfc1d6e185eb Mon Sep 17 00:00:00 2001 From: karthik P Date: Tue, 9 Sep 2025 15:50:42 +0530 Subject: [PATCH] updating changelog to include #298 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 477d68a87..3f591ee3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ --- ## 🐛 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.