Skip to content

Commit

Permalink
Remove service/defaultcomponents deprecated package (#5019)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu authored Mar 16, 2022
1 parent 3de8a66 commit 5ff4874
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 72 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### 🛑 Breaking changes 🛑

- Remove service/defaultcomponents deprecated package (#5019)

## v0.47.0 Beta

### 🛑 Breaking changes 🛑
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ BUILD_INFO=-ldflags "-X $(BUILD_INFO_IMPORT_PATH).Version=$(VERSION)"

RUN_CONFIG?=examples/local/otel-config.yaml
CONTRIB_PATH=$(CURDIR)/../opentelemetry-collector-contrib
COMP_REL_PATH=service/defaultcomponents/defaults.go
COMP_REL_PATH=cmd/otelcorecol/components.go
MOD_NAME=go.opentelemetry.io/collector

ADDLICENSE=addlicense
Expand Down
71 changes: 0 additions & 71 deletions service/defaultcomponents/defaults.go

This file was deleted.

0 comments on commit 5ff4874

Please sign in to comment.