Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Releases: kevinkamps/Registrar

1.5.1

16 Dec 15:05
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed bug with initialising registries where events could possibly be missed on startup.

Improvements:

  • Added some more logging
  • Removed code that executed duplicate logic.

1.5.0

07 Dec 20:22
Compare
Choose a tag to compare

Features:

  • Added version command line option

1.4.0

28 Nov 16:54
Compare
Choose a tag to compare

Features:

  • Added token support to Consul

Updates:

  • Updated internal libraries

1.3.0

07 Jul 10:31
0fafea5
Compare
Choose a tag to compare

General improvements:

  • Added: Consul - Datacenter config option support
  • Added: Docker - Now possible to influence default behaviour. By default the registrar would register all containers unless specifying the ignore flags. You can now configure it that it would register now unless the ignore flag has been set explicitly to false
  • Added: Configuration printing at startup
  • Bugfix: Docker - At startup to many containers fired starting event
  • Changed: Docker - Improved monitoring
  • Changed: Updated documentation

1.2.2

29 May 09:54
Compare
Choose a tag to compare

Added more logging to consul

1.2.1

29 May 08:56
Compare
Choose a tag to compare

Fixes:

  • Missing scheme for consul config.

1.2.0

18 Mar 19:18
Compare
Choose a tag to compare

Improved logging

New options:

  • monitor-static-log-checks-enabled

1.1.0

18 Mar 13:48
Compare
Choose a tag to compare

Refactored registrars to registries. This was purely a naming refactoring. I changed it because a registrar is someone or something that is going a registration to a registry. Consul is a type of registry where the registrator is registering application/services to.

1.0.1

18 Mar 13:11
Compare
Choose a tag to compare

Fixed bug: By default docker should be disabled

1.0.0

18 Mar 12:45
Compare
Choose a tag to compare

First release with the following features:

  • Monitors
    • Static config monitor
    • Docker monitor
  • Providers
    • AWS provider
    • Ifconfig provider
    • Local Network provider
  • Registrars
    • Consul