Skip to content

Commit 44be7f4

Browse files
committed
Merge branch 'main' of github.com:grafana/alloy into jdh/gql-server
2 parents 1e25b4c + f30d9ae commit 44be7f4

File tree

829 files changed

+37278
-16401
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

829 files changed

+37278
-16401
lines changed

.github/ISSUE_TEMPLATE/blank.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ body:
8282
- mimir.rules.kubernetes
8383
- otelcol.auth.basic
8484
- otelcol.auth.bearer
85+
- otelcol.auth.google
8586
- otelcol.auth.headers
8687
- otelcol.auth.oauth2
8788
- otelcol.auth.sigv4

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ body:
8282
- mimir.rules.kubernetes
8383
- otelcol.auth.basic
8484
- otelcol.auth.bearer
85+
- otelcol.auth.google
8586
- otelcol.auth.headers
8687
- otelcol.auth.oauth2
8788
- otelcol.auth.sigv4

.github/ISSUE_TEMPLATE/docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ body:
8585
- mimir.rules.kubernetes
8686
- otelcol.auth.basic
8787
- otelcol.auth.bearer
88+
- otelcol.auth.google
8889
- otelcol.auth.headers
8990
- otelcol.auth.oauth2
9091
- otelcol.auth.sigv4

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ body:
8282
- mimir.rules.kubernetes
8383
- otelcol.auth.basic
8484
- otelcol.auth.bearer
85+
- otelcol.auth.google
8586
- otelcol.auth.headers
8687
- otelcol.auth.oauth2
8788
- otelcol.auth.sigv4

.github/ISSUE_TEMPLATE/proposal.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ body:
8282
- mimir.rules.kubernetes
8383
- otelcol.auth.basic
8484
- otelcol.auth.bearer
85+
- otelcol.auth.google
8586
- otelcol.auth.headers
8687
- otelcol.auth.oauth2
8788
- otelcol.auth.sigv4
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: Release tracking issue
2+
description: Create a new release tracking issue
3+
title: "[Tracking Issue] Release X.Y"
4+
labels: []
5+
body:
6+
- type: input
7+
id: version
8+
attributes:
9+
label: Version
10+
description: The version number for this release (e.g., 1.15).
11+
placeholder: "1.15"
12+
validations:
13+
required: true
14+
- type: input
15+
id: rc-date
16+
attributes:
17+
label: Release Candidate Date
18+
description: The target date for the release candidate (YYYY-MM-DD).
19+
placeholder: "2026-03-25"
20+
validations:
21+
required: true
22+
- type: input
23+
id: stable-date
24+
attributes:
25+
label: Stable Release Date
26+
description: The target date for the stable release (YYYY-MM-DD).
27+
placeholder: "2026-03-27"
28+
validations:
29+
required: true
30+
- type: input
31+
id: link
32+
attributes:
33+
label: Link
34+
description: "Optional: reference to the release-please PR or other related issue (e.g., #5170)."
35+
placeholder: "#5170"
36+
validations:
37+
required: false

.github/pull_request_template.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,23 @@
1212

1313
### Brief description of Pull Request
1414

15-
<!--
16-
Add a human-readable description of the PR that may be used as the commit body
17-
(i.e. "Extended description") when it gets merged.
18-
-->
15+
<!-- Human-readable description of the PR used as squash commit body. -->
16+
1917

2018
### Pull Request Details
2119

22-
<!-- Add a more detailed descripion of the Pull Request here, if needed. -->
20+
<!-- Detailed descripion of the Pull Request, if needed. -->
2321

24-
### Issue(s) fixed by this Pull Request
2522

26-
<!--
27-
Uncomment the following line and fill in an issue number if you want a GitHub
28-
issue to be closed automatically when this PR gets merged.
29-
-->
23+
### Issue(s) fixed by this Pull Request
3024

3125
<!-- Fixes #issue_id -->
3226

27+
3328
### Notes to the Reviewer
3429

35-
<!-- Add any relevant notes for the reviewers and testers of this PR. -->
30+
<!-- Relevant notes for reviewers/testers. -->
31+
3632

3733
### PR Checklist
3834

.github/renovate.json5

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@
8181
"github.com/mackerelio/go-osstat",
8282
"github.com/ncabatoff/process-exporter",
8383
"github.com/nerdswords/yet-another-cloudwatch-exporter",
84+
"github.com/percona/mongodb_exporter", // v0.48+ pulls in percona-backup-mongodb with platform-incompatible syscall usage
85+
"github.com/prometheus-community/yet-another-cloudwatch-exporter", // Introduces breaking changes in minor versions
86+
"github.com/prometheus/alertmanager", // v0.31+ requires sigv4 v0.4+ which is held
8487
"github.com/opencontainers/runc",
8588
"github.com/prometheus-operator/**",
8689
"github.com/prometheus/consul_exporter",

0 commit comments

Comments
 (0)