Skip to content

Commit

Permalink
Changelog update v0.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
opentelemetrybot committed Aug 14, 2023
1 parent 81242fa commit 2698c3f
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 96 deletions.
27 changes: 0 additions & 27 deletions .chloggen/chloggen-config.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/configwatcher-interface.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .chloggen/extension-effective-config.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .chloggen/mx-psi_refactor-service-telemetry.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions .chloggen/servicesettings-confmap.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,13 @@ This changelog includes only developer-facing changes.
If you are looking for user-facing changes, check out [CHANGELOG.md](./CHANGELOG.md).

<!-- next version -->

## v0.83.0

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

- `all`: Remove go 1.19 support, bump minimum to go 1.20 and add testing for 1.21 (#8207)

### πŸ’‘ Enhancements πŸ’‘

- `changelog`: Generate separate changelogs for end users and package consumers (#8153)
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ If you are looking for developer-facing changes, check out [CHANGELOG-API.md](./

<!-- next version -->

## v0.83.0

### πŸ’‘ Enhancements πŸ’‘

- `extension`: Add optional `ConfigWatcher` interface (#6596)
Extensions implementing this interface will be notified of the Collector's effective config.
- `otelcol`: Add optional `ConfmapProvider` interface for Config Providers (#6596)
This allows providing the Collector's configuration as a marshaled confmap.Conf object
from a ConfigProvider

- `service`: Add `CollectorConf` field to `service.Settings` (#6596)
This field is intended to be used by the Collector to pass its effective configuration to the service.


## v1.0.0-rcv0014/v0.82.0

### πŸ›‘ Breaking changes πŸ›‘
Expand Down

0 comments on commit 2698c3f

Please sign in to comment.