Skip to content
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

chore(deps): update grafana/loki docker tag to v3 #492

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2024

This PR contains the following updates:

Package Update Change
grafana/loki major 2.8.2 -> 3.3.2

Warning

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


Release Notes

grafana/loki (grafana/loki)

v3.3.2

Compare Source

Features
  • present DF bytes values in queryable format (backport release-3.3.x) (#​15320) (218ecbb)
Bug Fixes
  • deps: backport update module golang.org/x/crypto to v0.31.0 (#​15394) (57a7a2c)
  • enable metric aggregation in loki-local-config.yaml (backport release-3.3.x) (#​15319) (635f04d)
  • fix the docker driver build (backport release-3.3.x) (#​15478) (23b5fc2)

v3.3.1

Compare Source

⚠ BREAKING CHANGES
  • promtail: Remove wget from Promtail docker image (backport release-3.3.x) (#​15146)
Miscellaneous Chores
  • promtail: Switch Promtail base image from Debian to Ubuntu to fix critical security issues (https://github.com/grafana/loki/issues/15195).
  • docker: Move from base-nossl to static. This PR removes the inclusion of glibc into most of the Docker images created by the Loki build system. (#​15203).

v3.3.0

Compare Source

⚠ BREAKING CHANGES
  • blooms: Introduce a new block schema (V3) (#​14038)
  • blooms: Index structured metadata into blooms (#​14061)
  • operator: Migrate project layout to kubebuilder go/v4 (#​14447)
  • operator: Rename loki api go module (#​14568)
  • operator: Provide default OTLP attribute configuration (#​14410)
Features
Bug Fixes
Performance Improvements
Miscellaneous Chores
Code Refactoring

v3.2.2

Compare Source

⚠ BREAKING CHANGES
  • promtail: Remove wget from Promtail docker image (backport release-3.2.x) (#​15145)
Bug Fixes
  • logql: Updated JSONExpressionParser not to unescape extracted values if it is JSON object. (#​14499).
  • storage: Have GetObject check for canceled context. S3ObjectClient.GetObject incorrectly returned nil, 0, nil when the provided context is already canceled (#​14420).
Miscellaneous Chores
  • promtail: Switch Promtail base image from Debian to Ubuntu to fix critical security issues (#​15195).
  • docker: Move from base-nossl to static. This PR removes the inclusion of glibc into most of the Docker images created by the Loki build system. (#​15203).

v3.2.1

Compare Source

Bug Fixes
  • config: Copy Alibaba and IBM object storage configuration from common (#​14315) (32a9bc0)
  • logql: updated JSONExpressionParser not to unescape extracted values if it is JSON object. (backport release-3.2.x) (#​14502) (e9bbaf3)
  • Revert build image to Debian Bullseye to fix libc version issue in Promtail (#​14386) (1e913df)
  • storage/chunk/client/aws: have GetObject check for canceled context (backport release-3.2.x) (#​14422) (1b7dd95)

v3.2.0

Compare Source

⚠ BREAKING CHANGES
  • api: Fail log queries when executed on instant query endpoint (#​13421)
  • jsonnet: convert read statefulset into deployment for loki-simple-scalable (#​13977)
  • blooms: Remove bloom compactor component (#​13969)
Features

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.


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

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

Copy link

github-actions bot commented Apr 8, 2024

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:451563d761403fd66fdf7abef934f8712e864d47ef88f7b64e8ca52852fdaf28"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:451563d761403fd66fdf7abef934f8712e864d47ef88f7b64e8ca52852fdaf28"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:451563d761403fd66fdf7abef934f8712e864d47ef88f7b64e8ca52852fdaf28"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot changed the title chore(deps): update grafana/loki docker tag to v3 chore(deps): update grafana/loki docker tag to v3 - autoclosed Apr 13, 2024
@renovate renovate bot closed this Apr 13, 2024
@renovate renovate bot deleted the renovate/grafana-loki-3.x branch April 13, 2024 03:19
@renovate renovate bot changed the title chore(deps): update grafana/loki docker tag to v3 - autoclosed chore(deps): update grafana/loki docker tag to v3 Apr 13, 2024
@renovate renovate bot reopened this Apr 13, 2024
@renovate renovate bot restored the renovate/grafana-loki-3.x branch April 13, 2024 06:17
@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from cfd2bd1 to ef861b2 Compare April 13, 2024 06:17
Copy link

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:451563d761403fd66fdf7abef934f8712e864d47ef88f7b64e8ca52852fdaf28"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:451563d761403fd66fdf7abef934f8712e864d47ef88f7b64e8ca52852fdaf28"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:451563d761403fd66fdf7abef934f8712e864d47ef88f7b64e8ca52852fdaf28"
           }
         ]
       }
     }
   }
 }

1 similar comment
Copy link

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:451563d761403fd66fdf7abef934f8712e864d47ef88f7b64e8ca52852fdaf28"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:451563d761403fd66fdf7abef934f8712e864d47ef88f7b64e8ca52852fdaf28"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:451563d761403fd66fdf7abef934f8712e864d47ef88f7b64e8ca52852fdaf28"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot changed the title chore(deps): update grafana/loki docker tag to v3 chore(deps): update grafana/loki docker tag to v3 - autoclosed Apr 18, 2024
@renovate renovate bot closed this Apr 18, 2024
@renovate renovate bot deleted the renovate/grafana-loki-3.x branch April 18, 2024 15:52
@renovate renovate bot changed the title chore(deps): update grafana/loki docker tag to v3 - autoclosed chore(deps): update grafana/loki docker tag to v3 Apr 18, 2024
@renovate renovate bot reopened this Apr 18, 2024
@renovate renovate bot restored the renovate/grafana-loki-3.x branch April 18, 2024 19:49
@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from ef861b2 to e021cff Compare April 18, 2024 19:49
Copy link

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:451563d761403fd66fdf7abef934f8712e864d47ef88f7b64e8ca52852fdaf28"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:451563d761403fd66fdf7abef934f8712e864d47ef88f7b64e8ca52852fdaf28"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:451563d761403fd66fdf7abef934f8712e864d47ef88f7b64e8ca52852fdaf28"
           }
         ]
       }
     }
   }
 }

1 similar comment
Copy link

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:451563d761403fd66fdf7abef934f8712e864d47ef88f7b64e8ca52852fdaf28"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:451563d761403fd66fdf7abef934f8712e864d47ef88f7b64e8ca52852fdaf28"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:451563d761403fd66fdf7abef934f8712e864d47ef88f7b64e8ca52852fdaf28"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from e021cff to ff29ae6 Compare April 28, 2024 07:11
Copy link

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:757b5fadf816a1396f1fea598152947421fa49cb8b2db1ddd2a6e30fae003253"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:757b5fadf816a1396f1fea598152947421fa49cb8b2db1ddd2a6e30fae003253"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:757b5fadf816a1396f1fea598152947421fa49cb8b2db1ddd2a6e30fae003253"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from ff29ae6 to 474027e Compare May 6, 2024 16:58
Copy link

github-actions bot commented May 6, 2024

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:451563d761403fd66fdf7abef934f8712e864d47ef88f7b64e8ca52852fdaf28"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:451563d761403fd66fdf7abef934f8712e864d47ef88f7b64e8ca52852fdaf28"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:451563d761403fd66fdf7abef934f8712e864d47ef88f7b64e8ca52852fdaf28"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from 474027e to 12b6d40 Compare May 6, 2024 20:37
Copy link

github-actions bot commented May 6, 2024

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:757b5fadf816a1396f1fea598152947421fa49cb8b2db1ddd2a6e30fae003253"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:757b5fadf816a1396f1fea598152947421fa49cb8b2db1ddd2a6e30fae003253"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:757b5fadf816a1396f1fea598152947421fa49cb8b2db1ddd2a6e30fae003253"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from 12b6d40 to 9dda70f Compare May 7, 2024 12:10
Copy link

github-actions bot commented May 7, 2024

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:451563d761403fd66fdf7abef934f8712e864d47ef88f7b64e8ca52852fdaf28"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:451563d761403fd66fdf7abef934f8712e864d47ef88f7b64e8ca52852fdaf28"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:451563d761403fd66fdf7abef934f8712e864d47ef88f7b64e8ca52852fdaf28"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from 9dda70f to 8c640be Compare May 7, 2024 15:42
Copy link

github-actions bot commented May 7, 2024

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:757b5fadf816a1396f1fea598152947421fa49cb8b2db1ddd2a6e30fae003253"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:757b5fadf816a1396f1fea598152947421fa49cb8b2db1ddd2a6e30fae003253"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.0.0@sha256:757b5fadf816a1396f1fea598152947421fa49cb8b2db1ddd2a6e30fae003253"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from 8c640be to 5936588 Compare May 10, 2024 03:47
Copy link

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.0@sha256:58b60b901255c209d3455d8a1979a3f73d1d09686a0a858c2c93025a969eb550"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.0@sha256:58b60b901255c209d3455d8a1979a3f73d1d09686a0a858c2c93025a969eb550"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.0@sha256:58b60b901255c209d3455d8a1979a3f73d1d09686a0a858c2c93025a969eb550"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from ae01336 to c4a6079 Compare November 28, 2024 17:10
Copy link

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.0@sha256:1f470d8d7c0baf19af15c762d7183644415aac3e374af2b287e53ed2a7ec2bef"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.0@sha256:1f470d8d7c0baf19af15c762d7183644415aac3e374af2b287e53ed2a7ec2bef"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.0@sha256:1f470d8d7c0baf19af15c762d7183644415aac3e374af2b287e53ed2a7ec2bef"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from c4a6079 to 147d9c5 Compare November 28, 2024 19:38
Copy link

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.0@sha256:58b60b901255c209d3455d8a1979a3f73d1d09686a0a858c2c93025a969eb550"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.0@sha256:58b60b901255c209d3455d8a1979a3f73d1d09686a0a858c2c93025a969eb550"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.0@sha256:58b60b901255c209d3455d8a1979a3f73d1d09686a0a858c2c93025a969eb550"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from 147d9c5 to 7e80326 Compare November 29, 2024 13:37
Copy link

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.0@sha256:1f470d8d7c0baf19af15c762d7183644415aac3e374af2b287e53ed2a7ec2bef"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.0@sha256:1f470d8d7c0baf19af15c762d7183644415aac3e374af2b287e53ed2a7ec2bef"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.0@sha256:1f470d8d7c0baf19af15c762d7183644415aac3e374af2b287e53ed2a7ec2bef"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from 7e80326 to d6379d4 Compare November 29, 2024 16:06
Copy link

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.0@sha256:58b60b901255c209d3455d8a1979a3f73d1d09686a0a858c2c93025a969eb550"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.0@sha256:58b60b901255c209d3455d8a1979a3f73d1d09686a0a858c2c93025a969eb550"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.0@sha256:58b60b901255c209d3455d8a1979a3f73d1d09686a0a858c2c93025a969eb550"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from d6379d4 to 7ca9813 Compare December 4, 2024 18:50
Copy link

github-actions bot commented Dec 4, 2024

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.0@sha256:1f470d8d7c0baf19af15c762d7183644415aac3e374af2b287e53ed2a7ec2bef"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.0@sha256:1f470d8d7c0baf19af15c762d7183644415aac3e374af2b287e53ed2a7ec2bef"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.0@sha256:1f470d8d7c0baf19af15c762d7183644415aac3e374af2b287e53ed2a7ec2bef"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from 7ca9813 to 297ef98 Compare December 4, 2024 22:34
Copy link

github-actions bot commented Dec 4, 2024

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.0@sha256:58b60b901255c209d3455d8a1979a3f73d1d09686a0a858c2c93025a969eb550"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.0@sha256:58b60b901255c209d3455d8a1979a3f73d1d09686a0a858c2c93025a969eb550"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.0@sha256:58b60b901255c209d3455d8a1979a3f73d1d09686a0a858c2c93025a969eb550"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from 297ef98 to 0d2d9c0 Compare December 5, 2024 00:22
Copy link

github-actions bot commented Dec 5, 2024

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.1@sha256:7e30f1aa1b17970a29739432b5f3df30bf2b3e4bdfc22e896452c18bcfe017be"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.1@sha256:7e30f1aa1b17970a29739432b5f3df30bf2b3e4bdfc22e896452c18bcfe017be"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.1@sha256:7e30f1aa1b17970a29739432b5f3df30bf2b3e4bdfc22e896452c18bcfe017be"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from 0d2d9c0 to 6baa851 Compare December 6, 2024 16:33
Copy link

github-actions bot commented Dec 6, 2024

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.1@sha256:d7571914879efc5f3e302cc160f75754aeee4d69d3c1b762e23d249fe90fc0fb"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.1@sha256:d7571914879efc5f3e302cc160f75754aeee4d69d3c1b762e23d249fe90fc0fb"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.1@sha256:d7571914879efc5f3e302cc160f75754aeee4d69d3c1b762e23d249fe90fc0fb"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from 6baa851 to e58a442 Compare December 6, 2024 19:49
Copy link

github-actions bot commented Dec 6, 2024

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.1@sha256:7e30f1aa1b17970a29739432b5f3df30bf2b3e4bdfc22e896452c18bcfe017be"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.1@sha256:7e30f1aa1b17970a29739432b5f3df30bf2b3e4bdfc22e896452c18bcfe017be"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.1@sha256:7e30f1aa1b17970a29739432b5f3df30bf2b3e4bdfc22e896452c18bcfe017be"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from e58a442 to 4972e9b Compare December 7, 2024 00:44
Copy link

github-actions bot commented Dec 7, 2024

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.1@sha256:d7571914879efc5f3e302cc160f75754aeee4d69d3c1b762e23d249fe90fc0fb"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.1@sha256:d7571914879efc5f3e302cc160f75754aeee4d69d3c1b762e23d249fe90fc0fb"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.1@sha256:d7571914879efc5f3e302cc160f75754aeee4d69d3c1b762e23d249fe90fc0fb"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from 4972e9b to e1cb6f9 Compare December 7, 2024 05:11
Copy link

github-actions bot commented Dec 7, 2024

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.1@sha256:7e30f1aa1b17970a29739432b5f3df30bf2b3e4bdfc22e896452c18bcfe017be"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.1@sha256:7e30f1aa1b17970a29739432b5f3df30bf2b3e4bdfc22e896452c18bcfe017be"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.1@sha256:7e30f1aa1b17970a29739432b5f3df30bf2b3e4bdfc22e896452c18bcfe017be"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from e1cb6f9 to d51209e Compare December 19, 2024 00:03
Copy link

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.2@sha256:8af2de1abbdd7aa92b27c9bcc96f0f4140c9096b507c77921ffddf1c6ad6c48f"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.2@sha256:8af2de1abbdd7aa92b27c9bcc96f0f4140c9096b507c77921ffddf1c6ad6c48f"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.2@sha256:8af2de1abbdd7aa92b27c9bcc96f0f4140c9096b507c77921ffddf1c6ad6c48f"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from d51209e to ca0a2b3 Compare December 23, 2024 02:44
Copy link

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.2@sha256:e9d0a18363c9c3022aef6793a7e135000d11127fb0e18b89de08b1e21e629d60"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.2@sha256:e9d0a18363c9c3022aef6793a7e135000d11127fb0e18b89de08b1e21e629d60"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.2@sha256:e9d0a18363c9c3022aef6793a7e135000d11127fb0e18b89de08b1e21e629d60"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-3.x branch from ca0a2b3 to 4cc2cb7 Compare December 23, 2024 05:35
Copy link

loki/loki-write StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.2@sha256:8af2de1abbdd7aa92b27c9bcc96f0f4140c9096b507c77921ffddf1c6ad6c48f"
           }
         ]
       }
     }
   }
 }

loki/loki-read Deployment (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.2@sha256:8af2de1abbdd7aa92b27c9bcc96f0f4140c9096b507c77921ffddf1c6ad6c48f"
           }
         ]
       }
     }
   }
 }

loki/loki-backend StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "loki"
-            image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4"
+            image: "grafana/loki:3.3.2@sha256:8af2de1abbdd7aa92b27c9bcc96f0f4140c9096b507c77921ffddf1c6ad6c48f"
           }
         ]
       }
     }
   }
 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants