diff --git a/CHANGELOG.md b/CHANGELOG.md index 987c0771..7faf1cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -138,3 +138,9 @@ ## v1.3.3 - Update systemd unit file + +## v1.3.4 + +- Use vault_port+1 in cluster_addr for HA vault (thanks @arledesma) +- Update CHANGELOG +- Update Vagrant README diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 5e916260..833f5a85 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -2,5 +2,5 @@ Thank you to all these fine folks for helping with ansible-vault! -- [pierrefh](https://github.com/pierrefh) +- [@pierrefh](https://github.com/pierrefh) - [@arledesma](https://github.com/arledesma) diff --git a/examples/README_VAGRANT.md b/examples/README_VAGRANT.md index 8d943141..43cae70e 100644 --- a/examples/README_VAGRANT.md +++ b/examples/README_VAGRANT.md @@ -90,8 +90,8 @@ BOX_NAME="centos/7" vagrant up 1. This project functions with the following software versions: * Vault version 0.7.0 * Ansible: 2.2.1.0 - * VirtualBox version 5.1.14 - * Vagrant version 1.9.2 + * VirtualBox version 5.1.18 + * Vagrant version 1.9.3 * Vagrant Hosts version 2.8.0 2. This project uses Debian 8 (Jessie) by default, but you can choose another OS distribution with the *BOX_NAME* environment variable diff --git a/version.txt b/version.txt index ea7786a3..043ba4f6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.3.3 +v1.3.4