Skip to content

Commit 2698c3f

Browse files
Changelog update v0.83.0
1 parent 81242fa commit 2698c3f

7 files changed

+24
-96
lines changed

β€Ž.chloggen/chloggen-config.yaml

-27
This file was deleted.

β€Ž.chloggen/configwatcher-interface.yaml

-16
This file was deleted.

β€Ž.chloggen/extension-effective-config.yaml

-18
This file was deleted.

β€Ž.chloggen/mx-psi_refactor-service-telemetry.yaml

-18
This file was deleted.

β€Ž.chloggen/servicesettings-confmap.yaml

-17
This file was deleted.

β€ŽCHANGELOG-API.md

+10
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,13 @@ This changelog includes only developer-facing changes.
66
If you are looking for user-facing changes, check out [CHANGELOG.md](./CHANGELOG.md).
77

88
<!-- next version -->
9+
10+
## v0.83.0
11+
12+
### πŸ›‘ Breaking changes πŸ›‘
13+
14+
- `all`: Remove go 1.19 support, bump minimum to go 1.20 and add testing for 1.21 (#8207)
15+
16+
### πŸ’‘ Enhancements πŸ’‘
17+
18+
- `changelog`: Generate separate changelogs for end users and package consumers (#8153)

β€ŽCHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ If you are looking for developer-facing changes, check out [CHANGELOG-API.md](./
77

88
<!-- next version -->
99

10+
## v0.83.0
11+
12+
### πŸ’‘ Enhancements πŸ’‘
13+
14+
- `extension`: Add optional `ConfigWatcher` interface (#6596)
15+
Extensions implementing this interface will be notified of the Collector's effective config.
16+
- `otelcol`: Add optional `ConfmapProvider` interface for Config Providers (#6596)
17+
This allows providing the Collector's configuration as a marshaled confmap.Conf object
18+
from a ConfigProvider
19+
20+
- `service`: Add `CollectorConf` field to `service.Settings` (#6596)
21+
This field is intended to be used by the Collector to pass its effective configuration to the service.
22+
23+
1024
## v1.0.0-rcv0014/v0.82.0
1125

1226
### πŸ›‘ Breaking changes πŸ›‘

0 commit comments

Comments
Β (0)