Skip to content

Commit 4723409

Browse files
chore(deps): update grafana/alloy docker tag to v1.13.2 (main) (#14509)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grafana/alloy](https://redirect.github.com/grafana/alloy) | patch | `v1.13.1` → `v1.13.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>grafana/alloy (grafana/alloy)</summary> ### [`v1.13.2`](https://redirect.github.com/grafana/alloy/releases/tag/v1.13.2) [Compare Source](https://redirect.github.com/grafana/alloy/compare/v1.13.1...v1.13.2) ##### Bug Fixes 🐛 - Expose missing `otelcol.processor.tail_sampling` options \[backport] ([#&#8203;5614](https://redirect.github.com/grafana/alloy/issues/5614)) ([3225ea3](https://redirect.github.com/grafana/alloy/commit/3225ea38da1cbf31f065cc5da0b1ee0645eefa15)) ([@&#8203;thampiotr](https://redirect.github.com/thampiotr)) - **mixin:** Add zipped dashboards as a release artifact \[backport] ([#&#8203;5625](https://redirect.github.com/grafana/alloy/issues/5625)) ([37ff20f](https://redirect.github.com/grafana/alloy/commit/37ff20fd3074869adc57420d7f88a6c9386898d6)) ([@&#8203;thampiotr](https://redirect.github.com/thampiotr)) - **profiler:** Backport Go 1.26 gopclntab textStart fix ([#&#8203;5572](https://redirect.github.com/grafana/alloy/issues/5572)) ([5ca05c9](https://redirect.github.com/grafana/alloy/commit/5ca05c9d69ebb3ef3b4f9cfce5585a90e4d4432c)) ([@&#8203;marcsanmi](https://redirect.github.com/marcsanmi)) - **prometheus.exporter.postgres:** Update version of the exporter fork to fix pg\_settings ([#&#8203;5574](https://redirect.github.com/grafana/alloy/issues/5574)) ([62a52f8](https://redirect.github.com/grafana/alloy/commit/62a52f8537cd15c9cf1a329c4c35f32f86316740)) ([@&#8203;cristiangreco](https://redirect.github.com/cristiangreco)) - **pyroscope.ebpf:** Backport dotnet nibble map fix ([#&#8203;5553](https://redirect.github.com/grafana/alloy/issues/5553)) ([6c62760](https://redirect.github.com/grafana/alloy/commit/6c62760e6121b1f2c6c75276f7ee6f7f7055bd5e)) ([@&#8203;marcsanmi](https://redirect.github.com/marcsanmi)) #### Upgrading Read the [release notes] for specific instructions on upgrading from older versions: [release notes]: https://grafana.com/docs/alloy/v1.13/release-notes/ #### Installation Refer to our [installation guide] for how to install Grafana Alloy. [installation guide]: https://grafana.com/docs/alloy/v1.13/get-started/install/ </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zMC4xIiwidXBkYXRlZEluVmVyIjoiNDMuMzAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLXBhdGNoIl19--> Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 8ec2852 commit 4723409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development/mimir-monolithic-mode/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ services:
6464
grafana-alloy:
6565
profiles:
6666
- grafana-alloy
67-
image: grafana/alloy:v1.13.1@sha256:03529aec781901a72a354809650028435043406e707c6fb8953dc6e48f97727d
67+
image: grafana/alloy:v1.13.2@sha256:8abcd0d97a97099cabb34be8dcfc448fca6c35931ae9291aaf74056105dedcca
6868
command: ["run", "--server.http.listen-addr=0.0.0.0:9092", "--storage.path=/var/lib/alloy/data", "/etc/alloy/config.alloy"]
6969
volumes:
7070
- ./config/config.alloy:/etc/alloy/config.alloy

0 commit comments

Comments
 (0)