Skip to content

Releases: cybertec-postgresql/vip-manager

v2.0.0

05 Dec 13:36
5e62e9d

Choose a tag to compare

Warning
This release is incompatible with previous v1 releases! It uses etcd v3 API instead of deprecated v2 API.
Please check the etcd manual if you need to upgrade existing cluster to etcd v3 API.

What's Changed

New Contributors

Full Changelog: v1.0.2...v2.0.0

v1.0.2 - security release

05 Apr 12:51

Choose a tag to compare

v1.0.1

11 Nov 11:48

Choose a tag to compare

Fixes #63

v1.0

03 Nov 10:33

Choose a tag to compare

Important Changes

v1.0-beta3

22 Sep 16:19

Choose a tag to compare

v1.0-beta3 Pre-release
Pre-release

Built packages on centos 7 to avoid GLIBC incompatibilities...

v1.0-beta2

17 Sep 20:40

Choose a tag to compare

v1.0-beta2 Pre-release
Pre-release

This is beta2 for vip-manager v1.0 .

Important Changes

v0.6

16 Sep 17:10
04191ea

Choose a tag to compare

Version 0.6 of vip-manager

Changes included:

  • addition of YAML config file (preexisting flags still work)
  • support for etcd username and password
  • modularization of the VIP-(de-)registration mechanism, changes based on hostingtype parameter. (the ip add add call approach is now called basic)
  • support for the Hetzner IP failover API. A rest call is made to change the target of the failover IP.

including state caching as Hetzner API is heavily rate-limited

  • added retry mechanism with timeout for all VIP methods

  • ARP client will be recreated if calls to it fail. Probably fixes #12 .

  • updated several go dependencies to newer versions that work with newer go 1.12.

  • addition of RPM packaging (through repacking the DEB release with fpm magic)

v0.4

16 Sep 16:41

Choose a tag to compare

Version 0.4 of vip-manager

features:

  • configuration through flags
  • etcd and consul support
  • configuration of virtual ip through ip addr add and ip addr delete calls
  • build target debian package (using fpm)