Skip to content

Commit 4f98aa3

Browse files
Update version from 0.132.0 to 0.133.0 (#1149)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 2964bd6 commit 4f98aa3

File tree

11 files changed

+385
-471
lines changed

11 files changed

+385
-471
lines changed

β€Ž.chloggen/add_cgroup_extension.yamlβ€Ž

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

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

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

β€Ž.chloggen/main.yamlβ€Ž

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

β€Ž.chloggen/sapmreceiver.yamlβ€Ž

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

β€ŽCHANGELOG.mdβ€Ž

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

55
<!-- next version -->
66

7+
## v0.133.0
8+
9+
### 🚩 Deprecations 🚩
10+
11+
- `sapmreceiver`: Remove the sapmreceiver from contrib as deprecation period has passed. (#1125)
12+
13+
### πŸš€ New components πŸš€
14+
15+
- `cgroupruntime`: Add the cgroupruntime extension to the Contrib and K8s distributions (#789)
16+
- `contrib`: This feature introduces anomaly detection using the Online Isolation Forest algorithm applied to streaming - traces, metrics, or logs (#1124)
17+
18+
### πŸ’‘ Enhancements πŸ’‘
19+
20+
- `ebpf-profiler`: Start producing release artifacts for the eBPF profiler distribution. (#984)
21+
722
## v0.132.0
823

924
### πŸ›‘ 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.132.0
6+
OTELCOL_BUILDER_VERSION ?= 0.133.0
77
OTELCOL_BUILDER_DIR ?= ${HOME}/bin
88
OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb
99

0 commit comments

Comments
Β (0)