From 0aa15fa0567e8fd79ffdebe694091f8a09ae5446 Mon Sep 17 00:00:00 2001 From: Prithvi Raj Date: Wed, 4 Aug 2021 21:35:33 -0400 Subject: [PATCH] Preparing release 1.25.0 (#3183) Signed-off-by: Prithvi Raj --- CHANGELOG.md | 14 +++++++++----- jaeger-ui | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3a37b7971e..89bc428f47c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,19 @@ Changes by Version ================== -Unreleased +1.25.0 (2021-08-04) ------------------- -### Backend Changes - -#### Breaking Changes - #### New Features +* Add query service with OTLP ([#3086](https://github.com/jaegertracing/jaeger/pull/3086), [@pavolloffay](https://github.com/pavolloffay)) +* Add ppc64le support on multiarch docker images ([#3160](https://github.com/jaegertracing/jaeger/pull/3160), [@krishvoor](https://github.com/krishvoor)) #### Bug fixes, Minor Improvements +* Fix base path in grpc gateway for api_v3 ([#3139](https://github.com/jaegertracing/jaeger/pull/3139), [@pavolloffay](https://github.com/pavolloffay)) +* Add /api prefix for /v3 API ([#3178](https://github.com/jaegertracing/jaeger/pull/3178), [@pavolloffay](https://github.com/pavolloffay)) +* Define `http.Server.ErrorLog` to forward logs to Zap ([#3157](https://github.com/jaegertracing/jaeger/pull/3157), [@yurishkuro](https://github.com/yurishkuro)) +* Add ATM dev environment docker-compose and API doc ([#3171](https://github.com/jaegertracing/jaeger/pull/3171), [@albertteoh](https://github.com/albertteoh)) +* Log the source of sampling strategies ([#3166](https://github.com/jaegertracing/jaeger/pull/3166), [@yurishkuro](https://github.com/yurishkuro)) +* Pin elasticsearch-py to older version without elastic.co product check ([#3180](https://github.com/jaegertracing/jaeger/pull/3180), [@pavolloffay](https://github.com/pavolloffay)) 1.24.0 (2021-07-07) ------------------- diff --git a/jaeger-ui b/jaeger-ui index 0d9946bdb69..493a0f19079 160000 --- a/jaeger-ui +++ b/jaeger-ui @@ -1 +1 @@ -Subproject commit 0d9946bdb69bdb065fa3fafe23dc150f386a1c99 +Subproject commit 493a0f190792550e9d8252e2d61ab246fb1eaa19