You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-10Lines changed: 22 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ Changes by Version
3
3
4
4
1.16.0 (unreleased)
5
5
------------------
6
+
6
7
#### Backend Changes
7
8
8
9
##### Breaking Changes
@@ -13,8 +14,19 @@ Changes by Version
13
14
14
15
#### UI Changes
15
16
17
+
18
+
1.15.1 (2019-11-07)
19
+
------------------
20
+
21
+
##### Bug fixes, Minor Improvements
22
+
23
+
* Build platform binaries as part of CI ([#1909](https://github.com/jaegertracing/jaeger/pull/1909), [@yurishkuro](https://github.com/yurishkuro))
24
+
* Upgrade and fix dependencies ([#1907](https://github.com/jaegertracing/jaeger/pull/1907), [@yurishkuro](https://github.com/yurishkuro))
25
+
26
+
16
27
1.15.0 (2019-11-07)
17
28
------------------
29
+
18
30
#### Backend Changes
19
31
20
32
##### Breaking Changes
@@ -26,7 +38,7 @@ Changes by Version
26
38
* Mark `--collector.grpc.tls.client.ca` flag as deprecated for jaeger-collector. ([#1840](https://github.com/jaegertracing/jaeger/pull/1840), [@yurishkuro](https://github.com/yurishkuro))
27
39
28
40
The deprecated flag will still work until being removed, it's recommended to use `--collector.grpc.tls.client-ca` instead.
29
-
41
+
30
42
##### New Features
31
43
32
44
* Support TLS for Kafka ([#1414](https://github.com/jaegertracing/jaeger/pull/1414), [@MichaHoffmann](https://github.com/MichaHoffmann))
@@ -59,7 +71,7 @@ Changes by Version
59
71
60
72
* Create ES index templates instead of indices ([#1627](https://github.com/jaegertracing/jaeger/pull/1627), [@pavolloffay](https://github.com/pavolloffay))
61
73
62
-
This can break existing Elasticsearch deployments if security policies are applied.
74
+
This can break existing Elasticsearch deployments if security policies are applied.
63
75
For instance Jaeger `X-Pack` configuration now requires permission to create index templates - `manage_index_templates`.
64
76
65
77
##### New Features
@@ -68,12 +80,12 @@ Changes by Version
68
80
* Add Elasticsearch version flag ([#1753](https://github.com/jaegertracing/jaeger/pull/1753), [@pavolloffay](https://github.com/pavolloffay))
69
81
* Add Elasticsearch 7 support ([#1690](https://github.com/jaegertracing/jaeger/pull/1690), [@gregoryfranklin](https://github.com/gregoryfranklin))
70
82
71
-
The index mappings in Elasticsearch 7 are not backwards compatible with the older versions.
83
+
The index mappings in Elasticsearch 7 are not backwards compatible with the older versions.
72
84
Therefore using Elasticsearch 7 with data created with older version would not work.
73
85
Elasticsearch 6.8 supports 7.x, 6.x, 5.x compatible mappings. The upgrade has to be done
74
86
first to ES 6.8, then apply data migration or wait until old daily indices are removed (this requires
75
87
to start Jaeger with `--es.version=7` to force using ES 7.x mappings for newly created indices).
76
-
88
+
77
89
Jaeger by default uses Elasticsearch ping endpoint (`/`) to derive the version which is used
78
90
for index mappings selection. The version can be overridden by flag `--es.version`.
0 commit comments