From e69859a70183a5b9616616a88dd68c4960e32bc5 Mon Sep 17 00:00:00 2001 From: Brian McClain Date: Fri, 1 Aug 2025 16:17:59 -0400 Subject: [PATCH] Update website/content/docs/plugins/install.mdx Co-authored-by: rita <8647768+ritsok@users.noreply.github.com> --- website/content/docs/plugins/install.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/plugins/install.mdx b/website/content/docs/plugins/install.mdx index f51fe6e9c..fba5e25e3 100644 --- a/website/content/docs/plugins/install.mdx +++ b/website/content/docs/plugins/install.mdx @@ -94,7 +94,7 @@ These plugins include: - [Vagrant](https://developer.hashicorp.com/packer/integrations/hashicorp/vagrant) - [VirtualBox](https://developer.hashicorp.com/packer/integrations/hashicorp/virtualbox) -Starting in Packer 1.14.0, Packer automatically installs these plugins from the new release source, and you do not need to make any changes to your Packer templates. To continue to receive updates to these plugins, we recommend that you upgrade to Packer 1.14.0 or newer. If you cannot upgrade your version of Packer, you can still install new versions of these plugins manually. Refer to [Manually install plugins using the CLI](#manually-install-plugins-using-the-cli) for more information. +Starting in Packer 1.14.0, Packer automatically installs these plugins from the new release source, and you do not need to make any changes to your Packer templates. To continue to automatically receive updates to these plugins, you must upgrade to Packer 1.14.0 or newer. If you cannot upgrade your version of Packer, you can still install new versions of these plugins manually. Refer to [Manually install plugins using the CLI](#manually-install-plugins-using-the-cli) for more information. ## Manually install plugins using the CLI