Skip to content

Commit 8c89e64

Browse files
author
Yuri Shkuro
committed
Prepare release 1.15.1
Signed-off-by: Yuri Shkuro <ys@uber.com>
1 parent e17a37b commit 8c89e64

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

CHANGELOG.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Changes by Version
33

44
1.16.0 (unreleased)
55
------------------
6+
67
#### Backend Changes
78

89
##### Breaking Changes
@@ -13,8 +14,19 @@ Changes by Version
1314

1415
#### UI Changes
1516

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+
1627
1.15.0 (2019-11-07)
1728
------------------
29+
1830
#### Backend Changes
1931

2032
##### Breaking Changes
@@ -26,7 +38,7 @@ Changes by Version
2638
* 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))
2739

2840
The deprecated flag will still work until being removed, it's recommended to use `--collector.grpc.tls.client-ca` instead.
29-
41+
3042
##### New Features
3143

3244
* Support TLS for Kafka ([#1414](https://github.com/jaegertracing/jaeger/pull/1414), [@MichaHoffmann](https://github.com/MichaHoffmann))
@@ -59,7 +71,7 @@ Changes by Version
5971

6072
* Create ES index templates instead of indices ([#1627](https://github.com/jaegertracing/jaeger/pull/1627), [@pavolloffay](https://github.com/pavolloffay))
6173

62-
This can break existing Elasticsearch deployments if security policies are applied.
74+
This can break existing Elasticsearch deployments if security policies are applied.
6375
For instance Jaeger `X-Pack` configuration now requires permission to create index templates - `manage_index_templates`.
6476

6577
##### New Features
@@ -68,12 +80,12 @@ Changes by Version
6880
* Add Elasticsearch version flag ([#1753](https://github.com/jaegertracing/jaeger/pull/1753), [@pavolloffay](https://github.com/pavolloffay))
6981
* Add Elasticsearch 7 support ([#1690](https://github.com/jaegertracing/jaeger/pull/1690), [@gregoryfranklin](https://github.com/gregoryfranklin))
7082

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.
7284
Therefore using Elasticsearch 7 with data created with older version would not work.
7385
Elasticsearch 6.8 supports 7.x, 6.x, 5.x compatible mappings. The upgrade has to be done
7486
first to ES 6.8, then apply data migration or wait until old daily indices are removed (this requires
7587
to start Jaeger with `--es.version=7` to force using ES 7.x mappings for newly created indices).
76-
88+
7789
Jaeger by default uses Elasticsearch ping endpoint (`/`) to derive the version which is used
7890
for index mappings selection. The version can be overridden by flag `--es.version`.
7991

@@ -187,15 +199,15 @@ Changes by Version
187199
--ingester.encoding
188200
--ingester.topic
189201
--ingester.group-id
190-
```
191-
202+
```
203+
192204
In the Collector, they are replaced by:
193205
```
194206
--kafka.producer.brokers
195207
--kafka.producer.encoding
196208
--kafka.producer.topic
197209
```
198-
210+
199211
In the Ingester, they are replaced by:
200212
```
201213
--kafka.consumer.brokers
@@ -252,15 +264,15 @@ Changes by Version
252264
--kafka.brokers
253265
--kafka.encoding
254266
--kafka.topic
255-
```
256-
267+
```
268+
257269
In the Collector, they are replaced by:
258270
```
259271
--kafka.producer.brokers
260272
--kafka.producer.encoding
261273
--kafka.producer.topic
262274
```
263-
275+
264276
In the Ingester, they are replaced by:
265277
```
266278
--kafka.consumer.brokers

0 commit comments

Comments
 (0)