Skip to content

Commit

Permalink
Prepare release v1.35.0 (#3713)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurishkuro authored May 30, 2022
1 parent 6e9303c commit 557ff71
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 8 deletions.
31 changes: 27 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,34 @@ next release

### UI Changes

1.34.0 (2022-05-11)

1.35.0 (2022-06-01)
-------------------
### Backend Changes

#### Breaking Changes
#### New Features

- Introduce OTLP receiver configuration flags ([@yurishkuro](https://github.com/yurishkuro) in [#3710](https://github.com/jaegertracing/jaeger/pull/3710))
- Define Health Server for GRPC servers ([@mmorel-35](https://github.com/mmorel-35) in [#3712](https://github.com/jaegertracing/jaeger/pull/3712))
- Add OTLP receiver to collector ([@yurishkuro](https://github.com/yurishkuro) in [#3701](https://github.com/jaegertracing/jaeger/pull/3701))
- Add flag to enable/disable dependencies on rollover ([@rubenvp8510](https://github.com/rubenvp8510) in [#3705](https://github.com/jaegertracing/jaeger/pull/3705))
- Add TLS configuration for Admin Server ([@mmorel-35](https://github.com/mmorel-35) in [#3679](https://github.com/jaegertracing/jaeger/pull/3679))
- Add TLS configuration for Zipkin ([@mmorel-35](https://github.com/mmorel-35) in [#3676](https://github.com/jaegertracing/jaeger/pull/3676))

#### Bug fixes, Minor Improvements

- Fix for WithTenant() lost orig context ([@esnible](https://github.com/esnible) in [#3685](https://github.com/jaegertracing/jaeger/pull/3685))
- Add entries to env command for new storage types ([@yurishkuro](https://github.com/yurishkuro) in [#3678](https://github.com/jaegertracing/jaeger/pull/3678))
- Fix Prometheus factory signature ([@yurishkuro](https://github.com/yurishkuro) in [#3681](https://github.com/jaegertracing/jaeger/pull/3681))

### UI Changes

* UI pinned to version [1.24.0 - see the changelog](https://github.com/jaegertracing/jaeger-ui/blob/main/CHANGELOG.md#v1240-2022-06-01).


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

#### New Features

Expand All @@ -36,7 +59,7 @@ next release

### 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).
* 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#v1230-2022-05-10).

1.33.0 (2022-04-11)
-------------------
Expand Down Expand Up @@ -67,7 +90,7 @@ next release
#### New Features

* Enable gRPC reflection service on collector/query ([@yurishkuro](https://github.com/yurishkuro) in [#3526](https://github.com/jaegertracing/jaeger/pull/3526))

#### Bug fixes, Minor Improvements

* Fix query for latency metrics ([@Ashmita152](https://github.com/Ashmita152) in [#3559](https://github.com/jaegertracing/jaeger/pull/3559))
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ build-crossdock-fresh: build-crossdock-linux

.PHONY: changelog
changelog:
python ./scripts/release-notes.py
python3 ./scripts/release-notes.py

.PHONY: install-tools
install-tools:
Expand Down
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Here are the release managers for future versions with the tentative release dat
| 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 |
| 1.38.0 | @pavolloffay | 7 September 2022 |
| 1.39.0 | @yurishkuro | 2 October 2022 |

0 comments on commit 557ff71

Please sign in to comment.