Skip to content

Releases: criteo-forks/consul

v1.2.2-criteo2: Merge pull request #4 from uepoch/connect-service

31 Aug 07:53
274e0ff

Choose a tag to compare

Use target service name instead of ID as connect proxy service name

v1.2.2-criteo1

21 Aug 09:02

Choose a tag to compare

Fixed tag build for travis

v1.2.0-criteo1

13 Jul 11:43

Choose a tag to compare

Updated travis to build for multiple architectures

v1.1.0-criteo1

28 May 16:27

Choose a tag to compare

Build binaries with travis

v1.0.7-criteo1

16 Apr 17:03

Choose a tag to compare

Merge branch 'agent_health_service' into 1.0.x-criteo

v1.0.6-criteo7

19 Mar 16:13

Choose a tag to compare

Refactoring to have clearer code without weird bool

v1.0.6-criteo6: Allow to control the number of A/AAAA Record returned by DNS

08 Mar 14:50

Choose a tag to compare

This allows to have randomized resource records (i.e. each
answer contains only one IP, but the IP changes every request) for
A, AAAA records.

It will fix https://github.com/hashicorp/consul/issues/3355 and
https://github.com/hashicorp/consul/issues/3937

See https://github.com/hashicorp/consul/issues/3937#issuecomment-370610509
for details.

It basically add a new option called `a_record_limit` and will not
return more than a_record_limit when performing A, AAAA or ANY DNS
requests.

The existing `udp_answer_limit` option is still working but should
be considered as deprecated since it works only with DNS clients
not supporting EDNS.

v1.0.6-criteo5: Simplified error handling for maxIndexForService

07 Mar 16:31

Choose a tag to compare

* added unit tests to ensure service index is properly garbage collected
* added Upgrade from Version 1.0.6 to higher section in documentation

v1.0.6-criteo4

20 Feb 15:20

Choose a tag to compare

Fix version patching .. order

v1.0.6-criteo3

20 Feb 15:09

Choose a tag to compare

Debug info for computed and actual version