Skip to content

Release 4.0.0

Compare
Choose a tag to compare
@byjg byjg released this 14 Aug 16:03
· 208 commits to master since this release
b4af1e2

This version implements a major refactory. As a result, it breaks compatibility with the previous versions.

Do not upgrade to this version before upgrading your definitions according to the features below:

  • Renamed the environment variable DISCOVER to EASYHAPROXY_DISCOVER
  • Enabled the possibility to change the easyhaproxy docker label with the environment variable EASYHAPROXY_LABEL_PREFIX
  • Implemented dynamic definition and removed easyhaproxy.definitions docker label
  • Changed docker label order from easyhaproxy.[property].[definition] to easyhaproxy.[definition].[property]
  • Upgrade alpine from 3.14 to 3.16
  • Upgrade HAProxy from 2.4.15 to 2.4.17

Issues: #11 , #16
PRs: #14 , #16