Skip to content

Commit bc584e6

Browse files
Update version from 0.126.0 to 0.127.0 (#963)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 683a141 commit bc584e6

File tree

12 files changed

+379
-495
lines changed

12 files changed

+379
-495
lines changed

β€Ž.chloggen/add-faro-components.yaml

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

β€Ž.chloggen/add-google-secret-manager-provider-to-build.yaml

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

β€Ž.chloggen/add-processor-to-build.yaml

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

β€Ž.chloggen/release-ebpf-profiler.yaml

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

β€Ž.chloggen/tigran_stef.yaml

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

β€ŽCHANGELOG.md

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

55
<!-- next version -->
66

7+
## v0.127.0
8+
9+
### πŸš€ New components πŸš€
10+
11+
- `faroreceiver, faroexporter`: Add faro receiver and faro exporter to the otelcol-contrib distribution (#955)
12+
- `googlesecretmanager`: Add googlesecretmanagerprovider to the contrib distribution (#949)
13+
- `metricstarttimeprocessor`: Add metricstarttimeprocessor to the contrib distribution (#940)
14+
- `stefreceiver, stefexporter`: Add stefexporter and stefreceiver to otelcol-contrib distribution (#956)
15+
16+
### πŸ’‘ Enhancements πŸ’‘
17+
18+
- `ebpf-profiler`: Build releases of the eBPF profiler distribution (#958)
19+
720
## v0.126.0
821

922
### πŸš€ 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.126.0
6+
OTELCOL_BUILDER_VERSION ?= 0.127.0
77
OTELCOL_BUILDER_DIR ?= ${HOME}/bin
88
OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb
99

0 commit comments

Comments
Β (0)