From e494df13ad32f050ca97920726e84bfc58d11b46 Mon Sep 17 00:00:00 2001 From: Joe Harvey <51208233+jharvey10@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:52:43 -0500 Subject: [PATCH 1/2] chore: prepare changelog for release-please this syncs its content with the main branch --- CHANGELOG.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccbb84d8f39..182a13c2309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,5 @@ # Changelog -> _Contributors should read our [contributors guide][] for instructions on how -> to update the changelog._ - -This document contains a historical list of changes between releases. Only -changes that impact end-user behavior are listed; changes to documentation or -internal API changes are not present. - -Main (unreleased) ------------------ - v1.12.0 ----------------- From e805428f056bd4fbe1485ded2d1daeade44cda6c Mon Sep 17 00:00:00 2001 From: "grafana-alloybot[bot]" <167359181+grafana-alloybot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 02:53:47 +0000 Subject: [PATCH 2/2] chore(release/v1.12): release 1.12.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a09efe7f87a..87f5de02771 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.0" + ".": "1.12.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 182a13c2309..c95fe68418e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.12.1](https://github.com/grafana/alloy/compare/v1.12.0...v1.12.1) (2025-12-13) + + +### Bug Fixes 🐛 + +* update to Beyla 2.7.10 ([#5019](https://github.com/grafana/alloy/issues/5019)) ([c149393](https://github.com/grafana/alloy/commit/c149393881e8c155681de9c03f8701b1fdbc6ea4)) + +## Changelog + v1.12.0 -----------------