Skip to content

Commit

Permalink
[chore] changelog + prepare release v1.0.0-rc2 (#6828)
Browse files Browse the repository at this point in the history
Re-do of #6820

- make chlog-update and update of core builder test
- Amend changelog name
- prepare release v1.0.0-rc2
- Prepare stable for version v1.0.0-rc2
- add multimod changes

This corresponds to the first three points under step 6. The last point is done on a separate PR, #6822.

Link to tracking Issue: Fixes #6819

Co-authored-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
mx-psi and Alex Boten authored Dec 19, 2022
1 parent 892d07d commit 3efa2bc
Show file tree
Hide file tree
Showing 40 changed files with 68 additions and 325 deletions.
11 changes: 0 additions & 11 deletions .chloggen/bettercfgnames.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .chloggen/deprecate-value-equal.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .chloggen/draftbuilder.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .chloggen/fix4030.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .chloggen/fixotlptransport.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/forwardconnector.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/generic-configunmarshaler.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/mv-factories-otelcol.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/mv-processor.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/mx-psi_configopaque-http.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/refactories.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .chloggen/rmcfgid-1.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .chloggen/rmcfgid-2.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .chloggen/rmconfigauth.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .chloggen/rmdepbatch.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .chloggen/rmdepcompfuncs.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .chloggen/rmdepnopset.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .chloggen/rmdepservice.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .chloggen/rmlllllll.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .chloggen/rmobstest-1.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .chloggen/rmobstest-2.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .chloggen/rmservicecfg.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .chloggen/rmservicetest.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .chloggen/shutdowntel.yaml

This file was deleted.

49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,55 @@

<!-- next version -->

## v1.0.0-RC2/v0.68.0

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

- `componenttest`: Move NopFactories to otelcoltest (#6792)
- `config/confighttp`: Change confighttp.HTTPClientSettings.Headers type to map[string]configopaque.String (#5653)
- `config`: Remove deprecated `component.Config.[ID|SetIDName]`. (#4714)
- `configauth`: Remove deprecated funcs/types from `configauth` (#6719)
- `component`: Remove deprecated funcs/types from component package (#6769)
- `component.[Exporter|Processor|Receiver|Extension]Config`
- `component.Unmarshal[Exporter|Processor|Receiver|Extension]Config`
- `component.[Exporter|Processor|Receiver|Extension]CreateDefaultConfigFunc`
- `component.[Exporter|Receiver|Extension]FactoryOption`
- `component.New[Exporter|Receiver|Extension]Factory`
- `component.With[Traces|Metrics|Logs][Exporter|Receiver]`
- `component.Create[Traces|Metrics|Logs][Exporter|Receiver]Func`
- `component.CreateExtensionFunc`
- `componenttest`: Remove deprecated componenttest.NewNop*CreateSettings (#6761)
- `service`: Remove deprecated `service.[Collector|New|CollectorSettings|ConfigProvider]` (#5564)
- `service`: Remove deprecated funcs `service.NewCommand` and `service.NewSvcHandler`. (#5564)
- `obsreporttest`: Remove deprecate obsreporttest.Check* (#6720)
- `service`: Remove deprecated `service.Config`. (#6774)
- `servicetest`: Remove deprecated `servicetest` package. (#5564)

### 🚩 Deprecations 🚩

- `service`: Deprecate `service.ConfigService` in favor of `service.Config` and `service.ConfigServicePipeline` in favor of `service.PipelineConfig`. (#6787)
- `pdata`: Deprecate `pcommon.Value.Equal` method (#6811)
- `component`: Deprecate `Processor` related structs and functions in favor of `processor` package (#6709)
- `component`: Deprecate component.Factories in favor of otelcol.Factories (#6723)
- `config`: Deprecate `config.[Extension|Exporter|Connector|Receiver|Processor]Settings`. (#6718)
- `batchprocessor`: Deprecate metric views funcs, for OC and Otel. (#6730)
- `obsreporttest`: Deprecate obsreporttest.SetupTelemetryWithID in favor of obsreporttest.SetupTelemetry (#6720)

### πŸš€ New components πŸš€

- `forwardconnector`: Add forward connector (#6763)

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

- `components`: Add [receiver|processor|exporter|extension].Builder to help with creating components form a set of configs and factories (#6803)
- `configunmarshaler`: Consolidate package into generic implementation (#6801)
- `service`: Shutdown internal telemetry with the Service (every time config changes). (#5564)

### 🧰 Bug fixes 🧰

- `configgrpc`: Fix todo to add MeterProvider to grpc instrumentation (#4030)
- `otlpreceiver`: Fix otlpreceiver transport metrics attribute (#6695)

## v1.0.0-RC1/v0.67.0

We are excited to announce that the `pdata` module is now available as a
Expand Down
Loading

0 comments on commit 3efa2bc

Please sign in to comment.