Skip to content

Commit

Permalink
Prepare release 1.30.0 (#3478)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavolloffay authored Jan 11, 2022
1 parent a3d7288 commit 50764f9
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 10 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 8 additions & 9 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit 50764f9

Please sign in to comment.