Skip to content

Commit a61fb06

Browse files
[chore] Prepare release 0.131.0 (#1048)
* Update version from 0.130.0 to 0.131.0 * rename changelog entry yml to yaml * make chlog-update --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent c61489a commit a61fb06

File tree

12 files changed

+389
-502
lines changed

12 files changed

+389
-502
lines changed

β€Ž.chloggen/add-prw2.yamlβ€Ž

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

β€Ž.chloggen/add_textencoding_extension.yamlβ€Ž

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

β€Ž.chloggen/chore-add-tinybird-exporter-to-contrib-distro.yamlβ€Ž

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

β€Ž.chloggen/grpcnotrace.yamlβ€Ž

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

β€Ž.chloggen/remove-loki.ymlβ€Ž

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

β€ŽCHANGELOG.mdβ€Ž

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

55
<!-- next version -->
66

7+
## v0.131.0
8+
9+
### πŸ›‘ Breaking changes πŸ›‘
10+
11+
- `exporter/loki`: The `Loki Exporter` component has been removed from the repo and is no longer being published as it has been deprecated since 9th July 2024. (#1044)
12+
Users of the `lokiexporter` can migrate to using an OTLP exporter. See https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33916
13+
14+
### πŸš€ New components πŸš€
15+
16+
- `prometheusremotewritereceiver`: Add the prometheusremotewritereceiver component to the contrib collector (#1020)
17+
- `tinybirdexporter`: Add tinybird exporter to contrib distribution (#1045)
18+
19+
### πŸ’‘ Enhancements πŸ’‘
20+
21+
- `contrib`: add the `text_encoding` encoding extension to the contrib distribution (#1025)
22+
- `all`: Removes usages of golang.org/x/net/trace which uses html/template and text/template in gRPC. These usages disable golang DCE. (#1018)
23+
724
## v0.130.0
825

926
### πŸš€ New components πŸš€

β€Ž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.130.0
6+
OTELCOL_BUILDER_VERSION ?= 0.131.0
77
OTELCOL_BUILDER_DIR ?= ${HOME}/bin
88
OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb
99

0 commit comments

Comments
Β (0)