From 1994793126f948dd99c8acdd35f999df0c6ab342 Mon Sep 17 00:00:00 2001
From: Chris Bednarski
Date: Fri, 11 Mar 2016 11:13:32 -0800
Subject: [PATCH] Added upgrade warning to remove old plugins
---
website/source/downloads.html.erb | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/website/source/downloads.html.erb b/website/source/downloads.html.erb
index 8e10b68cd..0dfe72e27 100644
--- a/website/source/downloads.html.erb
+++ b/website/source/downloads.html.erb
@@ -29,6 +29,11 @@ page_title: "Downloads"
which has been signed using HashiCorp's GPG key.
You can also download older versions of Packer from the releases service.
+
+ Note: Packer now ships as a single binary. When upgrading from
+ Packer < 0.9.0, you will need to remove the old packer-*
+ plugins from your installation path.
+
<% product_versions.each do |os, arches| %>