Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Prepare release v1.0.0-rcv0015/v0.86.0 #8514

Merged
merged 7 commits into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .chloggen/builder-env.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions .chloggen/codeboten_deprecate-obsreporttest.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions .chloggen/codeboten_obsreport-dep.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions .chloggen/codeboten_obsreport-processor.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions .chloggen/codeboten_obsreport-scraper.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/codeboten_rm-pipelineconfig.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/codeboten_split-otelcol-module.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/codeboten_split-service-module.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions .chloggen/debug-exporter-2.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/debug-exporter.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/fix-incorrect-use-of-fsnotify.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/log-featuregates.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/s390x-platform-enablement.yaml

This file was deleted.

42 changes: 42 additions & 0 deletions CHANGELOG-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,48 @@ If you are looking for user-facing changes, check out [CHANGELOG.md](./CHANGELOG

<!-- next version -->

## v1.0.0-rcv0015/v0.86.0

### 🛑 Breaking changes 🛑

- `service`: remove deprecated service.PipelineConfig (#8485)

### 🚩 Deprecations 🚩

- `obsreporttest`: deprecate To*CreateSettings funcs in obsreporttest (#8492)
The following TestTelemetry methods have been deprecated. Use structs instead:
- ToExporterCreateSettings -> exporter.CreateSettings
- ToProcessorCreateSettings -> processor.CreateSettings
- ToReceiverCreateSettings -> receiver.CreateSettings

- `obsreport`: Deprecating `obsreport.Exporter`, `obsreport.ExporterSettings`, `obsreport.NewExporter` (#8492)
These deprecated methods/structs have been moved to exporterhelper:
- `obsreport.Exporter` -> `exporterhelper.ObsReport`
- `obsreport.ExporterSettings` -> `exporterhelper.ObsReportSettings`
- `obsreport.NewExporter` -> `exporterhelper.NewObsReport`

- `obsreport`: Deprecating `obsreport.BuildProcessorCustomMetricName`, `obsreport.Processor`, `obsreport.ProcessorSettings`, `obsreport.NewProcessor` (#8492)
These deprecated methods/structs have been moved to processorhelper:
- `obsreport.BuildProcessorCustomMetricName` -> `processorhelper.BuildCustomMetricName`
- `obsreport.Processor` -> `processorhelper.ObsReport`
- `obsreport.ProcessorSettings` -> `processorhelper.ObsReportSettings`
- `obsreport.NewProcessor` -> `processorhelper.NewObsReport`

- `obsreport`: Deprecating obsreport scraper and receiver API (#8492)
These deprecated methods/structs have been moved to receiverhelper and scraperhelper:
- `obsreport.Receiver` -> `receiverhelper.ObsReport`
- `obsreport.ReceiverSettings` -> `receiverhelper.ObsReportSettings`
- `obsreport.NewReceiver` -> `receiverhelper.NewObsReport`
- `obsreport.Scraper` -> `scraperhelper.ObsReport`
- `obsreport.ScraperSettings` -> `scraperhelper.ObsReportSettings`
- `obsreport.NewScraper` -> `scraperhelper.NewObsReport`


### 💡 Enhancements 💡

- `otelcol`: Splitting otelcol into its own module. (#7924)
- `service`: Split service into its own module (#7923)

## v0.85.0

## v0.84.0
Expand Down
Loading
Loading