vagrant/docs/backwards-compatibility.md

21 lines
886 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: default
title: Backwards Compatibility
---
<h1 class="top">Backwards Compatibility Promise</h1>
Vagrant has set high goals for itself: to change the way web
developers work. But we know that to achieve that, it needs to be
a stable and reliable tool. One of our main goals is that you should
be able to go back to a Vagrant powered project a year later and still
be able to build its environment as if it were made the same day. To
accomplish this we need to settle on a standard API and configuration
specification.
With that in mind, our promise is to provide backwards compatibility
for every major version of Vagrant. For example, once Vagrant 1.0 is
released, we promise to support that version forever (one way or another).
It is a bold statement, one which were sure will introduce significant
development challenges in the future, but were committed to it.