Skip to content

Commit 3376189

Browse files
chore(release/v1.13): Release 1.13.2 (#5568)
🤖 I have created a release *beep* *boop* --- ## [1.13.2](v1.13.1...v1.13.2) (2026-02-23) ### Bug Fixes 🐛 * Expose missing `otelcol.processor.tail_sampling` options [backport] ([#5614](#5614)) ([3225ea3](3225ea3)) * **mixin:** Add zipped dashboards as a release artifact [backport] ([#5625](#5625)) ([37ff20f](37ff20f)) * **profiler:** Backport Go 1.26 gopclntab textStart fix ([#5572](#5572)) ([5ca05c9](5ca05c9)) * **prometheus.exporter.postgres:** Update version of the exporter fork to fix pg_settings ([#5574](#5574)) ([62a52f8](62a52f8)) * **pyroscope.ebpf:** Backport dotnet nibble map fix ([#5553](#5553)) ([6c62760](6c62760)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: grafana-alloybot[bot] <167359181+grafana-alloybot[bot]@users.noreply.github.com>
1 parent 37ff20f commit 3376189

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.13.1"
2+
".": "1.13.2"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.13.2](https://github.com/grafana/alloy/compare/v1.13.1...v1.13.2) (2026-02-23)
4+
5+
6+
### Bug Fixes 🐛
7+
8+
* Expose missing `otelcol.processor.tail_sampling` options [backport] ([#5614](https://github.com/grafana/alloy/issues/5614)) ([3225ea3](https://github.com/grafana/alloy/commit/3225ea38da1cbf31f065cc5da0b1ee0645eefa15))
9+
* **mixin:** Add zipped dashboards as a release artifact [backport] ([#5625](https://github.com/grafana/alloy/issues/5625)) ([37ff20f](https://github.com/grafana/alloy/commit/37ff20fd3074869adc57420d7f88a6c9386898d6))
10+
* **profiler:** Backport Go 1.26 gopclntab textStart fix ([#5572](https://github.com/grafana/alloy/issues/5572)) ([5ca05c9](https://github.com/grafana/alloy/commit/5ca05c9d69ebb3ef3b4f9cfce5585a90e4d4432c))
11+
* **prometheus.exporter.postgres:** Update version of the exporter fork to fix pg_settings ([#5574](https://github.com/grafana/alloy/issues/5574)) ([62a52f8](https://github.com/grafana/alloy/commit/62a52f8537cd15c9cf1a329c4c35f32f86316740))
12+
* **pyroscope.ebpf:** Backport dotnet nibble map fix ([#5553](https://github.com/grafana/alloy/issues/5553)) ([6c62760](https://github.com/grafana/alloy/commit/6c62760e6121b1f2c6c75276f7ee6f7f7055bd5e))
13+
314
## [1.13.1](https://github.com/grafana/alloy/compare/v1.13.0...v1.13.1) (2026-02-13)
415

516

collector/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.1 # x-release-please-version
1+
1.13.2 # x-release-please-version

collector/builder-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dist:
22
module: github.com/grafana/alloy/otel_engine
33
name: alloy
44
description: Alloy OTel Collector distribution.
5-
version: v1.13.1 # x-release-please-version
5+
version: v1.13.2 # x-release-please-version
66
output_path: .
77

88
extensions:

docs/sources/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Grafana Alloy
44
description: Grafana Alloy is a vendor-neutral distribution of the OTel Collector
55
weight: 350
66
cascade:
7-
ALLOY_RELEASE: v1.13.1 # x-release-please-version
7+
ALLOY_RELEASE: v1.13.2 # x-release-please-version
88
OTEL_VERSION: v0.142.0
99
PROM_WIN_EXP_VERSION: v0.31.3
1010
SNMP_VERSION: v0.29.0

0 commit comments

Comments
 (0)