Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Prepare for 2.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Nov 28, 2018
1 parent 902e266 commit 4af7af2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4af7af2

Please sign in to comment.