Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
f77b44b
docs: Rework the Linux scenario doc to clarify and expand info [backp…
grafana-alloybot[bot] Feb 17, 2026
7cb9757
docs: Update prometheus.exporter.cadvisor to add information about pe…
grafana-alloybot[bot] Feb 17, 2026
996d772
docs: Improve example and general cleanup in prometheus.exporter.wind…
grafana-alloybot[bot] Feb 17, 2026
be28cce
docs: Clean up the community component docs [backport] (#5562)
grafana-alloybot[bot] Feb 17, 2026
2382fe3
docs: Refactor the Alloy introduction topics [backport] (#5567)
grafana-alloybot[bot] Feb 18, 2026
6c62760
fix(pyroscope.ebpf): Backport dotnet nibble map fix (#5553)
marcsanmi Feb 18, 2026
62a52f8
fix(prometheus.exporter.postgres): Update version of the exporter for…
cristiangreco Feb 18, 2026
5ca05c9
fix(profiler): Backport Go 1.26 gopclntab textStart fix (#5572)
marcsanmi Feb 18, 2026
6e7663e
docs(pyroscope.relabel): Clarify scope of `pyroscope.relabel` [backpo…
grafana-alloybot[bot] Feb 19, 2026
06171f3
docs: Edit ECS tutorial to add new steps for the `otelcol.receiver.aw…
grafana-alloybot[bot] Feb 19, 2026
1df651c
docs: Use otelcol.exporter.otlphttp in most docs examples [backport] …
grafana-alloybot[bot] Feb 19, 2026
99e8327
chore: Update build image to v.0.1.28 [backport] (#5593)
grafana-alloybot[bot] Feb 19, 2026
3225ea3
fix: Expose missing `otelcol.processor.tail_sampling` options [backpo…
grafana-alloybot[bot] Feb 23, 2026
611cfd7
ci: Make forwardport job wait for zizmor check [backport] (#5624)
grafana-alloybot[bot] Feb 23, 2026
37ff20f
feat(mixin): Add zipped dashboards as a release artifact [backport] (…
grafana-alloybot[bot] Feb 23, 2026
3376189
chore(release/v1.13): Release 1.13.2 (#5568)
grafana-alloybot[bot] Feb 23, 2026
dba763d
chore: Forwardport release/v1.13 to main
grafana-alloybot[bot] Feb 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.13.1"
".": "1.13.2"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.13.2](https://github.com/grafana/alloy/compare/v1.13.1...v1.13.2) (2026-02-23)


### Bug Fixes 🐛

* Expose missing `otelcol.processor.tail_sampling` options [backport] ([#5614](https://github.com/grafana/alloy/issues/5614)) ([3225ea3](https://github.com/grafana/alloy/commit/3225ea38da1cbf31f065cc5da0b1ee0645eefa15))
* **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))
* **profiler:** Backport Go 1.26 gopclntab textStart fix ([#5572](https://github.com/grafana/alloy/issues/5572)) ([5ca05c9](https://github.com/grafana/alloy/commit/5ca05c9d69ebb3ef3b4f9cfce5585a90e4d4432c))
* **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))
* **pyroscope.ebpf:** Backport dotnet nibble map fix ([#5553](https://github.com/grafana/alloy/issues/5553)) ([6c62760](https://github.com/grafana/alloy/commit/6c62760e6121b1f2c6c75276f7ee6f7f7055bd5e))

## [1.13.1](https://github.com/grafana/alloy/compare/v1.13.0...v1.13.1) (2026-02-13)


Expand Down
2 changes: 1 addition & 1 deletion collector/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.1 # x-release-please-version
1.13.2 # x-release-please-version
2 changes: 1 addition & 1 deletion collector/builder-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist:
module: github.com/grafana/alloy/otel_engine
name: alloy
description: Alloy OTel Collector distribution.
version: v1.13.1 # x-release-please-version
version: v1.13.2 # x-release-please-version
output_path: .

extensions:
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Grafana Alloy
description: Grafana Alloy is a vendor-neutral distribution of the OTel Collector
weight: 350
cascade:
ALLOY_RELEASE: v1.13.1 # x-release-please-version
ALLOY_RELEASE: v1.13.2 # x-release-please-version
OTEL_VERSION: v0.142.0
PROM_WIN_EXP_VERSION: v0.31.3
SNMP_VERSION: v0.29.0
Expand Down
Loading