Skip to content

Commit 591d83f

Browse files
authored
Prepare release 1.42.0 (#4211)
Signed-off-by: Yuri Shkuro <github@ysh.us>
1 parent 5040023 commit 591d83f

2 files changed

Lines changed: 34 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,44 @@ next release
77

88
#### ⛔ Breaking Changes
99

10-
* HotROD application is switched from Jaeger SDK to OpenTelemetry SDK in [#4187](https://github.com/jaegertracing/jaeger/pull/4187). Some environment variables previously accepted are no longer recognized. See PR for details.
11-
* `tracegen` utility is switched from Jaeger SDK to OpenTelemetry SDK in [#4189](https://github.com/jaegertracing/jaeger/pull/4189). Some environment variables previously accepted are no longer recognized. See PR for details.
10+
#### New Features
11+
12+
#### Bug fixes, Minor Improvements
13+
14+
### UI Changes
15+
16+
1.42.0 (2023-02-05)
17+
-------------------
18+
### Backend Changes
19+
20+
#### ⛔ Breaking Changes
21+
22+
* HotROD 🚗 application is switched from Jaeger SDK to OpenTelemetry SDK ([@yurishkuro](https://github.com/yurishkuro) in [#4187](https://github.com/jaegertracing/jaeger/pull/4187)). Some environment variables previously accepted are no longer recognized. See PR for details.
23+
* Map old env vars from Jaeger SDK to OTel SDK vars ([@yurishkuro](https://github.com/yurishkuro) in [#4200](https://github.com/jaegertracing/jaeger/pull/4200))
24+
* Use patched version of github.com/opentracing-contrib/go-grpc in HotROD ([@yurishkuro](https://github.com/yurishkuro) in [#4210](https://github.com/jaegertracing/jaeger/pull/4210))
25+
* `tracegen` utility is switched from Jaeger SDK to OpenTelemetry SDK ([@yurishkuro](https://github.com/yurishkuro) in [#4189](https://github.com/jaegertracing/jaeger/pull/4189)). Some environment variables previously accepted are no longer recognized. See PR for details.
1226

1327
#### New Features
1428

29+
* Add CLI flags for controlling HTTP server timeouts ([@yurishkuro](https://github.com/yurishkuro) in [#4167](https://github.com/jaegertracing/jaeger/pull/4167))
30+
* Watch directories for certificate hot-reload ([@tsaarni](https://github.com/tsaarni) in [#4159](https://github.com/jaegertracing/jaeger/pull/4159))
31+
* Support tenant header propagation in query service and grpc-plugin ([@pavolloffay](https://github.com/pavolloffay) in [#4151](https://github.com/jaegertracing/jaeger/pull/4151))
32+
33+
1534
#### Bug fixes, Minor Improvements
1635

36+
* Replace Thrift-gen with Proto-gen types for sampling strategies ([@yurishkuro](https://github.com/yurishkuro) in [#4181](https://github.com/jaegertracing/jaeger/pull/4181))
37+
* Use Protobuf-based JSON output for sampling strategies ([@yurishkuro](https://github.com/yurishkuro) in [#4173](https://github.com/jaegertracing/jaeger/pull/4173))
38+
* [tests]: Use `t.Setenv` to set env vars in tests ([@Juneezee](https://github.com/Juneezee) in [#4169](https://github.com/jaegertracing/jaeger/pull/4169))
39+
* ci(lint): bump golangci-lint to v1.50.1 ([@mmorel-35](https://github.com/mmorel-35) in [#4195](https://github.com/jaegertracing/jaeger/pull/4195))
40+
* Convert token propagation integration test to plain unit test ([@yurishkuro](https://github.com/yurishkuro) in [#4162](https://github.com/jaegertracing/jaeger/pull/4162))
41+
* Refactor scripts/es-integration-test.sh ([@yurishkuro](https://github.com/yurishkuro) in [#4161](https://github.com/jaegertracing/jaeger/pull/4161))
42+
* Fix "index out of range" when receiving a dual client/server Zipkin span ([@yurishkuro](https://github.com/yurishkuro) in [#4160](https://github.com/jaegertracing/jaeger/pull/4160))
43+
1744
### UI Changes
1845

46+
* No changes.
47+
1948
1.41.0 (2023-01-04)
2049
-------------------
2150
### Backend Changes

RELEASE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Here are the release managers for future versions with the tentative release dat
5454
5555
| Version | Release Manager | Tentative release date |
5656
|---------|-----------------|------------------------|
57-
| 1.42.0 | @yurishkuro | 1 February 2023 |
58-
| 1.43.0 | @pavolloffay | 8 March 2023 |
59-
| 1.44.0 | @joe-elliott | 5 April 2023 |
57+
| 1.43.0 | @pavolloffay | 8 March 2023 |
58+
| 1.44.0 | @joe-elliott | 5 April 2023 |
6059
| 1.45.0 | @albertteoh | 3 May 2023 |
60+
| 1.46.0 | @yurishkuro | 3 June 2023 |

0 commit comments

Comments
 (0)