Skip to content

Commit 21baf26

Browse files
authored
Prepare release v1.46.0 (#4498)
1 parent a18af23 commit 21baf26

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed

CHANGELOG.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes by Version
22
==================
33

4-
next release
4+
next release (yyyy-mm-dd)
55
-------------------
66
### Backend Changes
77

@@ -14,20 +14,39 @@ next release
1414
### UI Changes
1515

1616

17-
1.46.0
17+
1.46.0 (2023-06-05)
1818
-------------------
1919
### Backend Changes
2020

2121
#### ⛔ Breaking Changes
2222

23-
* Make OTLP receiver enabled by default ([@yurishkuro](https://github.com/yurishkuro) in [#4494](https://github.com/jaegertracing/jaeger/pull/4494))
23+
OTLP receiver is now enabled by default ([#4494](https://github.com/jaegertracing/jaeger/pull/4494)). This change follows the Jaeger's strategic direction of aligning closely with the OpenTelemetry project. This may cause port conflicts if `jaeger-collector` is depoyed in host network namespace. The original `--collector.otlp.enabled` option is still available and MUST be set to `false` if OTLP receiver is not desired.
2424

2525
#### New Features
2626

27+
* Make OTLP receiver enabled by default ([@yurishkuro](https://github.com/yurishkuro) in [#4494](https://github.com/jaegertracing/jaeger/pull/4494))
28+
* [SPM] Add support for OpenTelemetry SpanMetrics Connector ([@albertteoh](https://github.com/albertteoh) in [#4452](https://github.com/jaegertracing/jaeger/pull/4452)). See [Migration README](https://github.com/jaegertracing/jaeger/blob/main/docker-compose/monitor/README.md#migrating).
29+
2730
#### Bug fixes, Minor Improvements
2831

32+
* Log processor error in Kafka consumer ([@pavolloffay](https://github.com/pavolloffay) in [#4399](https://github.com/jaegertracing/jaeger/pull/4399))
33+
* [bug] Remove TerminateAfter from Elasticsearch/Opensearch query resulting in incomplete span count/list ([@Jakob3xD](https://github.com/Jakob3xD) in [#4336](https://github.com/jaegertracing/jaeger/pull/4336))
34+
* [agent] Use RawConn.Control to get fd instead of Fd() to prevent deadlock on shutdown ([@ChenX1993](https://github.com/ChenX1993) in [#4449](https://github.com/jaegertracing/jaeger/pull/4449))
35+
* [SPM] Fix docker compose command ([@tqi-raurora](https://github.com/tqi-raurora) in [#4444](https://github.com/jaegertracing/jaeger/pull/4444))
36+
37+
#### Maintenance
38+
39+
* [test] Fix flaky test - TestSpanProcessorWithOnDroppedSpanOption ([@yurishkuro](https://github.com/yurishkuro) in [#4489](https://github.com/jaegertracing/jaeger/pull/4489))
40+
* [ci] Skip debug builds when not making a release ([@psk001](https://github.com/psk001) in [#4496](https://github.com/jaegertracing/jaeger/pull/4496))
41+
* Fix some function comments ([@cuishuang](https://github.com/cuishuang) in [#4410](https://github.com/jaegertracing/jaeger/pull/4410))
42+
* Increase dependabot open-pull-requests-limit=10 ([@yurishkuro](https://github.com/yurishkuro) in [04548fc](https://github.com/jaegertracing/jaeger/commit/04548fc339689f970da2de36b964fd3abfca41c2))
43+
* Add jkowall as release manger for July ([@jkowall](https://github.com/jkowall) in [#4446](https://github.com/jaegertracing/jaeger/pull/4446))
44+
* Fix versions in release schedule ([@yurishkuro](https://github.com/yurishkuro) in [8a9d13a](https://github.com/jaegertracing/jaeger/commit/8a9d13a31b477707cec73a9b7bf6242b27cec0ea))
45+
2946
### UI Changes
3047

48+
* UI pinned to version [1.30.0](https://github.com/jaegertracing/jaeger-ui/blob/main/CHANGELOG.md#v1300-2023-06-05).
49+
3150

3251
1.45.0 (2023-05-03)
3352
-------------------

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Jaeger Backend Release Process
22

33
1. Create a PR "Prepare release X.Y.Z" against main or maintenance branch ([example](https://github.com/jaegertracing/jaeger/pull/543/files)) by updating CHANGELOG.md to include:
4-
* A new section with the header `<X.Y.Z> (YYYY-MM-DD)`
4+
* A new section with the header `<X.Y.Z> (YYYY-MM-DD)` (copy the template at the top)
55
* A curated list of notable changes and links to PRs. Do not simply dump git log, select the changes that affect the users.
66
To obtain the list of all changes run `make changelog` or use `scripts/release-notes.py`.
77
* The section can be split into sub-section if necessary, e.g. UI Changes, Backend Changes, Bug Fixes, etc.
@@ -54,8 +54,8 @@ Here are the release managers for future versions with the tentative release dat
5454
5555
| Version | Release Manager | Tentative release date |
5656
|---------|-----------------|------------------------|
57-
| 1.46.0 | @yurishkuro | 3 June 2023 |
5857
| 1.47.0 | @jkowall | 5 July 2023 |
5958
| 1.48.0 | @pavolloffay | 2 August 2023 |
6059
| 1.49.0 | @joe-elliott | 6 September 2023 |
6160
| 1.50.0 | @albertteoh | 4 October 2023 |
61+
| 1.51.0 | @yurishkuro | 5 November 2023 |

0 commit comments

Comments
 (0)