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

Commit

Permalink
Add update process to the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Jul 30, 2018
1 parent 7deae2e commit 8eb5b95
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,18 @@
* The self-signed certificate generation now uses a configuration template, which includes a `subjectAltName` ([issue #50](https://github.com/palantirnet/the-vagrant/issues/50), [PR #51](https://github.com/palantirnet/the-vagrant/pull/51)
* The templated Vagrantfile now requires Vagrant >= 2.1.0 ([issue #52](https://github.com/palantirnet/the-vagrant/issues/52), [PR #54](https://github.com/palantirnet/the-vagrant/pull/54))

### Updating from 2.1.0

* This update does **not** require destroying your current vagrant box.
* These steps apply for projects that have not copied the full set of provisioning into their project; if there is a `provisioning/` directory in your project root, you may not receive the full set of fixes with these steps alone.

1. Uninstall the vagrant-triggers plugin with `vagrant plugin uninstall vagrant-triggers`
1. Update to Vagrant >= 2.1.0
1. In your project, require this new release of the-vagrant
1. In your project, run `vendor/bin/the-vagrant-installer`
1. Respond to the prompts to regenerate your `Vagrantfile`
1. Review the changes to make sure that you don't lose any customizations you had to this file
1. Run `vagrant up --provision` or `vagrant reload --provision` to update your box

----
Copyright 2018 Palantir.net, Inc.

0 comments on commit 8eb5b95

Please sign in to comment.