Skip to content

Releases: wndhydrnt/proxym

1.5.0

14 Aug 09:43
Compare
Choose a tag to compare

Features:

  • [Hipache] Add support for Hipache

Improvements:

  • [Manager] Wrap each HTTP handler with a Prometheus handler to expose metrics
  • [Marathon] Support applications that use the HOST network
  • [Proxy] Define a command to check the configuration file

Bug Fixes:

  • [Docs] Syntax error in example configuration file of HAProxy
  • [Marathon] Fix ServiceGenerator only picks the first server in the list #16
  • [Mesos Master] Fix panic when no master could be parsed #19

1.4.0

27 Jul 17:51
Compare
Choose a tag to compare

Features:

  • [Core] Support proxying based on path

Improvements:

  • [Manager] manager.RegisterHttpEndpoint expects only a path and not a prefix + pattern
  • [Manager] Use one metric with different label names to record successful and failed runs
  • [Mesos Master] Reduce number of requests to a Mesos Master

Bug Fixes:

  • [Mesos Master] Do not prefix the Id of emitted the service with /

1.3.0

02 Jul 19:34
Compare
Choose a tag to compare

Features:

  • Proxy Config Generator: Generate the configuration file from a template.
    Uses the hugo templating engine.
  • types.Service now exposes a Source field which can be checked in templates.
  • Added the ability to define ApplicationProtocol and TransportProtocol in types.Service.
  • New module Annotation Api
  • Notifier in module File that triggers when a file is added/changed/removed.
  • Expose metrics of processed and errored runs

Improvements:

  • Make HAProxy module work with other load balancers. Rename it to Proxy.
  • Proxy Config Generator: Do not detect HTTP via the ServicePort of a service.

Bugfixes:

  • Marathon Service Generator: Fix error when retrieving /v2/tasks from Marathon 0.8.1.

1.2.2

20 Feb 08:33
Compare
Choose a tag to compare

Bugfixes:

  • Fix panic due to Marathon ServiceGenerator processing tasks without any ports

1.2.1

17 Feb 16:53
Compare
Choose a tag to compare

Bugfixes:

  • Configured domain not recognized in mesos_master module

1.2.0

15 Feb 21:25
Compare
Choose a tag to compare

Features:

  • Introduce application and error loggers
  • Mesos Master module

Improvements:

  • Trigger a refresh right after startup
  • Simplified Upstart script

1.1.0

13 Feb 16:13
Compare
Choose a tag to compare
  • Assign additional domains to a service in the config of HAProxy

1.0.1

12 Feb 21:36
Compare
Choose a tag to compare
  • Align usage of environment variables
  • Create debian package during release process

1.0.0

03 Feb 21:22
Compare
Choose a tag to compare

Initial release