website/docs: clarify upgrade breakage is a bug
This commit is contained in:
parent
ab9a79e378
commit
838f8d441b
|
@ -18,3 +18,10 @@ Note that Vagrantfile stability for the new Vagrantfile syntax is not
|
||||||
promised until 2.0 final. So while Vagrantfiles made for 1.0.x will
|
promised until 2.0 final. So while Vagrantfiles made for 1.0.x will
|
||||||
[continue to work](/v2/installation/backwards-compatibility.html),
|
[continue to work](/v2/installation/backwards-compatibility.html),
|
||||||
newer Vagrantfiles may have backwards incompatible changes until 2.0 final.
|
newer Vagrantfiles may have backwards incompatible changes until 2.0 final.
|
||||||
|
|
||||||
|
<div class="alert alert-info alert-block">
|
||||||
|
<strong>Run into troubles upgrading?</strong> Please
|
||||||
|
<a href="https://github.com/mitchellh/vagrant/issues">report an issue</a>
|
||||||
|
if you run into problems upgrading. Upgrades are meant to be a smooth
|
||||||
|
process and we consider it a bug if it wasn't.
|
||||||
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue