Skip to content

Commit 04f4d6f

Browse files
Update version from 0.131.0 to 0.132.0 (#1107)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d8854fd commit 04f4d6f

File tree

15 files changed

+397
-584
lines changed

15 files changed

+397
-584
lines changed

.chloggen/add_skywalkingencodingextension_in_otel_col_contrib.yaml

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

.chloggen/mowies-fix-checksums.yaml

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

.chloggen/mowies-nightly-releases.yaml

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

.chloggen/prometheus-exporter.yaml

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

.chloggen/remove_opencensus.yaml

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

.chloggen/remove_opencensus_contrib.yaml

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

.chloggen/remove_opencensus_k8s.yaml

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

.chloggen/rv64.yaml

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

CHANGELOG.md

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

55
<!-- next version -->
66

7+
## v0.132.0
8+
9+
### 🛑 Breaking changes 🛑
10+
11+
- `releases`: Fix artifact checksum files being incomplete and split between Linux/Darwin and Windows. (#1002, #1086)
12+
This fixes a bug that occurred because releases for Windows and other Platforms are split.
13+
The Windows release always overwrote the checksum files already created for Linux and Darwin and so, only
14+
the Windows checksums were accessible in the end.
15+
16+
This change is breaking because checksum files for Linux/Darwin and Windows are now split.
17+
18+
- `otelcol`: Remove deprecated opencensus exporter and receiver (#1056)
19+
- `otelcol-contrib`: Remove deprecated opencensus exporter and receiver (#1056)
20+
- `otelcol-k8s`: Remove deprecated opencensus exporter and receiver (#1056)
21+
22+
### 💡 Enhancements 💡
23+
24+
- `contrib`: Add skywalkingencodingextension in otelcol-contrib distribution (#1078)
25+
- `releases`: Introduce nightly releases (#1016)
26+
- `platforms`: Add Tier 3 support for riscv64 (#968, #969)
27+
New Tier 3 platform: riscv64 architecture is now included,
28+
allowing the collector to be built and distributed for this platform.
29+
30+
31+
### 🧰 Bug fixes 🧰
32+
33+
- `service/telemetry`: Pins go.opentelemetry.io/otel/exporters/prometheus to v0.58.0 (#1067)
34+
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.
35+
736
## v0.131.0
837

938
### 🛑 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.132.0
77
OTELCOL_BUILDER_DIR ?= ${HOME}/bin
88
OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb
99

0 commit comments

Comments
 (0)