Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
## UNRELEASED
## v0.2.0 (2020-05-06)

FEATURES:

- Add appname_header option - #41
- Add enable_forwardfor option - #40
- Add support for "mode tcp" - #16
- Check dataplaneapi and haproxy binaries - #31

IMPROVEMENTS:

- Update go min version to 1.13 - #43
- Update Consul APIs to 1.4.0 and Consul to 1.7.2 - #28
- Added version in build - #24
- Plug in logs from Consul client - #18
- Perform state diff to configure haproxy: avoid config desync and better backend server handling

BUGFIXES:

* Properly detect when helper processes are not in the `$PATH` (eg: dataplaneapi or haproxy) - #21
- Properly detect when helper processes are not in the `$PATH` (eg: dataplaneapi or haproxy) - #21

## v0.1.9 (2019-09-25)

Expand Down