Skip to content

Commit f7a2e09

Browse files
chore(main): Release 1.17.0
1 parent 847ae92 commit f7a2e09

6 files changed

Lines changed: 23 additions & 5 deletions

File tree

.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.16.0"
2+
".": "1.17.0"
33
}

CHANGELOG.md

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

3+
## [1.17.0](https://github.com/grafana/alloy/compare/v1.16.0...v1.17.0) (2026-04-24)
4+
5+
6+
### Features 🌟
7+
8+
* **database_observability:** Add wait_event_v2 op with pre-classified wait_event_type ([#6105](https://github.com/grafana/alloy/issues/6105)) ([f7a1ebd](https://github.com/grafana/alloy/commit/f7a1ebd769e04924adad69f2e082ce92c85b5977))
9+
* **database_observability:** Always extract traceparent in MySQL query_samples collector ([#6081](https://github.com/grafana/alloy/issues/6081)) ([bf2b436](https://github.com/grafana/alloy/commit/bf2b436f55fa9cf0eb7c2c2400c4c646b8a8ecb8))
10+
* Integration tests for aws firehose and cloudflare logpull ([#6089](https://github.com/grafana/alloy/issues/6089)) ([f55f780](https://github.com/grafana/alloy/commit/f55f78039189186e6e77d3bdb8cfd2fb3480fe41))
11+
* **loki.source.heroku:** Drop github.com/heroku/x package ([#6064](https://github.com/grafana/alloy/issues/6064)) ([3382721](https://github.com/grafana/alloy/commit/3382721d7a44647cfcd2e86ce1d82f8d282f7854))
12+
13+
14+
### Bug Fixes 🐛
15+
16+
* **deb:** Restart Alloy only on upgrade in postinst script ([#6094](https://github.com/grafana/alloy/issues/6094)) ([8c15cb3](https://github.com/grafana/alloy/commit/8c15cb358b7d8e5ff159e633a5b5ae867e3c2e94))
17+
* **deps:** Update module go.opentelemetry.io/obi to v0.8.0 [SECURITY] ([#6091](https://github.com/grafana/alloy/issues/6091)) ([05c14af](https://github.com/grafana/alloy/commit/05c14af450000f11a367d5f62fd5e9334a49f160))
18+
* **documentation:** Fix documentation for loki.rules.kubernetes ([#6088](https://github.com/grafana/alloy/issues/6088)) ([61f2b8a](https://github.com/grafana/alloy/commit/61f2b8a09e7705714553662de4dfc7a33a8536bb))
19+
* Enforce Singleton For Running Alloy Extension Instances ([#5763](https://github.com/grafana/alloy/issues/5763)) ([83da6f0](https://github.com/grafana/alloy/commit/83da6f0cd3604a8b4306e5ddecd685db54d38361))
20+
321
## [1.16.0](https://github.com/grafana/alloy/compare/v1.15.0...v1.16.0) (2026-04-22)
422

523

collector/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.16.0 # x-release-please-version
1+
1.17.0 # 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.16.0 # x-release-please-version
5+
version: v1.17.0 # 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.16.0 # x-release-please-version
7+
ALLOY_RELEASE: v1.17.0 # x-release-please-version
88
OTEL_VERSION: v0.147.0
99
PROM_WIN_EXP_VERSION: v0.31.3
1010
SNMP_VERSION: v0.29.0

extension/alloyengine/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/grafana/alloy => ../..
77
replace github.com/grafana/alloy/syntax => ../../syntax
88

99
require (
10-
github.com/grafana/alloy v1.15.0 // x-release-please-version
10+
github.com/grafana/alloy v1.17.0 // x-release-please-version
1111
github.com/spf13/cobra v1.10.2
1212
github.com/stretchr/testify v1.11.1
1313
go.opentelemetry.io/collector/component v1.53.0

0 commit comments

Comments
 (0)