diff --git a/CHANGELOG.md b/CHANGELOG.md index 9989065cb90..fa625843269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,34 @@ Changes by Version next release ------------------- ### Backend Changes + #### Breaking Changes +### UI Changes + #### New Features +#### Bug fixes, Minor Improvements + +1.30.0 (2022-01-11) +------------------- +### Backend Changes + +#### New Features + +* Add remote gRPC option for storage plugin ([@cevian](https://github.com/cevian) in [#3383](https://github.com/jaegertracing/jaeger/pull/3383)) +* Build binaries for darwin/arm64 ([@jhchabran](https://github.com/jhchabran) in [#3431](https://github.com/jaegertracing/jaeger/pull/3431)) +* Add MaxConnectionAge[Grace] to collector's gRPC server ([@jpkrohling](https://github.com/jpkrohling) in [#3422](https://github.com/jaegertracing/jaeger/pull/3422)) + +#### Bug fixes, Minor Improvements + +* Fix prefixed index rollover ([@albertteoh](https://github.com/albertteoh) in [#3457](https://github.com/jaegertracing/jaeger/pull/3457)) +* Log problems communicating with Elasticsearch ([@esnible](https://github.com/esnible) in [#3451](https://github.com/jaegertracing/jaeger/pull/3451)) + +### UI Changes + +* UI pinned to version 1.20.0. The changelog is available here [v1.20.0](https://github.com/jaegertracing/jaeger-ui/blob/main/CHANGELOG.md#v1200-jan-11-2022) + 1.29.0 (2021-12-01) ------------------- ### Backend Changes diff --git a/RELEASE.md b/RELEASE.md index 992263458ae..a936ba4439b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -36,12 +36,11 @@ In order to ensure that knowledge about releasing Jaeger is spread among maintai Here are the release managers for future versions with the tentative release dates. The release dates are the first Wednesday of the month, and we might skip a release if not enough changes happened since the previous release. In such case, the next tentative release date is the first Wednesday of the subsequent month. -| Version | Release Manager | Tentative release date | -|-----------|------------------|------------------------| -| 1.29.0 | @jpkrohling | 1 December 2021 | -| 1.30.0 | @pavolloffay | 5 January 2022 | -| 1.31.0 | @vprithvi | 2 February 2022 | -| 1.32.0 | @yurishkuro | 2 March 2022 | -| 1.33.0 | @jpkrohling | 6 April 2022 | -| 1.34.0 | @albertteoh | 4 May 2022 | -| 1.35.0 | @joe-elliott | 1 June 2022 | +| Version | Release Manager | Tentative release date | +|---------|------------------|------------------------| +| 1.31.0 | @vprithvi | 2 February 2022 | +| 1.32.0 | @yurishkuro | 2 March 2022 | +| 1.33.0 | @jpkrohling | 6 April 2022 | +| 1.34.0 | @albertteoh | 4 May 2022 | +| 1.35.0 | @joe-elliott | 1 June 2022 | +| 1.36.0 | @pavolloffay | 6 July 2022 | diff --git a/jaeger-ui b/jaeger-ui index ad0005f5587..5dffb3653df 160000 --- a/jaeger-ui +++ b/jaeger-ui @@ -1 +1 @@ -Subproject commit ad0005f55876d2d43a882a9ab375ab7e38449a06 +Subproject commit 5dffb3653df37a0464b982aa81b09daed541e858