generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(helm): update grafana ( 8.4.1 → 8.6.0 ) #675
Open
grutamu-actions-runner-controller
wants to merge
1
commit into
main
Choose a base branch
from
renovate/grafana-8.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grutamu-actions-runner-controller
bot
added
renovate/helm
type/patch
area/kubernetes
labels
Aug 8, 2024
Contributor
Author
--- HelmRelease: observability/grafana ServiceAccount: observability/grafana
+++ HelmRelease: observability/grafana ServiceAccount: observability/grafana
@@ -3,10 +3,9 @@
kind: ServiceAccount
automountServiceAccountToken: false
metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
- app.kubernetes.io/managed-by: Helm
name: grafana
namespace: observability
--- HelmRelease: observability/grafana ConfigMap: observability/grafana-config-dashboards
+++ HelmRelease: observability/grafana ConfigMap: observability/grafana-config-dashboards
@@ -2,13 +2,12 @@
apiVersion: v1
kind: ConfigMap
metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
- app.kubernetes.io/managed-by: Helm
name: grafana-config-dashboards
namespace: observability
data:
provider.yaml: |-
apiVersion: 1
providers:
--- HelmRelease: observability/grafana ConfigMap: observability/grafana
+++ HelmRelease: observability/grafana ConfigMap: observability/grafana
@@ -4,13 +4,12 @@
metadata:
name: grafana
namespace: observability
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
- app.kubernetes.io/managed-by: Helm
data:
plugins: grafana-clock-panel,grafana-piechart-panel,grafana-worldmap-panel,natel-discrete-panel,pr0ps-trackmap-panel,vonage-status-panel
grafana.ini: |
[analytics]
check_for_plugin_updates = false
check_for_updates = false
--- HelmRelease: observability/grafana ConfigMap: observability/grafana-dashboards-ceph
+++ HelmRelease: observability/grafana ConfigMap: observability/grafana-dashboards-ceph
@@ -4,11 +4,9 @@
metadata:
name: grafana-dashboards-ceph
namespace: observability
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
- app.kubernetes.io/managed-by: Helm
dashboard-provider: ceph
- grafana_dashboard: ''
data: {}
--- HelmRelease: observability/grafana ConfigMap: observability/grafana-dashboards-default
+++ HelmRelease: observability/grafana ConfigMap: observability/grafana-dashboards-default
@@ -4,11 +4,9 @@
metadata:
name: grafana-dashboards-default
namespace: observability
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
- app.kubernetes.io/managed-by: Helm
dashboard-provider: default
- grafana_dashboard: ''
data: {}
--- HelmRelease: observability/grafana ConfigMap: observability/grafana-dashboards-flux
+++ HelmRelease: observability/grafana ConfigMap: observability/grafana-dashboards-flux
@@ -4,11 +4,9 @@
metadata:
name: grafana-dashboards-flux
namespace: observability
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
- app.kubernetes.io/managed-by: Helm
dashboard-provider: flux
- grafana_dashboard: ''
data: {}
--- HelmRelease: observability/grafana ConfigMap: observability/grafana-dashboards-kubernetes
+++ HelmRelease: observability/grafana ConfigMap: observability/grafana-dashboards-kubernetes
@@ -4,11 +4,9 @@
metadata:
name: grafana-dashboards-kubernetes
namespace: observability
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
- app.kubernetes.io/managed-by: Helm
dashboard-provider: kubernetes
- grafana_dashboard: ''
data: {}
--- HelmRelease: observability/grafana ConfigMap: observability/grafana-dashboards-nginx
+++ HelmRelease: observability/grafana ConfigMap: observability/grafana-dashboards-nginx
@@ -4,11 +4,9 @@
metadata:
name: grafana-dashboards-nginx
namespace: observability
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
- app.kubernetes.io/managed-by: Helm
dashboard-provider: nginx
- grafana_dashboard: ''
data: {}
--- HelmRelease: observability/grafana ConfigMap: observability/grafana-dashboards-thanos
+++ HelmRelease: observability/grafana ConfigMap: observability/grafana-dashboards-thanos
@@ -4,11 +4,9 @@
metadata:
name: grafana-dashboards-thanos
namespace: observability
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
- app.kubernetes.io/managed-by: Helm
dashboard-provider: thanos
- grafana_dashboard: ''
data: {}
--- HelmRelease: observability/grafana ConfigMap: observability/grafana-dashboards-unifi
+++ HelmRelease: observability/grafana ConfigMap: observability/grafana-dashboards-unifi
@@ -4,11 +4,9 @@
metadata:
name: grafana-dashboards-unifi
namespace: observability
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
- app.kubernetes.io/managed-by: Helm
dashboard-provider: unifi
- grafana_dashboard: ''
data: {}
--- HelmRelease: observability/grafana ClusterRole: observability/grafana-clusterrole
+++ HelmRelease: observability/grafana ClusterRole: observability/grafana-clusterrole
@@ -2,13 +2,12 @@
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
- app.kubernetes.io/managed-by: Helm
name: grafana-clusterrole
rules:
- apiGroups:
- ''
resources:
- configmaps
--- HelmRelease: observability/grafana ClusterRoleBinding: observability/grafana-clusterrolebinding
+++ HelmRelease: observability/grafana ClusterRoleBinding: observability/grafana-clusterrolebinding
@@ -3,13 +3,12 @@
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: grafana-clusterrolebinding
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
- app.kubernetes.io/managed-by: Helm
subjects:
- kind: ServiceAccount
name: grafana
namespace: observability
roleRef:
kind: ClusterRole
--- HelmRelease: observability/grafana Role: observability/grafana
+++ HelmRelease: observability/grafana Role: observability/grafana
@@ -4,9 +4,8 @@
metadata:
name: grafana
namespace: observability
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
- app.kubernetes.io/managed-by: Helm
rules: []
--- HelmRelease: observability/grafana RoleBinding: observability/grafana
+++ HelmRelease: observability/grafana RoleBinding: observability/grafana
@@ -4,13 +4,12 @@
metadata:
name: grafana
namespace: observability
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
- app.kubernetes.io/managed-by: Helm
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: grafana
subjects:
- kind: ServiceAccount
--- HelmRelease: observability/grafana Service: observability/grafana
+++ HelmRelease: observability/grafana Service: observability/grafana
@@ -4,13 +4,12 @@
metadata:
name: grafana
namespace: observability
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
- app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
ports:
- name: service
port: 80
protocol: TCP
--- HelmRelease: observability/grafana Deployment: observability/grafana
+++ HelmRelease: observability/grafana Deployment: observability/grafana
@@ -4,13 +4,12 @@
metadata:
name: grafana
namespace: observability
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
- app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app.kubernetes.io/name: grafana
@@ -20,15 +19,15 @@
template:
metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
annotations:
- checksum/dashboards-json-config: 04e01da4e352c68bd12d3edc3e29219688f0c4964960e90387ddaca350bdd698
+ checksum/dashboards-json-config: 2e12bef48fbac9f634d3fcc251a98379d2cf48e8c671165f00278eeceb1bc422
checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
- checksum/secret: b52d78fb952bd0be1a29b762a5952efb1d3c43ba2ca10aabd0ced755a09dd7f4
+ checksum/secret: 802ff767821482e36d2c50d37a42bbb014c7c89e02906994274acba41858a7b2
kubectl.kubernetes.io/default-container: grafana
spec:
serviceAccountName: grafana
automountServiceAccountToken: true
securityContext:
fsGroup: 472
@@ -63,13 +62,13 @@
name: grafana-secret
image: ghcr.io/onedr0p/postgres-init:16
name: 01-init-db
enableServiceLinks: true
containers:
- name: grafana-sc-dashboard
- image: quay.io/kiwigrid/k8s-sidecar:1.27.4
+ image: quay.io/kiwigrid/k8s-sidecar:1.28.0
imagePullPolicy: IfNotPresent
env:
- name: METHOD
value: WATCH
- name: LABEL
value: grafana_dashboard
@@ -103,13 +102,13 @@
seccompProfile:
type: RuntimeDefault
volumeMounts:
- name: sc-dashboard-volume
mountPath: /tmp/dashboards
- name: grafana-sc-datasources
- image: quay.io/kiwigrid/k8s-sidecar:1.27.4
+ image: quay.io/kiwigrid/k8s-sidecar:1.28.0
imagePullPolicy: IfNotPresent
env:
- name: METHOD
value: WATCH
- name: LABEL
value: grafana_datasource
@@ -141,13 +140,13 @@
seccompProfile:
type: RuntimeDefault
volumeMounts:
- name: sc-datasources-volume
mountPath: /etc/grafana/provisioning/datasources
- name: grafana
- image: docker.io/grafana/grafana:11.1.3
+ image: docker.io/grafana/grafana:11.3.0
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
--- HelmRelease: observability/grafana Ingress: observability/grafana
+++ HelmRelease: observability/grafana Ingress: observability/grafana
@@ -4,13 +4,12 @@
metadata:
name: grafana
namespace: observability
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
- app.kubernetes.io/managed-by: Helm
spec:
ingressClassName: internal
tls:
- hosts:
- grafana.calzone.zone
rules:
--- HelmRelease: observability/grafana ServiceMonitor: observability/grafana
+++ HelmRelease: observability/grafana ServiceMonitor: observability/grafana
@@ -4,13 +4,12 @@
metadata:
name: grafana
namespace: observability
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
- app.kubernetes.io/managed-by: Helm
spec:
endpoints:
- port: service
interval: 30s
scrapeTimeout: 30s
honorLabels: true |
Contributor
Author
--- kubernetes/apps/observability/grafana/app Kustomization: flux-system/grafana HelmRelease: observability/grafana
+++ kubernetes/apps/observability/grafana/app Kustomization: flux-system/grafana HelmRelease: observability/grafana
@@ -13,13 +13,13 @@
spec:
chart: grafana
sourceRef:
kind: HelmRepository
name: grafana
namespace: flux-system
- version: 8.4.1
+ version: 8.6.0
install:
remediation:
retries: 3
interval: 30m
uninstall:
keepHistory: false |
grutamu-actions-runner-controller
bot
force-pushed
the
renovate/grafana-8.x
branch
from
August 9, 2024 14:09
df62079
to
34561c8
Compare
grutamu-actions-runner-controller
bot
changed the title
fix(helm): update grafana ( 8.4.1 → 8.4.2 )
fix(helm): update grafana ( 8.4.1 → 8.4.3 )
Aug 9, 2024
grutamu-actions-runner-controller
bot
force-pushed
the
renovate/grafana-8.x
branch
from
August 10, 2024 07:09
34561c8
to
d1e371d
Compare
grutamu-actions-runner-controller
bot
changed the title
fix(helm): update grafana ( 8.4.1 → 8.4.3 )
fix(helm): update grafana ( 8.4.1 → 8.4.4 )
Aug 10, 2024
grutamu-actions-runner-controller
bot
force-pushed
the
renovate/grafana-8.x
branch
from
August 17, 2024 08:10
d1e371d
to
1ba447f
Compare
grutamu-actions-runner-controller
bot
changed the title
fix(helm): update grafana ( 8.4.1 → 8.4.4 )
fix(helm): update grafana ( 8.4.1 → 8.4.5 )
Aug 17, 2024
grutamu-actions-runner-controller
bot
force-pushed
the
renovate/grafana-8.x
branch
from
August 19, 2024 15:09
1ba447f
to
998a395
Compare
grutamu-actions-runner-controller
bot
changed the title
fix(helm): update grafana ( 8.4.1 → 8.4.5 )
fix(helm): update grafana ( 8.4.1 → 8.4.6 )
Aug 19, 2024
grutamu-actions-runner-controller
bot
force-pushed
the
renovate/grafana-8.x
branch
from
August 22, 2024 01:35
998a395
to
8d018a3
Compare
grutamu-actions-runner-controller
bot
changed the title
fix(helm): update grafana ( 8.4.1 → 8.4.6 )
fix(helm): update grafana ( 8.4.1 → 8.4.7 )
Aug 22, 2024
grutamu-actions-runner-controller
bot
force-pushed
the
renovate/grafana-8.x
branch
from
August 24, 2024 10:08
8d018a3
to
1c4f371
Compare
grutamu-actions-runner-controller
bot
changed the title
fix(helm): update grafana ( 8.4.1 → 8.4.7 )
fix(helm): update grafana ( 8.4.1 → 8.4.8 )
Aug 24, 2024
grutamu-actions-runner-controller
bot
force-pushed
the
renovate/grafana-8.x
branch
from
August 28, 2024 12:15
1c4f371
to
403f9fb
Compare
grutamu-actions-runner-controller
bot
changed the title
fix(helm): update grafana ( 8.4.1 → 8.4.8 )
feat(helm): update grafana ( 8.4.1 → 8.5.0 )
Aug 28, 2024
grutamu-actions-runner-controller
bot
force-pushed
the
renovate/grafana-8.x
branch
from
September 4, 2024 17:10
403f9fb
to
78c62dd
Compare
grutamu-actions-runner-controller
bot
changed the title
feat(helm): update grafana ( 8.4.1 → 8.5.0 )
feat(helm): update grafana ( 8.4.1 → 8.5.1 )
Sep 4, 2024
grutamu-actions-runner-controller
bot
force-pushed
the
renovate/grafana-8.x
branch
from
October 2, 2024 08:13
78c62dd
to
e803671
Compare
grutamu-actions-runner-controller
bot
changed the title
feat(helm): update grafana ( 8.4.1 → 8.5.1 )
feat(helm): update grafana ( 8.4.1 → 8.5.2 )
Oct 2, 2024
grutamu-actions-runner-controller
bot
force-pushed
the
renovate/grafana-8.x
branch
from
October 13, 2024 21:11
e803671
to
b84c700
Compare
grutamu-actions-runner-controller
bot
changed the title
feat(helm): update grafana ( 8.4.1 → 8.5.2 )
feat(helm): update grafana ( 8.4.1 → 8.5.3 )
Oct 13, 2024
grutamu-actions-runner-controller
bot
force-pushed
the
renovate/grafana-8.x
branch
from
October 14, 2024 17:11
b84c700
to
83753ad
Compare
grutamu-actions-runner-controller
bot
changed the title
feat(helm): update grafana ( 8.4.1 → 8.5.3 )
feat(helm): update grafana ( 8.4.1 → 8.5.4 )
Oct 14, 2024
grutamu-actions-runner-controller
bot
force-pushed
the
renovate/grafana-8.x
branch
from
October 14, 2024 22:12
83753ad
to
929dc6f
Compare
grutamu-actions-runner-controller
bot
changed the title
feat(helm): update grafana ( 8.4.1 → 8.5.4 )
feat(helm): update grafana ( 8.4.1 → 8.5.5 )
Oct 14, 2024
grutamu-actions-runner-controller
bot
force-pushed
the
renovate/grafana-8.x
branch
from
October 17, 2024 13:14
929dc6f
to
3455122
Compare
grutamu-actions-runner-controller
bot
changed the title
feat(helm): update grafana ( 8.4.1 → 8.5.5 )
feat(helm): update grafana ( 8.4.1 → 8.5.6 )
Oct 17, 2024
grutamu-actions-runner-controller
bot
force-pushed
the
renovate/grafana-8.x
branch
from
October 19, 2024 02:31
3455122
to
3cf67a1
Compare
grutamu-actions-runner-controller
bot
changed the title
feat(helm): update grafana ( 8.4.1 → 8.5.6 )
feat(helm): update grafana ( 8.4.1 → 8.5.8 )
Oct 19, 2024
grutamu-actions-runner-controller
bot
force-pushed
the
renovate/grafana-8.x
branch
from
October 30, 2024 12:14
3cf67a1
to
3068181
Compare
grutamu-actions-runner-controller
bot
changed the title
feat(helm): update grafana ( 8.4.1 → 8.5.8 )
feat(helm): update grafana ( 8.4.1 → 8.5.9 )
Oct 30, 2024
grutamu-actions-runner-controller
bot
force-pushed
the
renovate/grafana-8.x
branch
from
October 30, 2024 16:11
3068181
to
3e5eef4
Compare
grutamu-actions-runner-controller
bot
changed the title
feat(helm): update grafana ( 8.4.1 → 8.5.9 )
feat(helm): update grafana ( 8.4.1 → 8.5.10 )
Oct 30, 2024
grutamu-actions-runner-controller
bot
force-pushed
the
renovate/grafana-8.x
branch
from
October 30, 2024 19:10
3e5eef4
to
fc8f5eb
Compare
grutamu-actions-runner-controller
bot
changed the title
feat(helm): update grafana ( 8.4.1 → 8.5.10 )
feat(helm): update grafana ( 8.4.1 → 8.5.11 )
Oct 30, 2024
grutamu-actions-runner-controller
bot
force-pushed
the
renovate/grafana-8.x
branch
from
November 4, 2024 23:11
fc8f5eb
to
bcef150
Compare
grutamu-actions-runner-controller
bot
changed the title
feat(helm): update grafana ( 8.4.1 → 8.5.11 )
feat(helm): update grafana ( 8.4.1 → 8.5.12 )
Nov 4, 2024
grutamu-actions-runner-controller
bot
force-pushed
the
renovate/grafana-8.x
branch
from
November 10, 2024 22:11
bcef150
to
480ab27
Compare
grutamu-actions-runner-controller
bot
changed the title
feat(helm): update grafana ( 8.4.1 → 8.5.12 )
feat(helm): update grafana ( 8.4.1 → 8.6.0 )
Nov 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.4.1
->8.6.0
Release Notes
grafana/helm-charts (grafana)
v8.6.0
Compare 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
v8.5.12
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
managed-by
should not be templated by @bleggett in https://github.com/grafana/helm-charts/pull/3398New Contributors
Full Changelog: grafana/helm-charts@beyla-1.4.5...grafana-8.5.12
v8.5.11
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-8.5.10...grafana-8.5.11
v8.5.10
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@beyla-1.4.4...grafana-8.5.10
v8.5.9
Compare 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.1...grafana-8.5.9
v8.5.8
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-8.5.7...grafana-8.5.8
v8.5.7
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@alloy-0.9.2...grafana-8.5.7
v8.5.6
Compare 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.18.0...grafana-8.5.6
v8.5.5
Compare 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.18.4...grafana-8.5.5
v8.5.4
Compare 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.5.0...grafana-8.5.4
v8.5.3
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@alloy-0.9.1...grafana-8.5.3
v8.5.2
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@alloy-0.9.0...grafana-8.5.2
v8.5.1
Compare 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.11.0...grafana-8.5.1
v8.5.0
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-8.4.9...grafana-8.5.0
v8.4.9
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@helm-loki-6.10.1...grafana-8.4.9
v8.4.8
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@alloy-0.6.1...grafana-8.4.8
v8.4.7
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-8.4.6...grafana-8.4.7
v8.4.6
Compare 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.17.0...grafana-8.4.6
v8.4.5
Compare 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.0.0...grafana-8.4.5
v8.4.4
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-8.4.3...grafana-8.4.4
v8.4.3
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-8.4.2...grafana-8.4.3
v8.4.2
Compare 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.16.1...grafana-8.4.2
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.