Skip to content

feat(helm): update chart loki ( 6.21.0 → 6.55.0 ) - #5319

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cluster-0-loki-6.x
Open

feat(helm): update chart loki ( 6.21.0 → 6.55.0 )#5319
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cluster-0-loki-6.x

Conversation

@renovate

@renovate renovate Bot commented Apr 8, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
loki (source) minor 6.21.06.55.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

grafana/helm-charts (loki)

v6.55.0

The leading tool for querying and visualizing time series and metrics.

v6.54.0

The leading tool for querying and visualizing time series and metrics.

v6.53.0

The leading tool for querying and visualizing time series and metrics.

v6.52.0

The leading tool for querying and visualizing time series and metrics.

v6.51.0

The leading tool for querying and visualizing time series and metrics.

v6.50.0

The leading tool for querying and visualizing time series and metrics.

v6.49.0

The leading tool for querying and visualizing time series and metrics.

v6.48.0

The leading tool for querying and visualizing time series and metrics.

v6.46.0

Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, simple scalable, and microservices modes.

Source commit: grafana/loki@c47d189

Tag on source: https://github.com/grafana/loki/releases/tag/helm-loki-6.46.0

v6.45.2

The leading tool for querying and visualizing time series and metrics.

v6.45.1

The leading tool for querying and visualizing time series and metrics.

v6.45.0

The leading tool for querying and visualizing time series and metrics.

v6.44.0

The leading tool for querying and visualizing time series and metrics.

v6.43.0

The leading tool for querying and visualizing time series and metrics.

v6.42.0

The leading tool for querying and visualizing time series and metrics.

v6.41.1

Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, simple scalable, and microservices modes.

Source commit: grafana/loki@bff985e

Tag on source: https://github.com/grafana/loki/releases/tag/helm-loki-6.41.1

v6.41.0

The leading tool for querying and visualizing time series and metrics.

v6.40.0

The leading tool for querying and visualizing time series and metrics.

v6.39.0

The leading tool for querying and visualizing time series and metrics.

v6.38.0

The leading tool for querying and visualizing time series and metrics.

v6.37.0

The leading tool for querying and visualizing time series and metrics.

v6.36.1

The leading tool for querying and visualizing time series and metrics.

v6.36.0

Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, simple scalable, and microservices modes.

Source commit: grafana/loki@9dad1cc

Tag on source: https://github.com/grafana/loki/releases/tag/helm-loki-6.36.0

v6.35.1

Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, simple scalable, and microservices modes.

Source commit: grafana/loki@e343238

Tag on source: https://github.com/grafana/loki/releases/tag/helm-loki-6.35.1

v6.35.0

The leading tool for querying and visualizing time series and metrics.

v6.34.0

The leading tool for querying and visualizing time series and metrics.

v6.33.0

The leading tool for querying and visualizing time series and metrics.

v6.32.0

The leading tool for querying and visualizing time series and metrics.

v6.31.0

The leading tool for querying and visualizing time series and metrics.

v6.30.1

The leading tool for querying and visualizing time series and metrics.

v6.30.0

The leading tool for querying and visualizing time series and metrics.

v6.29.0

The leading tool for querying and visualizing time series and metrics.

v6.28.0

The leading tool for querying and visualizing time series and metrics.

v6.27.0

The leading tool for querying and visualizing time series and metrics.

v6.26.0

The leading tool for querying and visualizing time series and metrics.

v6.25.1

The leading tool for querying and visualizing time series and metrics.

v6.25.0

Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.

Source commit: grafana/loki@e637ee7

Tag on source: https://github.com/grafana/loki/releases/tag/helm-loki-6.25.0

v6.24.1

The leading tool for querying and visualizing time series and metrics.

v6.24.0

The leading tool for querying and visualizing time series and metrics.

v6.23.0

The leading tool for querying and visualizing time series and metrics.

v6.22.0

The leading tool for querying and visualizing time series and metrics.


Configuration

📅 Schedule: (in timezone America/New_York)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@carpenike-bot

carpenike-bot Bot commented Apr 8, 2024

Copy link
Copy Markdown
Contributor
--- HelmRelease: monitoring/loki ServiceAccount: monitoring/loki

+++ HelmRelease: monitoring/loki ServiceAccount: monitoring/loki

@@ -4,9 +4,8 @@

 metadata:
   name: loki
   namespace: monitoring
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
 automountServiceAccountToken: true
 
--- HelmRelease: monitoring/loki ConfigMap: monitoring/loki

+++ HelmRelease: monitoring/loki ConfigMap: monitoring/loki

@@ -4,13 +4,12 @@

 metadata:
   name: loki
   namespace: monitoring
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
 data:
   config.yaml: |2
 
     analytics:
       reporting_enabled: false
     auth_enabled: false
@@ -58,12 +57,14 @@

       enabled: false
     query_range:
       align_queries_with_step: true
     ruler:
       storage:
         type: local
+      wal:
+        dir: /var/loki/ruler-wal
     runtime_config:
       file: /etc/loki/runtime-config/runtime-config.yaml
     schema_config:
       configs:
       - from: "2024-04-01"
         index:
--- HelmRelease: monitoring/loki ConfigMap: monitoring/loki-gateway

+++ HelmRelease: monitoring/loki ConfigMap: monitoring/loki-gateway

@@ -4,13 +4,12 @@

 metadata:
   name: loki-gateway
   namespace: monitoring
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/component: gateway
 data:
   nginx.conf: "worker_processes  5;  ## Default: 1\nerror_log  /dev/stderr;\npid \
     \       /tmp/nginx.pid;\nworker_rlimit_nofile 8192;\n\nevents {\n  worker_connections\
     \  4096;  ## Default: 1024\n}\n\nhttp {\n  client_body_temp_path /tmp/client_temp;\n\
     \  proxy_temp_path       /tmp/proxy_temp_path;\n  fastcgi_temp_path     /tmp/fastcgi_temp;\n\
@@ -21,14 +20,15 @@

     \ - $remote_user [$time_local]  $status '\n        '\"$request\" $body_bytes_sent\
     \ \"$http_referer\" '\n        '\"$http_user_agent\" \"$http_x_forwarded_for\"\
     ';\n  access_log   /dev/stderr  main;\n\n  sendfile     on;\n  tcp_nopush   on;\n\
     \  resolver kube-dns.kube-system.svc.cluster.local.;\n  \n\n  server {\n    listen\
     \             8080;\n    listen             [::]:8080;\n\n    location = / {\n\
     \      return 200 'OK';\n      auth_basic off;\n    }\n\n    ########################################################\n\
-    \    # Configure backend targets# Distributor\n    location = /api/prom/push {\n\
-    \      proxy_pass       http://loki.monitoring.svc.cluster.local:3100$request_uri;\n\
+    \    # Configure backend targets\n    location ^~ /ui {\n      proxy_pass    \
+    \   http://loki.monitoring.svc.cluster.local:3100$request_uri;\n    }\n\n    #\
+    \ Distributor\n    location = /api/prom/push {\n      proxy_pass       http://loki.monitoring.svc.cluster.local:3100$request_uri;\n\
     \    }\n    location = /loki/api/v1/push {\n      proxy_pass       http://loki.monitoring.svc.cluster.local:3100$request_uri;\n\
     \    }\n    location = /distributor/ring {\n      proxy_pass       http://loki.monitoring.svc.cluster.local:3100$request_uri;\n\
     \    }\n    location = /otlp/v1/logs {\n      proxy_pass       http://loki.monitoring.svc.cluster.local:3100$request_uri;\n\
     \    }\n\n    # Ingester\n    location = /flush {\n      proxy_pass       http://loki.monitoring.svc.cluster.local:3100$request_uri;\n\
     \    }\n    location ^~ /ingester/ {\n      proxy_pass       http://loki.monitoring.svc.cluster.local:3100$request_uri;\n\
     \    }\n    location = /ingester {\n      internal;        # to suppress 301\n\
@@ -56,10 +56,16 @@

     \      proxy_set_header Upgrade $http_upgrade;\n      proxy_set_header Connection\
     \ \"upgrade\";\n    }\n    location = /loki/api/v1/tail {\n      proxy_pass  \
     \     http://loki.monitoring.svc.cluster.local:3100$request_uri;\n      proxy_set_header\
     \ Upgrade $http_upgrade;\n      proxy_set_header Connection \"upgrade\";\n   \
     \ }\n    location ^~ /api/prom/ {\n      proxy_pass       http://loki.monitoring.svc.cluster.local:3100$request_uri;\n\
     \    }\n    location = /api/prom {\n      internal;        # to suppress 301\n\
-    \    }\n    location ^~ /loki/api/v1/ {\n      proxy_pass       http://loki.monitoring.svc.cluster.local:3100$request_uri;\n\
+    \    }\n    # if the X-Query-Tags header is empty, set a noop= without a value\
+    \ as empty values are not logged\n    set $query_tags $http_x_query_tags;\n  \
+    \  if ($query_tags !~* '') {\n      set $query_tags \"noop=\";\n    }\n    location\
+    \ ^~ /loki/api/v1/ {\n      # pass custom headers set by Grafana as X-Query-Tags\
+    \ which are logged as key/value pairs in metrics.go log messages\n      proxy_set_header\
+    \ X-Query-Tags \"${query_tags},user=${http_x_grafana_user},dashboard_id=${http_x_dashboard_uid},dashboard_title=${http_x_dashboard_title},panel_id=${http_x_panel_id},panel_title=${http_x_panel_title},source_rule_uid=${http_x_rule_uid},rule_name=${http_x_rule_name},rule_folder=${http_x_rule_folder},rule_version=${http_x_rule_version},rule_source=${http_x_rule_source},rule_type=${http_x_rule_type}\"\
+    ;\n      proxy_pass       http://loki.monitoring.svc.cluster.local:3100$request_uri;\n\
     \    }\n    location = /loki/api/v1 {\n      internal;        # to suppress 301\n\
     \    }\n  }\n}\n"
 
--- HelmRelease: monitoring/loki ConfigMap: monitoring/loki-runtime

+++ HelmRelease: monitoring/loki ConfigMap: monitoring/loki-runtime

@@ -4,11 +4,10 @@

 metadata:
   name: loki-runtime
   namespace: monitoring
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
 data:
   runtime-config.yaml: |
     {}
 
--- HelmRelease: monitoring/loki ClusterRole: monitoring/loki-clusterrole

+++ HelmRelease: monitoring/loki ClusterRole: monitoring/loki-clusterrole

@@ -2,13 +2,12 @@

 kind: ClusterRole
 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
   name: loki-clusterrole
 rules:
 - apiGroups:
   - ''
   resources:
   - configmaps
--- HelmRelease: monitoring/loki ClusterRoleBinding: monitoring/loki-clusterrolebinding

+++ HelmRelease: monitoring/loki ClusterRoleBinding: monitoring/loki-clusterrolebinding

@@ -3,13 +3,12 @@

 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: loki-clusterrolebinding
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
 subjects:
 - kind: ServiceAccount
   name: loki
   namespace: monitoring
 roleRef:
   kind: ClusterRole
--- HelmRelease: monitoring/loki Service: monitoring/loki-gateway

+++ HelmRelease: monitoring/loki Service: monitoring/loki-gateway

@@ -4,14 +4,14 @@

 metadata:
   name: loki-gateway
   namespace: monitoring
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/component: gateway
+    prometheus.io/service-monitor: 'false'
 spec:
   type: ClusterIP
   ports:
   - name: http-metrics
     port: 80
     targetPort: http-metrics
--- HelmRelease: monitoring/loki Service: monitoring/loki-memberlist

+++ HelmRelease: monitoring/loki Service: monitoring/loki-memberlist

@@ -4,13 +4,12 @@

 metadata:
   name: loki-memberlist
   namespace: monitoring
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
 spec:
   type: ClusterIP
   clusterIP: None
   ports:
   - name: tcp
     port: 7946
--- HelmRelease: monitoring/loki Service: monitoring/loki-headless

+++ HelmRelease: monitoring/loki Service: monitoring/loki-headless

@@ -4,13 +4,12 @@

 metadata:
   name: loki-headless
   namespace: monitoring
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
     variant: headless
     prometheus.io/service-monitor: 'false'
 spec:
   clusterIP: None
   ports:
   - name: http-metrics
--- HelmRelease: monitoring/loki Service: monitoring/loki

+++ HelmRelease: monitoring/loki Service: monitoring/loki

@@ -4,13 +4,12 @@

 metadata:
   name: loki
   namespace: monitoring
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
 spec:
   type: ClusterIP
   ports:
   - name: http-metrics
     port: 3100
     targetPort: http-metrics
--- HelmRelease: monitoring/loki Deployment: monitoring/loki-gateway

+++ HelmRelease: monitoring/loki Deployment: monitoring/loki-gateway

@@ -4,13 +4,12 @@

 metadata:
   name: loki-gateway
   namespace: monitoring
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/component: gateway
 spec:
   replicas: 0
   strategy:
     type: RollingUpdate
   revisionHistoryLimit: 10
--- HelmRelease: monitoring/loki StatefulSet: monitoring/loki

+++ HelmRelease: monitoring/loki StatefulSet: monitoring/loki

@@ -4,13 +4,12 @@

 metadata:
   name: loki
   namespace: monitoring
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/component: single-binary
     app.kubernetes.io/part-of: memberlist
 spec:
   replicas: 1
   podManagementPolicy: Parallel
   updateStrategy:
@@ -42,13 +41,13 @@

         runAsGroup: 10001
         runAsNonRoot: true
         runAsUser: 10001
       terminationGracePeriodSeconds: 30
       containers:
       - name: loki-sc-rules
-        image: ghcr.io/kiwigrid/k8s-sidecar:1.28.0
+        image: ghcr.io/kiwigrid/k8s-sidecar:1.30.2
         imagePullPolicy: IfNotPresent
         env:
         - name: METHOD
           value: WATCH
         - name: LABEL
           value: loki_rule
@@ -61,17 +60,23 @@

         - name: WATCH_SERVER_TIMEOUT
           value: '60'
         - name: WATCH_CLIENT_TIMEOUT
           value: '60'
         - name: LOG_LEVEL
           value: INFO
+        securityContext:
+          allowPrivilegeEscalation: false
+          capabilities:
+            drop:
+            - ALL
+          readOnlyRootFilesystem: true
         volumeMounts:
         - name: sc-rules-volume
           mountPath: /rules
       - name: loki
-        image: docker.io/grafana/loki:3.3.0
+        image: docker.io/grafana/loki:3.4.2
         imagePullPolicy: IfNotPresent
         args:
         - -config.file=/etc/loki/config/config.yaml
         - -target=all
         ports:
         - name: http-metrics

@carpenike-bot

carpenike-bot Bot commented Apr 8, 2024

Copy link
Copy Markdown
Contributor
--- kubernetes/cluster-0/apps/monitoring/loki/app Kustomization: flux-system/loki HelmRelease: monitoring/loki

+++ kubernetes/cluster-0/apps/monitoring/loki/app Kustomization: flux-system/loki HelmRelease: monitoring/loki

@@ -14,13 +14,13 @@

       chart: loki
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: grafana
         namespace: flux-system
-      version: 6.21.0
+      version: 6.29.0
   interval: 30m
   timeout: 15m
   values:
     backend:
       replicas: 0
     chunksCache:

@carpenike-bot

carpenike-bot Bot commented Apr 8, 2024

Copy link
Copy Markdown
Contributor

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
❌ COPYPASTE jscpd yes 2 no 1.44s
✅ REPOSITORY git_diff yes no no 0.04s
✅ REPOSITORY secretlint yes no no 3.75s
✅ YAML prettier 1 0 0 0.45s
✅ YAML yamllint 1 0 0 0.71s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate
renovate Bot force-pushed the renovate/cluster-0-loki-6.x branch from fdbcd4e to 4a9d70d Compare April 10, 2024 04:01
@renovate renovate Bot changed the title feat(helm)!: Update chart loki ( 5.47.1 → 6.0.0 ) feat(helm)!: Update chart loki ( 5.47.1 → 6.1.0 ) Apr 10, 2024
@renovate renovate Bot changed the title feat(helm)!: Update chart loki ( 5.47.1 → 6.1.0 ) feat(helm)!: Update chart loki ( 5.47.1 → 6.2.0 ) Apr 11, 2024
@renovate
renovate Bot force-pushed the renovate/cluster-0-loki-6.x branch 2 times, most recently from c11626c to 9b368e5 Compare April 18, 2024 15:09
@renovate renovate Bot changed the title feat(helm)!: Update chart loki ( 5.47.1 → 6.2.0 ) feat(helm)!: Update chart loki ( 5.47.1 → 6.2.1 ) Apr 18, 2024
@renovate
renovate Bot force-pushed the renovate/cluster-0-loki-6.x branch from 9b368e5 to 739ff71 Compare April 19, 2024 10:16
@renovate renovate Bot changed the title feat(helm)!: Update chart loki ( 5.47.1 → 6.2.1 ) feat(helm)!: Update chart loki ( 5.47.1 → 6.2.4 ) Apr 19, 2024
@renovate renovate Bot changed the title feat(helm)!: Update chart loki ( 5.47.1 → 6.2.4 ) feat(helm)!: Update chart loki ( 5.47.1 → 6.3.2 ) Apr 19, 2024
@renovate
renovate Bot force-pushed the renovate/cluster-0-loki-6.x branch 2 times, most recently from 41194b4 to ef87046 Compare April 20, 2024 17:15
@renovate renovate Bot changed the title feat(helm)!: Update chart loki ( 5.47.1 → 6.3.2 ) feat(helm)!: Update chart loki ( 5.47.1 → 6.3.3 ) Apr 20, 2024
@renovate renovate Bot changed the title feat(helm)!: Update chart loki ( 5.47.1 → 6.3.3 ) feat(helm)!: Update chart loki ( 5.47.1 → 6.3.4 ) Apr 22, 2024
@renovate
renovate Bot force-pushed the renovate/cluster-0-loki-6.x branch from ef87046 to dc2cfb1 Compare April 22, 2024 18:42
@renovate
renovate Bot force-pushed the renovate/cluster-0-loki-6.x branch from dc2cfb1 to c17eb3a Compare April 30, 2024 11:00
@renovate renovate Bot changed the title feat(helm)!: Update chart loki ( 5.47.1 → 6.3.4 ) feat(helm)!: Update chart loki ( 5.47.1 → 6.4.0 ) Apr 30, 2024
@renovate
renovate Bot force-pushed the renovate/cluster-0-loki-6.x branch from c17eb3a to f7d692e Compare April 30, 2024 12:47
@renovate renovate Bot changed the title feat(helm)!: Update chart loki ( 5.47.1 → 6.4.0 ) feat(helm)!: Update chart loki ( 5.47.1 → 6.4.1 ) Apr 30, 2024
@renovate
renovate Bot force-pushed the renovate/cluster-0-loki-6.x branch from f7d692e to 13bbcea Compare April 30, 2024 16:51
@renovate renovate Bot changed the title feat(helm)!: Update chart loki ( 5.47.1 → 6.4.1 ) feat(helm)!: Update chart loki ( 5.47.1 → 6.4.2 ) Apr 30, 2024
@renovate
renovate Bot force-pushed the renovate/cluster-0-loki-6.x branch from 13bbcea to 8576648 Compare May 3, 2024 10:15
@renovate renovate Bot changed the title feat(helm)!: Update chart loki ( 5.47.1 → 6.4.2 ) feat(helm)!: Update chart loki ( 5.47.1 → 6.5.0 ) May 3, 2024
@renovate
renovate Bot force-pushed the renovate/cluster-0-loki-6.x branch from 8576648 to 97650ce Compare May 8, 2024 16:27
@renovate renovate Bot changed the title feat(helm)!: Update chart loki ( 5.47.1 → 6.6.4 ) feat(helm)!: Update chart loki ( 5.47.1 → 6.6.5 ) Jul 3, 2024
@renovate
renovate Bot force-pushed the renovate/cluster-0-loki-6.x branch from ee10506 to b1e943f Compare July 11, 2024 14:17
@renovate renovate Bot changed the title feat(helm)!: Update chart loki ( 5.47.1 → 6.6.5 ) feat(helm)!: Update chart loki ( 5.47.1 → 6.6.6 ) Jul 11, 2024
@renovate renovate Bot changed the title feat(helm)!: Update chart loki ( 5.47.1 → 6.6.6 ) fix(helm): update chart loki ( 6.6.5 → 6.6.6 ) Jul 15, 2024
@renovate
renovate Bot force-pushed the renovate/cluster-0-loki-6.x branch 2 times, most recently from f57badd to b3cc666 Compare July 16, 2024 17:50
@renovate renovate Bot changed the title fix(helm): update chart loki ( 6.6.5 → 6.6.6 ) feat(helm): update chart loki ( 6.6.5 → 6.7.0 ) Jul 16, 2024
@renovate
renovate Bot force-pushed the renovate/cluster-0-loki-6.x branch from b3cc666 to 8f5250e Compare July 16, 2024 22:27
@renovate renovate Bot changed the title feat(helm): update chart loki ( 6.6.5 → 6.7.0 ) feat(helm): update chart loki ( 6.6.5 → 6.7.1 ) Jul 16, 2024
@renovate renovate Bot changed the title feat(helm): update chart loki ( 6.6.5 → 6.7.1 ) feat(helm): update chart loki ( 6.6.5 → 6.7.2 ) Jul 23, 2024
@renovate
renovate Bot force-pushed the renovate/cluster-0-loki-6.x branch 2 times, most recently from 662faae to cd0d0ac Compare July 24, 2024 19:18
@renovate renovate Bot changed the title feat(helm): update chart loki ( 6.6.5 → 6.7.2 ) feat(helm): update chart loki ( 6.6.5 → 6.7.3 ) Jul 24, 2024
@renovate renovate Bot changed the title feat(helm): update chart loki ( 6.6.5 → 6.7.3 ) feat(helm): update chart loki ( 6.6.5 → 6.7.4 ) Aug 5, 2024
@renovate
renovate Bot force-pushed the renovate/cluster-0-loki-6.x branch 2 times, most recently from b9c638a to 957e0a3 Compare August 5, 2024 22:33
@renovate renovate Bot changed the title feat(helm): update chart loki ( 6.6.5 → 6.7.4 ) feat(helm): update chart loki ( 6.6.5 → 6.8.0 ) Aug 5, 2024
@renovate renovate Bot changed the title feat(helm): update chart loki ( 6.6.5 → 6.8.0 ) feat(helm): update chart loki ( 6.6.5 → 6.9.0 ) Aug 7, 2024
@renovate
renovate Bot force-pushed the renovate/cluster-0-loki-6.x branch 2 times, most recently from 385c644 to 697dd1e Compare August 9, 2024 12:32
@renovate renovate Bot changed the title feat(helm): update chart loki ( 6.6.5 → 6.9.0 ) feat(helm): update chart loki ( 6.6.5 → 6.10.0 ) Aug 9, 2024
@renovate
renovate Bot force-pushed the renovate/cluster-0-loki-6.x branch from 697dd1e to a5ee534 Compare August 28, 2024 02:11
@renovate renovate Bot changed the title feat(helm): update chart loki ( 6.6.5 → 6.10.0 ) feat(helm): update chart loki ( 6.6.5 → 6.10.1 ) Aug 28, 2024
@renovate renovate Bot changed the title feat(helm): update chart loki ( 6.6.5 → 6.10.1 ) feat(helm): update chart loki ( 6.6.5 → 6.10.2 ) Aug 29, 2024
@renovate
renovate Bot force-pushed the renovate/cluster-0-loki-6.x branch 2 times, most recently from 73c9051 to d642749 Compare September 2, 2024 10:20
@renovate renovate Bot changed the title feat(helm): update chart loki ( 6.6.5 → 6.10.2 ) feat(helm): update chart loki ( 6.6.5 → 6.11.0 ) Sep 2, 2024
@renovate
renovate Bot force-pushed the renovate/cluster-0-loki-6.x branch from d642749 to 93cb446 Compare September 3, 2024 16:08
@renovate renovate Bot changed the title feat(helm): update chart loki ( 6.6.5 → 6.11.0 ) feat(helm): update chart loki ( 6.6.5 → 6.12.0 ) Sep 3, 2024
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| helm       | loki    | 6.21.0 | 6.55.0 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants