Skip to content

Commit 51b5e9d

Browse files
Update version to 0.141.0 (#1286)
Co-authored-by: otelbot <[email protected]>
1 parent 4c44cf6 commit 51b5e9d

File tree

8 files changed

+15
-54
lines changed

8 files changed

+15
-54
lines changed

.chloggen/add-pprof-healthcheck-to-ebpf-distro.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.chloggen/remove_carbon_exporter.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
<!-- next version -->
66

7+
## v0.141.0
8+
9+
### 🛑 Breaking changes 🛑
10+
11+
- `exporter/carbon`: Remove unmaintained component (#1279)
12+
13+
### 🚀 New components 🚀
14+
15+
- `ebpf-profiler`: Add the `healthcheck` and `pprof` extensions to the ebpf-profiler distribution (#1274)
16+
717
## v0.140.1
818

919
### 🚀 New components 🚀

distributions/otelcol-contrib/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dist:
22
module: github.com/open-telemetry/opentelemetry-collector-releases/contrib
33
name: otelcol-contrib
44
description: OpenTelemetry Collector Contrib
5-
version: 0.140.1
5+
version: 0.141.0
66
output_path: ./_build
77
build_tags: "grpcnotrace"
88

distributions/otelcol-ebpf-profiler/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dist:
22
module: github.com/open-telemetry/opentelemetry-collector-releases/ebpf-profiler
33
name: otelcol-ebpf-profiler
44
description: OpenTelemetry Collector for eBPF Profiling
5-
version: 0.140.1
5+
version: 0.141.0
66
output_path: ./_build
77
build_tags: "grpcnotrace"
88

distributions/otelcol-k8s/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dist:
22
module: github.com/open-telemetry/opentelemetry-collector-releases/k8s
33
name: otelcol-k8s
44
description: OpenTelemetry Collector for Kubernetes
5-
version: 0.140.1
5+
version: 0.141.0
66
output_path: ./_build
77
build_tags: "grpcnotrace"
88

distributions/otelcol-otlp/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dist:
22
module: github.com/open-telemetry/opentelemetry-collector-releases/otlp
33
name: otelcol-otlp
44
description: OpenTelemetry Collector OTLP
5-
version: 0.140.1
5+
version: 0.141.0
66
output_path: ./_build
77
build_tags: "grpcnotrace"
88

distributions/otelcol/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dist:
22
module: github.com/open-telemetry/opentelemetry-collector-releases/core
33
name: otelcol
44
description: OpenTelemetry Collector
5-
version: 0.140.1
5+
version: 0.141.0
66
output_path: ./_build
77
build_tags: "grpcnotrace"
88

0 commit comments

Comments
 (0)