Prepare release v2.1.6
This commit is contained in:
parent
1746ed6e1c
commit
5072735866
3 changed files with 8 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
## [v2.1.5](https://github.com/containous/traefik/tree/v2.1.5) (2020-02-28)
|
## [v2.1.6](https://github.com/containous/traefik/tree/v2.1.6) (2020-02-28)
|
||||||
[All Commits](https://github.com/containous/traefik/compare/v2.1.4...v2.1.5)
|
[All Commits](https://github.com/containous/traefik/compare/v2.1.4...v2.1.6)
|
||||||
|
|
||||||
**Bug fixes:**
|
**Bug fixes:**
|
||||||
- **[acme]** Update go-acme/lego to v3.4.0 ([#6376](https://github.com/containous/traefik/pull/6376) by [ldez](https://github.com/ldez))
|
- **[acme]** Update go-acme/lego to v3.4.0 ([#6376](https://github.com/containous/traefik/pull/6376) by [ldez](https://github.com/ldez))
|
||||||
|
@ -28,6 +28,10 @@
|
||||||
- Minor readme improvements ([#6293](https://github.com/containous/traefik/pull/6293) by [Rowayda-Khayri](https://github.com/Rowayda-Khayri))
|
- Minor readme improvements ([#6293](https://github.com/containous/traefik/pull/6293) by [Rowayda-Khayri](https://github.com/Rowayda-Khayri))
|
||||||
- Added link to community forum ([#6283](https://github.com/containous/traefik/pull/6283) by [isaacnewtonfx](https://github.com/isaacnewtonfx))
|
- Added link to community forum ([#6283](https://github.com/containous/traefik/pull/6283) by [isaacnewtonfx](https://github.com/isaacnewtonfx))
|
||||||
|
|
||||||
|
## [v2.1.5](https://github.com/containous/traefik/tree/v2.1.5) (2020-02-28)
|
||||||
|
|
||||||
|
Skipped.
|
||||||
|
|
||||||
## [v2.1.4](https://github.com/containous/traefik/tree/v2.1.4) (2020-02-06)
|
## [v2.1.4](https://github.com/containous/traefik/tree/v2.1.4) (2020-02-06)
|
||||||
[All Commits](https://github.com/containous/traefik/compare/v2.1.3...v2.1.4)
|
[All Commits](https://github.com/containous/traefik/compare/v2.1.3...v2.1.4)
|
||||||
|
|
||||||
|
|
|
@ -580,7 +580,7 @@ Specifies the header name prefix that will be used to store baggage items in a m
|
||||||
Key:Value tag to be set on all the spans.
|
Key:Value tag to be set on all the spans.
|
||||||
|
|
||||||
`--tracing.haystack.localagenthost`:
|
`--tracing.haystack.localagenthost`:
|
||||||
Set haystack-agent's host that the reporter will used. (Default: ```LocalAgentHost```)
|
Set haystack-agent's host that the reporter will used. (Default: ```127.0.0.1```)
|
||||||
|
|
||||||
`--tracing.haystack.localagentport`:
|
`--tracing.haystack.localagentport`:
|
||||||
Set haystack-agent's port that the reporter will used. (Default: ```35000```)
|
Set haystack-agent's port that the reporter will used. (Default: ```35000```)
|
||||||
|
|
|
@ -580,7 +580,7 @@ Specifies the header name prefix that will be used to store baggage items in a m
|
||||||
Key:Value tag to be set on all the spans.
|
Key:Value tag to be set on all the spans.
|
||||||
|
|
||||||
`TRAEFIK_TRACING_HAYSTACK_LOCALAGENTHOST`:
|
`TRAEFIK_TRACING_HAYSTACK_LOCALAGENTHOST`:
|
||||||
Set haystack-agent's host that the reporter will used. (Default: ```LocalAgentHost```)
|
Set haystack-agent's host that the reporter will used. (Default: ```127.0.0.1```)
|
||||||
|
|
||||||
`TRAEFIK_TRACING_HAYSTACK_LOCALAGENTPORT`:
|
`TRAEFIK_TRACING_HAYSTACK_LOCALAGENTPORT`:
|
||||||
Set haystack-agent's port that the reporter will used. (Default: ```35000```)
|
Set haystack-agent's port that the reporter will used. (Default: ```35000```)
|
||||||
|
|
Loading…
Reference in a new issue