Skip to content

Commit 30f80f8

Browse files
Update version from 0.130.0 to 0.131.0
1 parent c61489a commit 30f80f8

File tree

11 files changed

+384
-475
lines changed

11 files changed

+384
-475
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.

β€ŽCHANGELOG.mdβ€Ž

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

55
<!-- next version -->
66

7+
## v0.131.0
8+
9+
### πŸš€ New components πŸš€
10+
11+
- `prometheusremotewritereceiver`: Add the prometheusremotewritereceiver component to the contrib collector (#1020)
12+
- `tinybirdexporter`: Add tinybird exporter to contrib distribution (#1045)
13+
14+
### πŸ’‘ Enhancements πŸ’‘
15+
16+
- `contrib`: add the `text_encoding` encoding extension to the contrib distribution (#1025)
17+
- `all`: Removes usages of golang.org/x/net/trace which uses html/template and text/template in gRPC. These usages disable golang DCE. (#1018)
18+
719
## v0.130.0
820

921
### πŸš€ 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)