Skip to content

Commit d76793c

Browse files
[chore] Prepare release 0.131.1 (#1070)
* Update version from 0.131.0 to 0.131.0 * fix versions --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Yang Song <yang.song@datadoghq.com>
1 parent 51f846d commit d76793c

File tree

8 files changed

+13
-32
lines changed

8 files changed

+13
-32
lines changed

.chloggen/prometheus-exporter.yaml

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

CHANGELOG.md

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

55
<!-- next version -->
66

7+
## v0.131.1
8+
9+
### 🧰 Bug fixes 🧰
10+
11+
- `service/telemetry`: Pins go.opentelemetry.io/otel/exporters/prometheus to v0.58.0 (#1067)
12+
go.opentelemetry.io/otel/exporters/prometheus v0.59.x has a bug leading to unexpected suffix in metric names, we want to stay with v0.58.0 in the artifacts.
13+
714
## v0.131.0
815

916
### 🛑 Breaking changes 🛑

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GORELEASER ?= goreleaser
33

44
# SRC_ROOT is the top of the source tree.
55
SRC_ROOT := $(shell git rev-parse --show-toplevel)
6-
OTELCOL_BUILDER_VERSION ?= 0.131.0
6+
OTELCOL_BUILDER_VERSION ?= 0.131.1
77
OTELCOL_BUILDER_DIR ?= ${HOME}/bin
88
OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb
99

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

0 commit comments

Comments
 (0)