Releases: criteo-forks/consul
Releases · criteo-forks/consul
v1.2.2-criteo2: Merge pull request #4 from uepoch/connect-service
Use target service name instead of ID as connect proxy service name
v1.2.2-criteo1
Fixed tag build for travis
v1.2.0-criteo1
Updated travis to build for multiple architectures
v1.1.0-criteo1
Build binaries with travis
v1.0.7-criteo1
Merge branch 'agent_health_service' into 1.0.x-criteo
v1.0.6-criteo7
Refactoring to have clearer code without weird bool
v1.0.6-criteo6: Allow to control the number of A/AAAA Record returned by DNS
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
* 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
Fix version patching .. order
v1.0.6-criteo3
Debug info for computed and actual version