From 4af7af2c9f9fd1f1d87ae3846154bf075a2c0481 Mon Sep 17 00:00:00 2001 From: Bec White Date: Wed, 28 Nov 2018 17:22:00 -0600 Subject: [PATCH] Prepare for 2.3.0 release. --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 474e28b..5f8d1a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## 2.3.0 - November 28, 2018 + +### Changed + +* The template `Vagrantfile` was changed to allow downloading roles from Ansible Galaxy + +### Added + +* Provisioning now installs [nvm](https://github.com/creationix/nvm), using the [leanbit.nvm](https://github.com/leanbit/ansible-nvm) role from Ansible Galaxy + +### Updating to 2.3.0 + +1. Updating to this version requires updates to your project's `Vagrantfile`: + 1. Re-run the-vagrant's installer with `vendor/bin/the-vagrant-installer` to get the latest version; this will overwrite any customizations you've made. + 2. _- OR -_ Add the changes to the `Vagrantfile` shown in [PR #56](https://github.com/palantirnet/the-vagrant/pull/56/files#diff-560ad909e5c24f0a4d43fed0aec59079) (the current default Node version is 8) +2. Re-run the provisioning with `vagrant reload --provision`; this will add `nvm` to your existing box. + +This update does **not** require destroying your current vagrant box. + ## 2.2.2 - November 28, 2018 ### Fixed