-
Couldn't load subscription status.
- Fork 1
feat(helm)!: Update Helm release grafana to v10 #1625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Path: @@ -207,7 +207,7 @@
- name: service
port: 80
protocol: TCP
- targetPort: 3000
+ targetPort: grafana
selector:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
@@ -237,13 +237,14 @@
app.kubernetes.io/instance: grafana
annotations:
checksum/config: d161b9919bb58a520cdac933c202359927a71fa10b03654d0277aab0bd2e0c2f
- checksum/dashboards-json-config: aa1a610ead1a5769b03e1c4fb38527fd0e492d971c0f57d81e36a8070579358a
+ checksum/dashboards-json-config: c5df4c12684c59bac6bffbb51e076c52f040326f2dae31101f4e73b9edc878ab
checksum/sc-dashboard-provider-config: e70bf6a851099d385178a76de9757bb0bef8299da6d8443602590e44f05fdf24
checksum/secret: 385abea46313993d8c36a07faff7897b4f5f75e1b5adec56f895c00cd2dc2c7e
kubectl.kubernetes.io/default-container: grafana
spec:
serviceAccountName: grafana
automountServiceAccountToken: true
+ shareProcessNamespace: false
securityContext:
fsGroup: 472
runAsGroup: 472
@@ -257,6 +258,9 @@
capabilities:
add:
- CHOWN
+ drop:
+ - ALL
+ readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
seccompProfile:
@@ -270,7 +274,7 @@
- name: storage
mountPath: "/var/lib/grafana"
- name: download-dashboards
- image: "docker.io/curlimages/curl:7.85.0"
+ image: "docker.io/curlimages/curl:8.9.1"
imagePullPolicy: IfNotPresent
command: ["/bin/sh"]
args: ["-c", "mkdir -p /var/lib/grafana/dashboards/default && /bin/sh -x /etc/grafana/download_dashboards.sh"]
@@ -294,7 +298,7 @@
enableServiceLinks: true
containers:
- name: grafana-sc-dashboard
- image: "quay.io/kiwigrid/k8s-sidecar:1.28.0"
+ image: "quay.io/kiwigrid/k8s-sidecar:1.30.10"
imagePullPolicy: IfNotPresent
env:
- name: METHOD
@@ -332,7 +336,7 @@
- name: sc-dashboard-volume
mountPath: "/tmp/dashboards"
- name: grafana-sc-datasources
- image: "quay.io/kiwigrid/k8s-sidecar:1.28.0"
+ image: "quay.io/kiwigrid/k8s-sidecar:1.30.10"
imagePullPolicy: IfNotPresent
env:
- name: METHOD
@@ -370,7 +374,7 @@
- name: sc-datasources-volume
mountPath: "/etc/grafana/provisioning/datasources"
- name: grafana
- image: "docker.io/grafana/grafana:11.3.0"
+ image: "docker.io/grafana/grafana:12.1.1"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
@@ -412,6 +416,9 @@
- name: gossip-udp
containerPort: 9094
protocol: UDP
+ - name: profiling
+ containerPort: 6060
+ protocol: TCP
env:
- name: POD_IP
valueFrom: |
981eb41 to
c30afe6
Compare
|
Path: @@ -207,7 +207,7 @@
- name: service
port: 80
protocol: TCP
- targetPort: 3000
+ targetPort: grafana
selector:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
@@ -237,13 +237,14 @@
app.kubernetes.io/instance: grafana
annotations:
checksum/config: d161b9919bb58a520cdac933c202359927a71fa10b03654d0277aab0bd2e0c2f
- checksum/dashboards-json-config: aa1a610ead1a5769b03e1c4fb38527fd0e492d971c0f57d81e36a8070579358a
+ checksum/dashboards-json-config: 7d815fc0606edc971eae9ca31241a0235e47c7ca6cfdcef81efb5ad526cccb2b
checksum/sc-dashboard-provider-config: e70bf6a851099d385178a76de9757bb0bef8299da6d8443602590e44f05fdf24
checksum/secret: 385abea46313993d8c36a07faff7897b4f5f75e1b5adec56f895c00cd2dc2c7e
kubectl.kubernetes.io/default-container: grafana
spec:
serviceAccountName: grafana
automountServiceAccountToken: true
+ shareProcessNamespace: false
securityContext:
fsGroup: 472
runAsGroup: 472
@@ -257,6 +258,9 @@
capabilities:
add:
- CHOWN
+ drop:
+ - ALL
+ readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
seccompProfile:
@@ -270,7 +274,7 @@
- name: storage
mountPath: "/var/lib/grafana"
- name: download-dashboards
- image: "docker.io/curlimages/curl:7.85.0"
+ image: "docker.io/curlimages/curl:8.9.1"
imagePullPolicy: IfNotPresent
command: ["/bin/sh"]
args: ["-c", "mkdir -p /var/lib/grafana/dashboards/default && /bin/sh -x /etc/grafana/download_dashboards.sh"]
@@ -294,7 +298,7 @@
enableServiceLinks: true
containers:
- name: grafana-sc-dashboard
- image: "quay.io/kiwigrid/k8s-sidecar:1.28.0"
+ image: "quay.io/kiwigrid/k8s-sidecar:1.30.10"
imagePullPolicy: IfNotPresent
env:
- name: METHOD
@@ -332,7 +336,7 @@
- name: sc-dashboard-volume
mountPath: "/tmp/dashboards"
- name: grafana-sc-datasources
- image: "quay.io/kiwigrid/k8s-sidecar:1.28.0"
+ image: "quay.io/kiwigrid/k8s-sidecar:1.30.10"
imagePullPolicy: IfNotPresent
env:
- name: METHOD
@@ -370,7 +374,7 @@
- name: sc-datasources-volume
mountPath: "/etc/grafana/provisioning/datasources"
- name: grafana
- image: "docker.io/grafana/grafana:11.3.0"
+ image: "docker.io/grafana/grafana:12.2.0"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
@@ -412,6 +416,9 @@
- name: gossip-udp
containerPort: 9094
protocol: UDP
+ - name: profiling
+ containerPort: 6060
+ protocol: TCP
env:
- name: POD_IP
valueFrom: |
c30afe6 to
ccca138
Compare
|
Path: @@ -207,7 +207,7 @@
- name: service
port: 80
protocol: TCP
- targetPort: 3000
+ targetPort: grafana
selector:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
@@ -237,13 +237,14 @@
app.kubernetes.io/instance: grafana
annotations:
checksum/config: d161b9919bb58a520cdac933c202359927a71fa10b03654d0277aab0bd2e0c2f
- checksum/dashboards-json-config: aa1a610ead1a5769b03e1c4fb38527fd0e492d971c0f57d81e36a8070579358a
+ checksum/dashboards-json-config: af506a6a628ad762b8395833ef1387bcb112e169ad3db92049167efe9904f00b
checksum/sc-dashboard-provider-config: e70bf6a851099d385178a76de9757bb0bef8299da6d8443602590e44f05fdf24
checksum/secret: 385abea46313993d8c36a07faff7897b4f5f75e1b5adec56f895c00cd2dc2c7e
kubectl.kubernetes.io/default-container: grafana
spec:
serviceAccountName: grafana
automountServiceAccountToken: true
+ shareProcessNamespace: false
securityContext:
fsGroup: 472
runAsGroup: 472
@@ -257,6 +258,9 @@
capabilities:
add:
- CHOWN
+ drop:
+ - ALL
+ readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
seccompProfile:
@@ -270,7 +274,7 @@
- name: storage
mountPath: "/var/lib/grafana"
- name: download-dashboards
- image: "docker.io/curlimages/curl:7.85.0"
+ image: "docker.io/curlimages/curl:8.9.1"
imagePullPolicy: IfNotPresent
command: ["/bin/sh"]
args: ["-c", "mkdir -p /var/lib/grafana/dashboards/default && /bin/sh -x /etc/grafana/download_dashboards.sh"]
@@ -294,7 +298,7 @@
enableServiceLinks: true
containers:
- name: grafana-sc-dashboard
- image: "quay.io/kiwigrid/k8s-sidecar:1.28.0"
+ image: "quay.io/kiwigrid/k8s-sidecar:1.30.10"
imagePullPolicy: IfNotPresent
env:
- name: METHOD
@@ -332,7 +336,7 @@
- name: sc-dashboard-volume
mountPath: "/tmp/dashboards"
- name: grafana-sc-datasources
- image: "quay.io/kiwigrid/k8s-sidecar:1.28.0"
+ image: "quay.io/kiwigrid/k8s-sidecar:1.30.10"
imagePullPolicy: IfNotPresent
env:
- name: METHOD
@@ -370,7 +374,7 @@
- name: sc-datasources-volume
mountPath: "/etc/grafana/provisioning/datasources"
- name: grafana
- image: "docker.io/grafana/grafana:11.3.0"
+ image: "docker.io/grafana/grafana:12.2.0"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
@@ -412,6 +416,9 @@
- name: gossip-udp
containerPort: 9094
protocol: UDP
+ - name: profiling
+ containerPort: 6060
+ protocol: TCP
env:
- name: POD_IP
valueFrom: |
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | helm | grafana | 8.5.12 | 10.1.2 |
ccca138 to
f252927
Compare
|
Path: @@ -19,6 +19,7 @@
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
+ app.kubernetes.io/component: admin-secret
type: Opaque
data:
admin-user: "YWRtaW4="
@@ -207,7 +208,7 @@
- name: service
port: 80
protocol: TCP
- targetPort: 3000
+ targetPort: grafana
selector:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
@@ -237,13 +238,14 @@
app.kubernetes.io/instance: grafana
annotations:
checksum/config: d161b9919bb58a520cdac933c202359927a71fa10b03654d0277aab0bd2e0c2f
- checksum/dashboards-json-config: aa1a610ead1a5769b03e1c4fb38527fd0e492d971c0f57d81e36a8070579358a
+ checksum/dashboards-json-config: 521dec32a8f41a92b3a14807423237a510c26d24966c8ccc1606293e3cdfbf1b
checksum/sc-dashboard-provider-config: e70bf6a851099d385178a76de9757bb0bef8299da6d8443602590e44f05fdf24
checksum/secret: 385abea46313993d8c36a07faff7897b4f5f75e1b5adec56f895c00cd2dc2c7e
kubectl.kubernetes.io/default-container: grafana
spec:
serviceAccountName: grafana
automountServiceAccountToken: true
+ shareProcessNamespace: false
securityContext:
fsGroup: 472
runAsGroup: 472
@@ -257,6 +259,9 @@
capabilities:
add:
- CHOWN
+ drop:
+ - ALL
+ readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
seccompProfile:
@@ -270,7 +275,7 @@
- name: storage
mountPath: "/var/lib/grafana"
- name: download-dashboards
- image: "docker.io/curlimages/curl:7.85.0"
+ image: "docker.io/curlimages/curl:8.9.1"
imagePullPolicy: IfNotPresent
command: ["/bin/sh"]
args: ["-c", "mkdir -p /var/lib/grafana/dashboards/default && /bin/sh -x /etc/grafana/download_dashboards.sh"]
@@ -294,7 +299,7 @@
enableServiceLinks: true
containers:
- name: grafana-sc-dashboard
- image: "quay.io/kiwigrid/k8s-sidecar:1.28.0"
+ image: "quay.io/kiwigrid/k8s-sidecar:1.30.10"
imagePullPolicy: IfNotPresent
env:
- name: METHOD
@@ -332,7 +337,7 @@
- name: sc-dashboard-volume
mountPath: "/tmp/dashboards"
- name: grafana-sc-datasources
- image: "quay.io/kiwigrid/k8s-sidecar:1.28.0"
+ image: "quay.io/kiwigrid/k8s-sidecar:1.30.10"
imagePullPolicy: IfNotPresent
env:
- name: METHOD
@@ -370,7 +375,7 @@
- name: sc-datasources-volume
mountPath: "/etc/grafana/provisioning/datasources"
- name: grafana
- image: "docker.io/grafana/grafana:11.3.0"
+ image: "docker.io/grafana/grafana:12.2.0"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
@@ -412,6 +417,9 @@
- name: gossip-udp
containerPort: 9094
protocol: UDP
+ - name: profiling
+ containerPort: 6060
+ protocol: TCP
env:
- name: POD_IP
valueFrom: |
This PR contains the following updates:
8.5.12->10.1.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
grafana/helm-charts (grafana)
v10.1.2Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-mcp-0.2.0...grafana-10.1.2
v10.1.1Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@tempo-distributed-1.48.1...grafana-10.1.1
v10.1.0Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@k8s-monitoring-3.5.3...grafana-10.1.0
v10.0.0Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-cloud-onboarding-0.3.0...grafana-10.0.0
v9.4.5Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@tempo-distributed-1.47.2...grafana-9.4.5
v9.4.4Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@rollout-operator-0.33.0...grafana-9.4.4
v9.4.3Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@tempo-distributed-1.47.1...grafana-9.4.3
v9.4.2Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-9.4.1...grafana-9.4.2
v9.4.1Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-9.4.0...grafana-9.4.1
v9.4.0Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
GOMEMLIMITenvironment variable based on container resources by @jnoordsij in https://github.com/grafana/helm-charts/pull/3138New Contributors
Full Changelog: grafana/helm-charts@grafana-mcp-0.1.2...grafana-9.4.0
v9.3.6Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@alloy-operator-0.3.9...grafana-9.3.6
v9.3.5Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-9.3.4...grafana-9.3.5
v9.3.4Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-9.3.3...grafana-9.3.4
v9.3.3Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@helm-loki-6.37.0...grafana-9.3.3
v9.3.2Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@alloy-operator-0.3.8...grafana-9.3.2
v9.3.1Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-cloud-onboarding-0.2.0...grafana-9.3.1
v9.3.0Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@beyla-1.9.0...grafana-9.3.0
v9.2.10Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@tempo-vulture-0.9.0...grafana-9.2.10
v9.2.9Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@alloy-1.1.2...grafana-9.2.9
v9.2.8Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-mcp-0.1.0...grafana-9.2.8
v9.2.7Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@alloy-operator-0.3.2...grafana-9.2.7
v9.2.6Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-9.2.5...grafana-9.2.6
v9.2.5Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@alloy-operator-0.3.1...grafana-9.2.5
v9.2.4Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@mimir-distributed-5.8.0-weekly.347...grafana-9.2.4
v9.2.3Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@tempo-1.23.1...grafana-9.2.3
v9.2.2Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@tempo-distributed-1.41.0...grafana-9.2.2
v9.2.1Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@tempo-vulture-0.8.0...grafana-9.2.1
v9.2.0Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@alloy-operator-0.2.9...grafana-9.2.0
v9.1.1Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@helm-loki-6.30.0...grafana-9.1.1
v9.0.1Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@tempo-distributed-1.39.5...grafana-9.0.1
v9.0.0Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@mimir-distributed-5.8.0-weekly.341...grafana-9.0.0
v8.15.0Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@mimir-distributed-5.8.0-weekly.339+dev.1...grafana-8.15.0
v8.14.2Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
6cd0753by @jcpunk in https://github.com/grafana/helm-charts/pull/3691Full Changelog: grafana/helm-charts@loki-distributed-0.80.5...grafana-8.14.2
v8.14.1Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@tempo-distributed-1.38.3...grafana-8.14.1
v8.14.0Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-8.13.2...grafana-8.14.0
v8.13.2Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@alloy-operator-0.2.5-beta.1...grafana-8.13.2
v8.13.1Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@alloy-operator-0.2.4-beta.1...grafana-8.13.1
v8.13.0Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@alloy-1.0.2...grafana-8.13.0
v8.12.1Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@loki-distributed-0.80.3...grafana-8.12.1
v8.12.0Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@cloudcost-exporter-1.0.1...grafana-8.12.0
v8.11.4Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@tempo-distributed-1.35.0...grafana-8.11.4
v8.11.3Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-8.11.2...grafana-8.11.3
v8.11.2Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@rollout-operator-0.25.0...grafana-8.11.2
v8.11.1Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-sampling-1.1.5...grafana-8.11.1
v8.11.0Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@alloy-operator-0.2.1-beta.1...grafana-8.11.0
v8.10.4Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@k8s-monitoring-1.6.29...grafana-8.10.4
v8.10.3Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-8.10.2...grafana-8.10.3
v8.10.2Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@tempo-distributed-1.32.3...grafana-8.10.2
v8.10.1Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@k8s-monitoring-2.0.12...grafana-8.10.1
v8.10.0Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-8.9.1...grafana-8.10.0
v8.9.1Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@helm-loki-6.26.0...grafana-8.9.1
v8.9.0Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-8.8.6...grafana-8.9.0
v8.8.6Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-agent-operator-0.5.1...grafana-8.8.6
v8.8.5Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@mimir-distributed-5.7.0-weekly.325...grafana-8.8.5
v8.8.4Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@helm-loki-6.24.1...grafana-8.8.4
v8.8.3Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@beyla-1.6.2...grafana-8.8.3
v8.8.2Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@tempo-1.16.0...grafana-8.8.2
v8.8.1Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-8.8.0...grafana-8.8.1
v8.8.0Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-8.7.1...grafana-8.8.0
v8.7.1Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@tempo-distributed-1.26.1...grafana-8.7.1
v8.7.0Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@tempo-distributed-1.26.0...grafana-8.7.0
v8.6.4Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@helm-loki-6.22.0...grafana-8.6.4
v8.6.3Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@beyla-1.5.0...grafana-8.6.3
v8.6.2Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@mimir-distributed-5.6.0-weekly.318...grafana-8.6.2
v8.6.1Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@oncall-1.13.3...grafana-8.6.1
v8.6.0Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@tempo-vulture-0.7.0...grafana-8.6.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR has been generated by Renovate Bot.