From 8c5f2cf0b765573e1b6a9bb7b7abc107b62a1642 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 18 Dec 2013 10:17:13 -0800 Subject: [PATCH] website/www: blog 1.4.1 --- .../2013-12-18-vagrant-1-4-1.html.markdown | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 website/www/source/blog/2013-12-18-vagrant-1-4-1.html.markdown diff --git a/website/www/source/blog/2013-12-18-vagrant-1-4-1.html.markdown b/website/www/source/blog/2013-12-18-vagrant-1-4-1.html.markdown new file mode 100644 index 000000000..38ee1af25 --- /dev/null +++ b/website/www/source/blog/2013-12-18-vagrant-1-4-1.html.markdown @@ -0,0 +1,18 @@ +--- +page_title: "Vagrant 1.4.1" +title: "Vagrant 1.4.1" +author: Mitchell Hashimoto +author_url: https://github.com/mitchellh +--- + +Vagrant 1.4.1 has been released. This is a bug-fix release for Vagrant 1.4.0 +and is a safe drop-in upgrade for all Vagrant 1.4 users. Vagrant 1.4.0 has +been the most stable release so far in the 1.x series and we're happy to +make a bug-fix release to make it even more reliable. + +Vagrant 1.4.1 can be downloaded today from the +[downloads page](/downloads.html). The complete changelog for this release can be found +[here](https://github.com/mitchellh/vagrant/blob/v1.4.1/CHANGELOG.md#141-december-18-2013). + +One notable improvement is that the Docker provisioner now works with +RedHat-based guest machines. The remainder of changes are bug fixes.