Skip to content

Commit 6afd3bb

Browse files
chore(main): release 1.13.0
1 parent 984dfb1 commit 6afd3bb

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
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.12.1"
2+
".": "1.13.0"
33
}

CHANGELOG.md

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

3+
## [1.13.0](https://github.com/grafana/alloy/compare/v1.12.1...v1.13.0) (2026-01-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* `min_size` changed from `8192` to `2000` and `max_size` changed from `0` to `3000`
9+
10+
### Features 🌟
11+
12+
* database_observability: stop tracking own instrumentation queries ([0b55557](https://github.com/grafana/alloy/commit/0b55557657fa3e9f1a3463444c372b6fdde4bcf2))
13+
* database_observability: stop tracking own instrumentation queries ([#4991](https://github.com/grafana/alloy/issues/4991)) ([0b55557](https://github.com/grafana/alloy/commit/0b55557657fa3e9f1a3463444c372b6fdde4bcf2))
14+
* **loki.source.syslog:** support raw format ([#5140](https://github.com/grafana/alloy/issues/5140)) ([923d127](https://github.com/grafana/alloy/commit/923d127c50949f88a37ac808154240de0649df09))
15+
* **mixin:** provide rendered dashboards and alert rule files to import into Grafana ([#5118](https://github.com/grafana/alloy/issues/5118)) ([738b9fb](https://github.com/grafana/alloy/commit/738b9fb4e99595d5d202db9dbc89f71e95402ce0))
16+
17+
18+
### Bug Fixes 🐛
19+
20+
* perform drain when file is deleted in tail package ([#5139](https://github.com/grafana/alloy/issues/5139)) ([2e48867](https://github.com/grafana/alloy/commit/2e48867c639c5170c547443f16227133d6c6f604))
21+
* preserve meta labels ([23d787c](https://github.com/grafana/alloy/commit/23d787c5c607a077dbb28dd382e6543aeee115fe))
22+
* preserve meta labels in loki.source.podlogs ([#5097](https://github.com/grafana/alloy/issues/5097)) ([23d787c](https://github.com/grafana/alloy/commit/23d787c5c607a077dbb28dd382e6543aeee115fe))
23+
* show correct fallback alloy version instead of v1.13.0 ([e2e96e9](https://github.com/grafana/alloy/commit/e2e96e95ff0dab600befbe63165e10eea096b968))
24+
* update syslog parser tests to account for new years logic ([#5166](https://github.com/grafana/alloy/issues/5166)) ([0d40805](https://github.com/grafana/alloy/commit/0d40805acc6fc0805ad8eb81836e3e5f4ac50859))
25+
26+
27+
### Chores
28+
29+
* change the defaults for `sending_queue` > `batch` block inside `otelcol.exporter` components ([714a2ed](https://github.com/grafana/alloy/commit/714a2ed6c57b3aa7172b8da194caf1fe8a724680))
30+
331
## [1.12.1](https://github.com/grafana/alloy/compare/v1.12.0...v1.12.1) (2025-12-15)
432

533

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.12.1 # x-release-please-version
7+
ALLOY_RELEASE: v1.13.0 # x-release-please-version
88
OTEL_VERSION: v0.139.0
99
PROM_WIN_EXP_VERSION: v0.31.3
1010
SNMP_VERSION: v0.29.0

0 commit comments

Comments
 (0)