Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

31 changes: 0 additions & 31 deletions .chloggen/mowies-fix-checksums.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .chloggen/mowies-nightly-releases.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .chloggen/prometheus-exporter.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .chloggen/remove_opencensus.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .chloggen/remove_opencensus_contrib.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .chloggen/remove_opencensus_k8s.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions .chloggen/rv64.yaml

This file was deleted.

29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@

<!-- next version -->

## v0.132.0

### 🛑 Breaking changes 🛑

- `releases`: Fix artifact checksum files being incomplete and split between Linux/Darwin and Windows. (#1002, #1086)
This fixes a bug that occurred because releases for Windows and other Platforms are split.
The Windows release always overwrote the checksum files already created for Linux and Darwin and so, only
the Windows checksums were accessible in the end.

This change is breaking because checksum files for Linux/Darwin and Windows are now split.

- `otelcol`: Remove deprecated opencensus exporter and receiver (#1056)
- `otelcol-contrib`: Remove deprecated opencensus exporter and receiver (#1056)
- `otelcol-k8s`: Remove deprecated opencensus exporter and receiver (#1056)

### 💡 Enhancements 💡

- `contrib`: Add skywalkingencodingextension in otelcol-contrib distribution (#1078)
- `releases`: Introduce nightly releases (#1016)
- `platforms`: Add Tier 3 support for riscv64 (#968, #969)
New Tier 3 platform: riscv64 architecture is now included,
allowing the collector to be built and distributed for this platform.


### 🧰 Bug fixes 🧰

- `service/telemetry`: Pins go.opentelemetry.io/otel/exporters/prometheus to v0.58.0 (#1067)
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.

## v0.131.0

### 🛑 Breaking changes 🛑
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GORELEASER ?= goreleaser

# SRC_ROOT is the top of the source tree.
SRC_ROOT := $(shell git rev-parse --show-toplevel)
OTELCOL_BUILDER_VERSION ?= 0.131.0
OTELCOL_BUILDER_VERSION ?= 0.132.0
OTELCOL_BUILDER_DIR ?= ${HOME}/bin
OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb

Expand Down
Loading
Loading