Skip to content

Commit da0a8ba

Browse files
Update version to 0.138.0 (#1221)
Co-authored-by: otelbot <[email protected]>
1 parent 0a463ff commit da0a8ba

File tree

8 files changed

+15
-36
lines changed

8 files changed

+15
-36
lines changed

.chloggen/allow-msi-upgrades.yaml

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

.chloggen/feat_add-unroll-to-contrib.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.138.0
8+
9+
### 🚀 New components 🚀
10+
11+
- `unrollprocessor`: Adds the unroll processor to the Contrib distribution (#1189)
12+
13+
### 💡 Enhancements 💡
14+
15+
- `packaging`: Allow in-place upgrades for Windows MSI installations (#1197)
16+
717
## v0.137.0
818

919
## v0.136.0

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.137.0
5+
version: 0.138.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.137.0
5+
version: 0.138.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.137.0
5+
version: 0.138.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.137.0
5+
version: 0.138.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.137.0
5+
version: 0.138.0
66
output_path: ./_build
77
build_tags: "grpcnotrace"
88

0 commit comments

Comments
 (0)