From a594b74aceb4bd807db8b417b95d21a8e4be5d24 Mon Sep 17 00:00:00 2001 From: Pavol Loffay Date: Tue, 5 Mar 2019 10:11:33 +0100 Subject: [PATCH 1/2] Preparing release 1.11 Signed-off-by: Pavol Loffay --- CHANGELOG.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6f04b3ae76..96f9e9c56e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,21 @@ Changes by Version ================== -1.11.0 (unreleased) +1.12.0 (unreleased) +------------------ + +#### Backend Changes + +##### Breaking Changes + +##### New Features + +##### Bug fixes, Minor Improvements + +#### UI Changes + + +1.11.0 (2019-03-07) ------------------ #### Backend Changes @@ -31,10 +45,20 @@ Changes by Version ``` ##### New Features +- Support secure gRPC channel between agent and collector ([#1391](https://github.com/jaegertracing/jaeger/pull/1391), [@ghouscht](https://github.com/ghouscht), [@yurishkuro](https://github.com/yurishkuro)) + ##### Bug fixes, Minor Improvements +- Allow thrift reporter even if grpc hosts are not provided ([#1400](https://github.com/jaegertracing/jaeger/pull/1400), [@pavolloffay](https://github.com/pavolloffay)) +- Allow to use TLS with ES basic auth ([#1388](https://github.com/jaegertracing/jaeger/pull/1388), [@pavolloffay](https://github.com/pavolloffay)) +- Deprecate colon in index prefix in ES dependency store ([#1386](https://github.com/jaegertracing/jaeger/pull/1386), [@pavolloffay](https://github.com/pavolloffay)) +- Make grpc reporter default and add retry ([#1384](https://github.com/jaegertracing/jaeger/pull/1384), [@pavolloffay](https://github.com/pavolloffay)) +- Use `CQLSH_HOST` in final call to `cqlsh` ([#1372](https://github.com/jaegertracing/jaeger/pull/1372), [@funny-falcon](https://github.com/funny-falcon)) + #### UI Changes +* UI pinned to version 1.1.0. The changelog is available here [v1.1.0](https://github.com/jaegertracing/jaeger-ui/blob/master/CHANGELOG.md#v110-march-3-2019) + 1.10.1 (2019-02-21) ------------------ From 555f6cb9c663534706239d6f5f7c045d0ddca232 Mon Sep 17 00:00:00 2001 From: Pavol Loffay Date: Wed, 6 Mar 2019 16:43:11 +0100 Subject: [PATCH 2/2] Fix review comments Signed-off-by: Pavol Loffay --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96f9e9c56e0..faacd32715e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,11 +46,11 @@ Changes by Version ##### New Features - Support secure gRPC channel between agent and collector ([#1391](https://github.com/jaegertracing/jaeger/pull/1391), [@ghouscht](https://github.com/ghouscht), [@yurishkuro](https://github.com/yurishkuro)) +- Allow to use TLS with ES basic auth ([#1388](https://github.com/jaegertracing/jaeger/pull/1388), [@pavolloffay](https://github.com/pavolloffay)) ##### Bug fixes, Minor Improvements -- Allow thrift reporter even if grpc hosts are not provided ([#1400](https://github.com/jaegertracing/jaeger/pull/1400), [@pavolloffay](https://github.com/pavolloffay)) -- Allow to use TLS with ES basic auth ([#1388](https://github.com/jaegertracing/jaeger/pull/1388), [@pavolloffay](https://github.com/pavolloffay)) +- Allow thrift reporter if grpc hosts are not provided ([#1400](https://github.com/jaegertracing/jaeger/pull/1400), [@pavolloffay](https://github.com/pavolloffay)) - Deprecate colon in index prefix in ES dependency store ([#1386](https://github.com/jaegertracing/jaeger/pull/1386), [@pavolloffay](https://github.com/pavolloffay)) - Make grpc reporter default and add retry ([#1384](https://github.com/jaegertracing/jaeger/pull/1384), [@pavolloffay](https://github.com/pavolloffay)) - Use `CQLSH_HOST` in final call to `cqlsh` ([#1372](https://github.com/jaegertracing/jaeger/pull/1372), [@funny-falcon](https://github.com/funny-falcon))