Skip to content

Releases: criteo-forks/consul

Release v1.17.3-criteo1

19 Jun 14:22
Compare
Choose a tag to compare

Existing consul version dropped here to migrate the binary fetching logic.

v1.9.5-criteo1: Criteo: travis build

22 Apr 14:47
Compare
Choose a tag to compare
Change-Id: I6f6913b3f07ede35c40bb92294ee506b0dd9dc4c

v1.9.3-criteo3: [Streaming] Set KnownLeader by default when streaming is activated

17 Feb 21:12
Compare
Choose a tag to compare
This is not a real fix but will avoid breaking clients relying on this header

Fix https://github.com/hashicorp/consul/issues/9776

v1.9.3-criteo2: [Streaming] Properly filters node-meta queries on health

08 Feb 18:12
Compare
Choose a tag to compare
This wil fix https://github.com/hashicorp/consul/issues/9730

v1.9.3-criteo1: Streaming filter tags + case insensitive lookups for Service Names

04 Feb 18:51
Compare
Choose a tag to compare
Will fix:
 * https://github.com/hashicorp/consul/issues/9695
 * https://github.com/hashicorp/consul/issues/9702

v1.9.1-criteo6: Criteo: travis build

04 Feb 13:19
Compare
Choose a tag to compare
Change-Id: I6f6913b3f07ede35c40bb92294ee506b0dd9dc4c

v1.9.1-criteo5: Dynamic reload of consul agent name (#13)

20 Jan 10:31
c339387
Compare
Choose a tag to compare
This commit allows to dynamically rename consul agents in client mode using consul reload.

When a reload with name change is triggered, the agent leaves the serf cluster and join it back with its new name using a subset of IPs of the previously known peers as start addresses. This commit does not handle server being renamed to mitigate potential risks on the cluster.

v1.9.1-criteo4: Criteo: travis build

18 Jan 13:40
Compare
Choose a tag to compare
Change-Id: I6f6913b3f07ede35c40bb92294ee506b0dd9dc4c

v1.9.1-criteo3

13 Jan 17:05
Compare
Choose a tag to compare
[Streaming][Bugfix] Fix error(s) on services not being modified befor…

v1.9.1-criteo2

07 Jan 10:58
Compare
Choose a tag to compare
[Streaming][bugfix] handle TLS signalisation when TLS is disabled on …