From 43acf997ecc5adc9e3b9343b0ef57bcb9cf554cc Mon Sep 17 00:00:00 2001 From: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> Date: Tue, 28 May 2024 22:50:17 +0000 Subject: [PATCH] backport of commit 6db692bffc7d2e25dba3604b3550cb1b67a44724 --- website/content/docs/release-notes/v1_11.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/release-notes/v1_11.mdx b/website/content/docs/release-notes/v1_11.mdx index b0eaa7eea..638c9e382 100644 --- a/website/content/docs/release-notes/v1_11.mdx +++ b/website/content/docs/release-notes/v1_11.mdx @@ -13,7 +13,7 @@ This release includes the following updates. ### Predictable plugin loading -To boost stability, Packer no longer loads plugin binaries installed outside of its plugin directory. Additionally, Packer now only loads binaries that have an accompanying SHA256SUM file. In previous versions, Packer automatically loads plugins placed in one of the known directories when the file is named according to one of the following naming conventions: +Packer no longer loads plugin binaries installed outside of its plugin directory. Additionally, Packer now only loads binaries that have an accompanying SHA256SUM file. In previous versions, Packer automatically loads plugins placed in one of the known directories when the file is named according to one of the following naming conventions: `packer-plugin-` `packer-plugin-_v0.0.1_x5.0_darwin_arm64`