Skip to content

Releases: NinesStack/haproxy-api

Modernized for newer Go and Deps

14 Apr 12:30
fcbfa57
Compare
Choose a tag to compare
v0.9.4

Modernized for newer Go and deps

Fix Reload Command for Haproxy 1.8

23 Mar 16:58
Compare
Choose a tag to compare
v0.9.3

Fix reload command for haproxy 1.8

Fixed follower mode for Sidecar with IP addresses

21 Jul 15:58
Compare
Choose a tag to compare

Added Follower Mode

27 Mar 14:30
Compare
Choose a tag to compare

In this release, HAproxy-API adds the ability to run in follower mode against a remote Sidecar. This is particularly useful for local development work. See README for additional details.

The basic usage is:

$ ./haproxy-api -F <your sidecar IP>:7777

This results in a locally configured HAproxy with the configuration from the remote Sidecar instance.