Skip to content

Commit

Permalink
Numerous improvements
Browse files Browse the repository at this point in the history
- The role no longer attempts to install the unzip binary locally onto
  the Ansible control host; it is now a hard dependency and role execution
  will fail if unzip is not in the PATH on the control host.
- Snapshot agent installation and configuration (thanks @drewmullen)
- Delegate Consul datacenter DNS domain to Consul (thanks @teralype)
- Allow DNSmasq binding to particular interfaces (thanks @teralype)
- Update local tasks (thanks @sgrimm-sg)
- Update documentation
  • Loading branch information
brianshumate committed Jan 17, 2019
1 parent 07f1c20 commit 0b27386
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## v2.3.0 (UNRELEASED)
## v2.3.0

- The role no longer attempts to install the unzip binary locally onto
the Ansible control host; it is now a hard dependency and role execution
will fail if unzip is not in the PATH on the control host.
- Snapshot agent installation and configuration (thanks @drewmullen)
- Delegate Consul datacenter DNS domain to Consul (thanks @teralype)
- Allow DNSmasq binding to particular interfaces (thanks @teralype)
- Update local tasks (thanks @sgrimm-sg)
- Update documentation

## v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.2.3
v2.3.0

0 comments on commit 0b27386

Please sign in to comment.