Bump Grafana Alloy to v1.14.0 #292

Merged
eblume merged 2 commits from bump/alloy-v1.14.0 into main 2026-03-13 16:25:28 -07:00
6 changed files with 19 additions and 11 deletions
Showing only changes of commit 735a7edd6c - Show all commits

Bump Grafana Alloy to v1.14.0 across all deployments

Updates alloy-k8s, alloy-ringtail, and alloy-tracing-ringtail image
tags from v1.13.1 to v1.14.0. Marks indri alloy (ansible) as reviewed
at v1.14.0 — source rebuild needed separately. Adds missing
alloy-ringtail entry to service-versions.yaml.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Erich Blume 2026-03-13 16:03:47 -07:00

View file

@ -10,7 +10,7 @@ resources:
images:
- name: grafana/alloy
newTag: v1.13.1
newTag: v1.14.0
configMapGenerator:
- name: alloy-config

View file

@ -10,7 +10,7 @@ resources:
images:
- name: grafana/alloy
newTag: v1.13.1
newTag: v1.14.0
configMapGenerator:
- name: alloy-config

View file

@ -9,7 +9,7 @@ resources:
images:
- name: grafana/alloy
newTag: v1.13.1
newTag: v1.14.0
configMapGenerator:
- name: alloy-tracing-config

View file

@ -0,0 +1 @@
Bump Grafana Alloy to v1.14.0 across all deployments (indri, alloy-k8s, alloy-ringtail, alloy-tracing-ringtail)

View file

@ -1,6 +1,6 @@
---
title: Alloy
modified: 2026-02-08
modified: 2026-03-13
tags:
- service
- observability
@ -20,7 +20,7 @@ Unified observability collector for metrics and logs with three deployments:
| **Indri Binary** | `~/.local/bin/alloy` |
| **Indri Config** | `~/.config/grafana-alloy/config.alloy` |
| **K8s Namespace** | `alloy` |
| **K8s Image** | `grafana/alloy:v1.8.2` |
| **K8s Image** | `grafana/alloy:v1.14.0` |
| **ArgoCD App** | `alloy-k8s` |
| **Fly.io Config** | `fly/alloy.river` |
| **Fly.io Image** | `grafana/alloy:v1.5.1` (binary copied into nginx container) |

View file

@ -71,15 +71,22 @@ services:
- name: alloy-tracing-ringtail
type: argocd
last-reviewed: 2026-03-05
current-version: "v1.13.1"
last-reviewed: 2026-03-13
current-version: "v1.14.0"
upstream-source: https://github.com/grafana/alloy/releases
notes: Privileged DaemonSet with Beyla eBPF for HTTP tracing on ringtail
- name: alloy-ringtail
type: argocd
last-reviewed: 2026-03-13
current-version: "v1.14.0"
upstream-source: https://github.com/grafana/alloy/releases
notes: DaemonSet on ringtail for host metrics and pod logs
- name: alloy-k8s
type: argocd
last-reviewed: 2026-02-16
current-version: "v1.13.1"
last-reviewed: 2026-03-13
current-version: "v1.14.0"
upstream-source: https://github.com/grafana/alloy/releases
- name: tailscale-operator
@ -255,8 +262,8 @@ services:
- name: alloy
type: ansible
last-reviewed: null
current-version: null
last-reviewed: 2026-03-13
current-version: "v1.14.0"
upstream-source: https://github.com/grafana/alloy/releases
notes: Built from source on indri