Skip to content

Commit

Permalink
Prepare release 1.34.0 (#3670)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
  • Loading branch information
pavolloffay committed May 11, 2022
1 parent 34a4b07 commit a49094c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 7 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,31 @@ next release

### UI Changes

1.34.0 (2022-05-11)
-------------------
### Backend Changes

#### Breaking Changes

#### New Features

* Add kubernetes example for hotrod app ([@highb](https://github.com/highb) in [#3645](https://github.com/jaegertracing/jaeger/pull/3645))
* Support writing via gRPC stream in storage plugin ([@vuuihc](https://github.com/vuuihc) in [#3640](https://github.com/jaegertracing/jaeger/pull/3640))
* Instrument MetricsReader with metrics ([@albertteoh](https://github.com/albertteoh) in [#3667](https://github.com/jaegertracing/jaeger/pull/3667))

#### Bug fixes, Minor Improvements

* Sanitize spans with null process or empty service name ([@yurishkuro](https://github.com/yurishkuro) in [#3631](https://github.com/jaegertracing/jaeger/pull/3631))
* Flow tenant through processors as a string ([@esnible](https://github.com/esnible) in [#3661](https://github.com/jaegertracing/jaeger/pull/3661))
* Fix es.log-level behaviour ([@albertteoh](https://github.com/albertteoh) in [#3664](https://github.com/jaegertracing/jaeger/pull/3664))
* Mention remote gRPC storage API ([@yurishkuro](https://github.com/yurishkuro) in [cb6853d](https://github.com/jaegertracing/jaeger/commit/cb6853d4eea1ab5430f5e8db6b603cd7de5a16c3))
* Perform log.fatal if TLS flags are used when tls.enabled=false #2893 ([@clock21am](https://github.com/clock21am) in [#3030](https://github.com/jaegertracing/jaeger/pull/3030))
* Upgrade to Go 1.18 ([@yurishkuro](https://github.com/yurishkuro) in [#3624](https://github.com/jaegertracing/jaeger/pull/3624))

### UI Changes

* UI pinned to version 1.23.0. The changelog is available here [v1.23.0](https://github.com/jaegertracing/jaeger-ui/blob/main/CHANGELOG.md#v1220-2022-05-10).

1.33.0 (2022-04-11)
-------------------
#### New Features
Expand Down
12 changes: 6 additions & 6 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ 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.34.0 | @pavolloffay | 4 May 2022 |
| 1.35.0 | @yurishkuro | 3 June 2022 |
| 1.36.0 | @albertteoh | 6 July 2022 |
| 1.37.0 | @joe-elliott | 3 August 2022 |
| Version | Release Manager | Tentative release date |
|---------|-----------------|------------------------|
| 1.35.0 | @yurishkuro | 3 June 2022 |
| 1.36.0 | @albertteoh | 6 July 2022 |
| 1.37.0 | @joe-elliott | 3 August 2022 |
| 1.38.0 | @pavolloffay | 07 September 2022 |

0 comments on commit a49094c

Please sign in to comment.