Skip to content

Commit 2c35cce

Browse files
authored
[chore][CHANGELOG] Fix issue number (#44071)
Issue number had an extra `0` at the end. I'll update release notes once this is merged.
1 parent ffc8d03 commit 2c35cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ If you are looking for developer-facing changes, check out [CHANGELOG-API.md](./
9595
- `receiver/postgresql`: Change the unit of the metric `postgresql.table.vacuum.count` to be `vacuum` instead of vacuums (#43272)
9696
- `receiver/prometheus`: Fix missing staleness tracking leading to missing no recorded value data points. (#43893)
9797
- `receiver/prometheusremotewrite`: Fixed a concurrency bug in the Prometheus remote write receiver where concurrent requests with identical job/instance labels would return empty responses after the first successful request. (#42159)
98-
- `receiver/pulsar`: Fix the oauth2 flow for pulsar exporter by adding additional configuration fields (#435960)
98+
- `receiver/pulsar`: Fix the oauth2 flow for pulsar exporter by adding additional configuration fields (#43596)
9999
Fixes the oauth2 authentication flow in pulsar receiver by exposing additional configuration like `private_key` and `scope`.
100100

101101
- `receiver/receiver_creator`: Fix annotation-discovery config unmarshaling for nested configs (#43730)

0 commit comments

Comments
 (0)