-
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 chart grafana to 8.8.2 #139
Open
renovate
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
--- kubernetes/apps/monitoring/grafana/app Kustomization: flux-system/cluster-apps-grafana HelmRelease: monitoring/grafana
+++ kubernetes/apps/monitoring/grafana/app Kustomization: flux-system/cluster-apps-grafana HelmRelease: monitoring/grafana
@@ -9,13 +9,13 @@
spec:
chart: grafana
sourceRef:
kind: HelmRepository
name: grafana
namespace: flux-system
- version: 6.60.4
+ version: 8.5.6
dependsOn:
- name: local-path-provisioner
namespace: kube-system
install:
remediation:
retries: 3 |
--- kubernetes HelmRelease: monitoring/grafana ServiceMonitor: monitoring/grafana
+++ kubernetes HelmRelease: monitoring/grafana ServiceMonitor: monitoring/grafana
@@ -8,13 +8,13 @@
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
app.kubernetes.io/managed-by: Helm
spec:
endpoints:
- port: service
- interval: 1m
+ interval: 30s
scrapeTimeout: 30s
honorLabels: true
path: /metrics
scheme: http
jobLabel: grafana
selector:
--- kubernetes HelmRelease: monitoring/grafana ConfigMap: monitoring/grafana-dashboards-default
+++ kubernetes HelmRelease: monitoring/grafana ConfigMap: monitoring/grafana-dashboards-default
@@ -6,9 +6,8 @@
namespace: monitoring
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
app.kubernetes.io/managed-by: Helm
dashboard-provider: default
- grafana_dashboard: ''
data: {}
--- kubernetes HelmRelease: monitoring/grafana ConfigMap: monitoring/grafana-dashboards-nginx
+++ kubernetes HelmRelease: monitoring/grafana ConfigMap: monitoring/grafana-dashboards-nginx
@@ -6,9 +6,8 @@
namespace: monitoring
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
app.kubernetes.io/managed-by: Helm
dashboard-provider: nginx
- grafana_dashboard: ''
data: {}
--- kubernetes HelmRelease: monitoring/grafana ConfigMap: monitoring/grafana-dashboards-kubernetes
+++ kubernetes HelmRelease: monitoring/grafana ConfigMap: monitoring/grafana-dashboards-kubernetes
@@ -6,9 +6,8 @@
namespace: monitoring
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
app.kubernetes.io/managed-by: Helm
dashboard-provider: kubernetes
- grafana_dashboard: ''
data: {}
--- kubernetes HelmRelease: monitoring/grafana ServiceAccount: monitoring/grafana
+++ kubernetes HelmRelease: monitoring/grafana ServiceAccount: monitoring/grafana
@@ -1,9 +1,10 @@
---
apiVersion: v1
kind: ServiceAccount
+automountServiceAccountToken: false
metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
app.kubernetes.io/managed-by: Helm
name: grafana
--- kubernetes HelmRelease: monitoring/grafana ConfigMap: monitoring/grafana-dashboards-flux
+++ kubernetes HelmRelease: monitoring/grafana ConfigMap: monitoring/grafana-dashboards-flux
@@ -6,9 +6,8 @@
namespace: monitoring
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
app.kubernetes.io/managed-by: Helm
dashboard-provider: flux
- grafana_dashboard: ''
data: {}
--- kubernetes HelmRelease: monitoring/grafana Deployment: monitoring/grafana
+++ kubernetes HelmRelease: monitoring/grafana Deployment: monitoring/grafana
@@ -20,14 +20,14 @@
template:
metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
annotations:
- checksum/dashboards-json-config: 3655110ade524e764332a3bd712fdb047ff0d2f343ae1b9b8a44abdb0309aae5
- checksum/sc-dashboard-provider-config: 1e273e9c1b450f4195a287a8c578aafce3348a12b818f41e13cd9ac6678cc881
+ checksum/dashboards-json-config: 2f5df42d601d2aac34315a05b81b645fc64accb7b537f1d0220dd978d186d543
+ checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
kubectl.kubernetes.io/default-container: grafana
spec:
serviceAccountName: grafana
automountServiceAccountToken: true
securityContext:
fsGroup: 472
@@ -76,13 +76,13 @@
subPath: download_dashboards.sh
- name: storage
mountPath: /var/lib/grafana
enableServiceLinks: true
containers:
- name: grafana-sc-dashboard
- image: quay.io/kiwigrid/k8s-sidecar:1.25.1
+ image: quay.io/kiwigrid/k8s-sidecar:1.28.0
imagePullPolicy: IfNotPresent
env:
- name: METHOD
value: WATCH
- name: LABEL
value: grafana_dashboard
@@ -116,13 +116,13 @@
seccompProfile:
type: RuntimeDefault
volumeMounts:
- name: sc-dashboard-volume
mountPath: /tmp/dashboards
- name: grafana-sc-datasources
- image: quay.io/kiwigrid/k8s-sidecar:1.25.1
+ image: quay.io/kiwigrid/k8s-sidecar:1.28.0
imagePullPolicy: IfNotPresent
env:
- name: METHOD
value: WATCH
- name: LABEL
value: grafana_datasource
@@ -154,13 +154,13 @@
seccompProfile:
type: RuntimeDefault
volumeMounts:
- name: sc-datasources-volume
mountPath: /etc/grafana/provisioning/datasources
- name: grafana
- image: docker.io/grafana/grafana:10.1.4
+ image: docker.io/grafana/grafana:11.2.2
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL |
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
June 12, 2024 11:04
4b5d512
to
450c129
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.0.1
feat(helm)!: Update chart grafana to 8.0.2
Jun 12, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
June 27, 2024 11:27
450c129
to
f65397b
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.0.2
feat(helm)!: Update chart grafana to 8.1.1
Jun 27, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
June 28, 2024 00:30
f65397b
to
ac23192
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.1.1
feat(helm)!: Update chart grafana to 8.2.0
Jun 28, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
July 1, 2024 11:19
ac23192
to
3e9a1df
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.2.0
feat(helm)!: Update chart grafana to 8.2.1
Jul 1, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
July 2, 2024 02:14
3e9a1df
to
27b913f
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.2.1
feat(helm)!: Update chart grafana to 8.2.2
Jul 2, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
July 3, 2024 07:32
27b913f
to
b8804cf
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.2.2
feat(helm)!: Update chart grafana to 8.3.1
Jul 3, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
July 4, 2024 17:09
b8804cf
to
107a86e
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.3.1
feat(helm)!: Update chart grafana to 8.3.2
Jul 4, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
July 12, 2024 22:55
107a86e
to
8c4ef13
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.3.2
feat(helm)!: Update chart grafana to 8.3.3
Jul 12, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
July 13, 2024 12:18
8c4ef13
to
8a4de10
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.3.3
feat(helm)!: Update chart grafana to 8.3.4
Jul 13, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
July 17, 2024 16:21
8a4de10
to
519dd1b
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.3.4
feat(helm)!: Update chart grafana to 8.3.5
Jul 17, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
July 20, 2024 22:48
519dd1b
to
1a8f45b
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.3.5
feat(helm)!: Update chart grafana to 8.3.6
Jul 20, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
July 30, 2024 03:51
1a8f45b
to
34f15e7
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.5.4
feat(helm)!: Update chart grafana to 8.5.5
Oct 14, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
October 17, 2024 13:34
cc22934
to
62dc963
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.5.5
feat(helm)!: Update chart grafana to 8.5.6
Oct 17, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
October 19, 2024 05:10
62dc963
to
bd51948
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.5.6
feat(helm)!: Update chart grafana to 8.5.8
Oct 19, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
October 30, 2024 12:42
bd51948
to
8aea3f1
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.5.8
feat(helm)!: Update chart grafana to 8.5.9
Oct 30, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
October 30, 2024 17:15
8aea3f1
to
c08691a
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.5.9
feat(helm)!: Update chart grafana to 8.5.10
Oct 30, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
October 30, 2024 19:54
c08691a
to
f59e86b
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.5.10
feat(helm)!: Update chart grafana to 8.5.11
Oct 30, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
November 4, 2024 23:10
f59e86b
to
43a95bd
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.5.11
feat(helm)!: Update chart grafana to 8.5.12
Nov 4, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
November 11, 2024 02:09
43a95bd
to
c22a40d
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.5.12
feat(helm)!: Update chart grafana to 8.6.0
Nov 11, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
November 22, 2024 03:12
c22a40d
to
8adf46b
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.6.0
feat(helm)!: Update chart grafana to 8.6.1
Nov 22, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
November 26, 2024 10:25
8adf46b
to
e6c26a0
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.6.1
feat(helm)!: Update chart grafana to 8.6.2
Nov 26, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
November 27, 2024 03:56
e6c26a0
to
5e722d2
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.6.2
feat(helm)!: Update chart grafana to 8.6.3
Nov 27, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
November 29, 2024 17:15
5e722d2
to
6c5dee5
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.6.3
feat(helm)!: Update chart grafana to 8.6.4
Nov 29, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
December 12, 2024 16:47
6c5dee5
to
27b4dde
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.6.4
feat(helm)!: Update chart grafana to 8.7.0
Dec 12, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
December 15, 2024 18:31
27b4dde
to
f6a00b0
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.7.0
feat(helm)!: Update chart grafana to 8.8.1
Dec 15, 2024
renovate
bot
force-pushed
the
renovate/grafana-8.x
branch
from
December 16, 2024 23:04
f6a00b0
to
25f2e79
Compare
renovate
bot
changed the title
feat(helm)!: Update chart grafana to 8.8.1
feat(helm)!: Update chart grafana to 8.8.2
Dec 16, 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:
6.60.4
->8.8.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
grafana/helm-charts (grafana)
v8.8.2
Compare 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.1
Compare 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.0
Compare 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.1
Compare 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.0
Compare 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.4
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.22.0...grafana-8.6.4
v8.6.3
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.5.0...grafana-8.6.3
v8.6.2
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.6.0-weekly.318...grafana-8.6.2
v8.6.1
Compare 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.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
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
v8.4.1
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@k8s-monitoring-1.4.4...grafana-8.4.1
v8.4.0
Compare 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.79.2...grafana-8.4.0
v8.3.8
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.15.3...grafana-8.3.8
v8.3.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-agent-operator-0.4.1...grafana-8.3.7
v8.3.6
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-8.3.5...grafana-8.3.6
v8.3.5
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@synthetic-monitoring-agent-0.3.0...grafana-8.3.5
v8.3.4
Compare 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.79.1...grafana-8.3.4
v8.3.3
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.5.1...grafana-8.3.3
v8.3.2
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.6.5...grafana-8.3.2
v8.3.1
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.3.0...grafana-8.3.1
v8.3.0
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.13.2...grafana-8.3.0
v8.2.2
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@tempo-distributed-1.13.1...grafana-8.2.2
v8.2.1
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.2.0...grafana-8.2.1
v8.2.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.1.1...grafana-8.2.0
v8.1.1
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-8.1.0...grafana-8.1.1
v8.1.0
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.4.0...grafana-8.1.0
v8.0.2
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.0.13...grafana-8.0.2
v8.0.1
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
folderUid
option by @Rohlik in https://github.com/grafana/helm-charts/pull/2956New Contributors
Full Changelog: grafana/helm-charts@tempo-distributed-1.11.0...grafana-8.0.1
v8.0.0
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-7.3.12...grafana-8.0.0
v7.3.12
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@oncall-1.5.5...grafana-7.3.12
v7.3.11
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@k8s-monitoring-1.0.8...grafana-7.3.11
v7.3.10
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.9.9...grafana-7.3.10
v7.3.9
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-0.1.1...grafana-7.3.9
v7.3.8
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@rollout-operator-0.15.0...grafana-7.3.8
v7.3.7
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@k8s-monitoring-0.11.2...grafana-7.3.7
v7.3.6
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-7.3.5...grafana-7.3.6
v7.3.5
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-7.3.4...grafana-7.3.5
v7.3.4
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
serviceAccount.automountServiceAccountToken
and documentautomountServiceAccountToken
by @jkroepke in https://github.com/grafana/helm-charts/pull/2997Full Changelog: grafana/helm-charts@grafana-agent-0.36.0...grafana-7.3.4
v7.3.3
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@loki-distributed-0.78.3...grafana-7.3.3
v7.3.2
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-7.3.1...grafana-7.3.2
v7.3.1
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-agent-0.33.0...grafana-7.3.1
v7.3.0
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@promtail-6.15.5...grafana-7.3.0
v7.2.5
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@helm-loki-5.42.0...grafana-7.2.5
v7.2.4
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@loki-stack-2.10.1...grafana-7.2.4
v7.2.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-7.2.2...grafana-7.2.3
v7.2.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.8.0...grafana-7.2.2
v7.2.1
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-7.2.0...grafana-7.2.1
v7.2.0
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@helm-k6-operator-3.4.0...grafana-7.2.0
v7.1.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-7.0.22...grafana-7.1.0
v7.0.22
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.7.4...grafana-7.0.22
v7.0.21
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-7.0.20...grafana-7.0.21
v7.0.20
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-agent-0.30.0...grafana-7.0.20
v7.0.19
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-7.0.18...grafana-7.0.19
v7.0.18
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@k8s-monitoring-0.7.0...grafana-7.0.18
v7.0.17
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-7.0.16...grafana-7.0.17
v7.0.16
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: https://github.com/grafana/helm
Configuration
📅 Schedule: Branch creation - "on saturday" (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.
This PR was generated by Mend Renovate. View the repository job log.