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 v2.9.10 #433

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2024

This PR contains the following updates:

Package Update Change
grafana/loki minor 2.8.2 -> 2.9.10

Warning

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


Release Notes

grafana/loki (grafana/loki)

v2.9.10

Compare Source

Bug Fixes

v2.9.9

Compare Source

All Changes
Loki
Fixes
  • 12925 grobinson-grafana Ingester: Add ingester_chunks_flush_failures_total
  • 13140 grobinson-grafana Ingester: Add backoff to flush op

v2.9.8

Compare Source

All Changes
Loki
Fixes
  • update module golang.org/x/net to v0.23.0 [security] (release-2.9.x) (#​12865) (94e0029)

v2.9.7

Compare Source

Bug Fixes

v2.9.6

Compare Source

Bug Fixes

v2.9.5

Compare Source

Changes
  • 10677 chaudum Remove deprecated stream_lag_labels setting from both the options and client configuration sections.
  • 10689 dylanguedes: Ingester: Make jitter to be 20% of flush check period instead of 1%.
  • 11420 zry98: Show a clearer reason in "disable watchConfig" log message when server is disabled.
Fixes
  • 10708 joshuapare: Fix UDP receiver on syslog transport
  • 10631 thampiotr: Fix race condition in cleaning up metrics when stopping to tail files.
  • 10798 hainenber: Fix agent panicking after reloaded due to duplicate metric collector registration.
  • 10848 rgroothuijsen: Correctly parse list of drop stage sources from YAML.
LogCLI
  • 11852 MichelHollands: feat: update logcli so it tries to load the latest version of the schemaconfig
Mixins
  • 11087 JoaoBraveCoding: Adds structured metadata panels for ingested data
  • 11637 JoaoBraveCoding: Add route to write Distributor Latency dashboard
Fixes
FluentD
Jsonnet
  • 11312 sentoz: Loki ksonnet: Do not generate configMap for consul if you are using memberlist

  • 11020 ashwanthgoli: Loki ksonnet: Do not generate table-manager manifests if shipper store is in-use.

  • 10784 slim-bean Update index gateway client to use a headless service.

  • 10542 chaudum: Remove legacy deployment mode for ingester (Deployment, without WAL) and instead always run them as StatefulSet.

v2.9.4

Compare Source

This is release v2.9.4 of Loki.

Notable changes:
  • Fixed a couple of data races that can cause panics due to concurrent read-write access of tenant configs.
  • Fixed a bug in the log results cache.
  • Fixed the cache to atomically check background cache size limit correctly.
  • Fixed the discrepancy between the semantics of logs and metrics queries.
  • Fixed promtail default scrape config causing CPU and memory load
  • Update golang.org/x/crypto to v0.18.0

For a full list of changes, please refer to the CHANGELOG!

Installation:

The components of Loki are currently distributed in plain binary form and as Docker container images. Choose what fits your use-case best.

Docker container:
$ docker pull "grafana/loki:2.9.4"
$ docker pull "grafana/promtail:2.9.4"
Binary

We provide pre-compiled binary executables for the most common operating systems and architectures.
Choose from the assets below for the application and architecture matching your system.
Example for Loki on the linux operating system and amd64 architecture:

$ curl -O -L "https://github.com/grafana/loki/releases/download/v2.9.4/loki-linux-amd64.zip"

### extract the binary
$ unzip "loki-linux-amd64.zip"

### make sure it is executable
$ chmod a+x "loki-linux-amd64"

v2.9.3

Compare Source

This is release v2.9.3 of Loki.

Notable changes:

This release includes a few small fixes and CVE patches

  • Upgrade otelhttp from 0.40.0 -> 0.44.0 and base alpine image from 3.18.3 -> 3.18.5 to fix a few CVES (CVE-2023-45142, CVE-2022-21698, CVE-2023-5363).
  • Fix querying ingester for label values with a matcher (previously didn't respect the matcher).
  • Ensure all lifecycler cfgs ref a valid IPv6 addr and port combination
Installation:

The components of Loki are currently distributed in plain binary form and as Docker container images. Choose what fits your use-case best.

Docker container:
$ docker pull "grafana/loki:2.9.3"
$ docker pull "grafana/promtail:2.9.3"
Binary

We provide pre-compiled binary executables for the most common operating systems and architectures.
Choose from the assets below for the application and architecture matching your system.
Example for Loki on the linux operating system and amd64 architecture:

$ curl -O -L "https://github.com/grafana/loki/releases/download/v2.9.3/loki-linux-amd64.zip"

### extract the binary
$ unzip "loki-linux-amd64.zip"

### make sure it is executable
$ chmod a+x "loki-linux-amd64"

v2.9.2

Compare Source

All Changes
Security

v2.9.1

Compare Source

Bug Fixes

v2.9.0

Compare Source

All Changes
Security
  • 10188 shantanualsi: Bump alpine version from 3.16.5 -> 3.16.7
Loki
Enhancements
  • 10101 owen-d: Sharding optimizations and fix bug on <aggr> by|without () groupings which removed the grouping while downstreaming
  • 10324 ashwanthgoli: Deprecate ingester.unordered-writes and a few unused configs(log.use-buffered, log.use-sync, frontend.forward-headers-list)
  • 10322 chaudum: Deprecate misleading setting -ruler.evaluation-delay-duration.
  • 10295 changhyuni: Storage: remove signatureversionv2 from s3.
  • 10109 vardhaman-surana: Ruler: add limit parameter in rulegroup
  • 10187 roelarents: Add connection-string option for Azure Blob Storage.
  • 9621 DylanGuedes: Introduce TSDB postings cache.
  • 10010 rasta-rocket: feat(promtail): retrieve BotTags field from cloudflare
  • 9995 chaudum: Add jitter to the flush interval to prevent multiple ingesters to flush at the same time.
  • 9797 chaudum: Add new loki_index_gateway_requests_total counter metric to observe per-tenant RPS
  • 9710 chaudum: Add shuffle sharding to index gateway
  • 9573 CCOLLOT: Lambda-Promtail: Add support for AWS CloudFront log ingestion.
  • 9497 CCOLLOT: Lambda-Promtail: Add support for AWS CloudTrail log ingestion.
  • 8886 MichelHollands: Add new logql template function unixToTime
  • 8067 CCOLLOT: Lambda-Promtail: Add support for AWS CloudTrail log ingestion.
  • 9515 MichelHollands: Fix String() on vector aggregation LogQL expressions that contain without ().
  • 8067 DylanGuedes: Distributor: Add auto-forget unhealthy members support.
  • 9175 MichelHollands: Ingester: update the prepare_shutdown endpoint so it supports GET and DELETE and stores the state on disk.
  • 8953 dannykopping: Querier: block queries by hash.
  • 8851 jeschkies: Introduce limit to require a set of labels for selecting streams.
  • 9016 kavirajk: Change response type of format_query handler to application/json
  • 8972 salvacorts Index stat requests are now cached in the results cache.
  • 9177 salvacorts Index stat cache can be enabled or disabled with the new cache_index_stats_results flag. Disabled by default.
  • 9096 salvacorts: Compute proportional TSDB index stats for chunks that doesn't fit fully in the queried time range.
  • 8939 Suruthi-G-K: Loki: Add support for trusted profile authentication in COS client.
  • 8852 wtchangdm: Loki: Add route_randomly to Redis options.
  • 8848 dannykopping: Ruler: add configurable rule evaluation jitter.
  • 8826 amankrsingh2000: Loki: Add support for IBM cloud object storage as storage client.
  • 8752 chaudum: Add query fairness control across actors within a tenant to scheduler, which can be enabled by passing the X-Loki-Actor-Path header to the HTTP request of the query.
  • 8786 DylanGuedes: Ingester: add new /ingester/prepare_shutdown endpoint.
  • 8744 dannykopping: Ruler: remote rule evaluation.
  • 8670 salvacorts Introduce two new limits to refuse log and metric queries that would read too much data.
  • 8918 salvacorts Introduce limit to require at least a number label matchers on metric and log queries.
  • 8909 salvacorts Requests to /loki/api/v1/index/stats are split in 24h intervals.
  • 8732 abaguas: azure: respect retry config before cancelling the context
  • 9206 dannykopping: Ruler: log rule evaluation detail.
  • 9184 periklis: Bump dskit to introduce IPv6 support for memberlist
  • 9357 Indransh: Add HTTP API to change the log level at runtime
  • 9431 dannykopping: Add more buckets to loki_memcache_request_duration_seconds metric; latencies can increase if using memcached with NVMe
  • 8684 oleksii-boiko-ua: Helm: Add hpa templates for read, write and backend components.
  • 9535 salvacorts Index stats cache can be configured independently of the results cache. If it's not configured, but it's enabled, it will use the results cache configuration.
  • 9626 ashwanthgoli logfmt: add --strict flag to enable strict parsing, perform nostrict parsing by default
  • 9672 zeitlinger: Add alignLeft and alignRight line formatting functions.
  • 9693 salvacorts Add keep stage to LogQL.
  • 7447 ashwanthgoli compactor: multi-store support.
  • 7754 ashwanthgoli index-shipper: add support for multiple stores.
  • 9813 jeschkies: Enable Protobuf encoding via content negotiation between querier and query frontend.
  • 10281 dannykopping: Track effectiveness of hedged requests.
  • 10341 ashwanthgoli Deprecate older index types and non-object stores - aws-dynamo, gcp, gcp-columnkey, bigtable, bigtable-hashed, cassandra, grpc
  • 10344 ashwanthgoli Compactor: deprecate -boltdb.shipper.compactor. prefix in favor of -compactor..
  • 10073 sandeepsukhani,salvacorts,vlad-diachenko Support attaching structured metadata to log lines.
  • 11151 ashwanthgoli: Removes already deprecated configs: ruler.evaluation-delay-duration, boltdb.shipper.compactor.deletion-mode, validation.enforce-metric-name and flags with prefix -boltdb.shipper.compactor.*.
Fixes
  • 10026 aminesnow: Add support for Alibaba Cloud as storage backend for the ruler.
  • 10065 fgouteroux: Fix the syntax error message when parsing expression rule.
  • 8979 slim-bean: Fix the case where a logs query with start time == end time was returning logs when none should be returned.
  • 9099 salvacorts: Fix the estimated size of chunks when writing a new TSDB file during compaction.
  • 9130 salvacorts: Pass LogQL engine options down to the split by range, sharding, and query size limiter middlewares.
  • 9252 jeschkies: Use un-escaped regex literal for string matching.
  • 9176 DylanGuedes: Fix incorrect association of per-stream rate limit when sharding is enabled.
  • 9463 Totalus: Fix OpenStack Swift client object listing to fetch all the objects properly.
  • 9495 thampiotr: Promtail: Fix potential goroutine leak in file tailer.
  • 9650 ashwanthgoli: Config: ensure storage config defaults apply to named stores.
  • 9757 sandeepsukhani: Frontend Caching: Fix a bug in negative logs results cache causing Loki to unexpectedly send empty/incorrect results.
  • 9754 ashwanthgoli: Fixes an issue with indexes becoming unqueriable if the index prefix is different from the one configured in the latest period config.
  • 9763 ssncferreira: Fix the logic of the offset operator for downstream queries on instant query splitting of (range) vector aggregation expressions containing an offset.
  • 9773 ssncferreira: Fix instant query summary statistic's splits corresponding to the number of subqueries a query is split into based on split_queries_by_interval.
  • 9949 masslessparticle: Fix pipelines to clear caches when tailing to avoid resource exhaustion.
  • 9936 masslessparticle: Fix the way query stages are reordered when unpack is present.
  • 10309 akhilanarayanan: Fix race condition in series index store.
  • 10221 periklis: Allow using the forget button when access via the internal server
Changes
  • 9857 DylanGuedes: Stop emitting spans for every AWS.S3 or Azure.Blob call.
  • 9212 trevorwhitney: Rename UsageReport to Analytics. The only external impact of this change is a change in the -list-targets output.
Promtail
Enhancements
  • 8474 andriikushch: Promtail: Add a new target for the Azure Event Hubs
  • 8874 rfratto: Promtail: Support expoential backoff when polling unchanged files for logs.
  • 9508 farodin91: Promtail: improve behavior of partial lines.
  • 9986 vlad-diachenko: Promtail: Add structured_metadata stage to attach metadata to each log line.
Fixes
  • 8987 darxriggs: Promtail: Fix file descriptor leak.
  • 9863 ashwanthgoli: Promtail: Apply defaults to HTTP client config. This ensures follow_redirects is set to true.
  • 9915 frittentheke: Promtail: Update grafana/tail to address issue in retry logic
LogCLI
Fixes
  • 9597 vlad-diachenko: Set TSDB shipper mode to ReadOnly and disabled indexGatewayClient during local query run and changed index downloading timeout from 5s to 1m.
  • 8566 ndrpnt: Allow queries to start with negative filters (!= and !~) when omitting stream selector with --stdin flag
Mixins
Enhancements
Fixes
  • 9684 thampiotr: Mixins: Fix promtail cluster template not finding all clusters.
  • 8995 dannykopping: Mixins: Fix Jsonnet RUNTIME ERROR that occurs when you try to use the mixins with use_boltdb_shipper: false.
FluentD
Enhancements
  • LOG-4012 jcantril: fluent-plugin-grapha-loki: Add config to support tls: ciphers, min_versio
Jsonnet
  • 9790 manohar-koukuntla: Add TSDB equivalent of use_boltdb_shipper flag to be able to configure tsdb_shipper section.
  • 8855 JoaoBraveCoding: Add gRPC port to loki compactor mixin
  • 8880 JoaoBraveCoding: Normalize headless service name for query-frontend/scheduler
  • 9978 vlad-diachenko: replaced deprecated policy.v1beta1 with policy.v1.

v2.8.11

Compare Source

Bug Fixes

v2.8.10

Compare Source

Bug Fixes

v2.8.9

Compare Source

Bug Fixes

v2.8.8

Compare Source

This is release v2.8.8 of Loki.

Notable changes:
  • Fixed a couple of data races that can cause panics due to concurrent read-write access of tenant configs.
  • Fixed a bug in the log results cache.
  • Fixed the cache to atomically check background cache size limit correctly.
  • Update golang.org/x/crypto to v0.18.0

For a full list of changes, please refer to the CHANGELOG!

Installation:

The components of Loki are currently distributed in plain binary form and as Docker container images. Choose what fits your use-case best.

Docker container:
$ docker pull "grafana/loki:2.8.8"
$ docker pull "grafana/promtail:2.8.8"
Binary

We provide pre-compiled binary executables for the most common operating systems and architectures.
Choose from the assets below for the application and architecture matching your system.
Example for Loki on the linux operating system and amd64 architecture:

$ curl -O -L "https://github.com/grafana/loki/releases/download/v2.8.8/loki-linux-amd64.zip"

### extract the binary
$ unzip "loki-linux-amd64.zip"

### make sure it is executable
$ chmod a+x "loki-linux-amd64"

v2.8.7

Compare Source

This is release v2.8.7 of Loki.

Notable changes:

This release updates a few dependencies to bring in various security patches (see CHANGELOG for specifics).

Installation:

The components of Loki are currently distributed in plain binary form and as Docker container images. Choose what fits your use-case best.

Docker container:
$ docker pull "grafana/loki:2.8.7"
$ docker pull "grafana/promtail:2.8.7"
Binary

We provide pre-compiled binary executables for the most common operating systems and architectures.
Choose from the assets below for the application and architecture matching your system.
Example for Loki on the linux operating system and amd64 architecture:

$ curl -O -L "https://github.com/grafana/loki/releases/download/v2.8.7/loki-linux-amd64.zip"

### extract the binary
$ unzip "loki-linux-amd64.zip"

### make sure it is executable
$ chmod a+x "loki-linux-amd64"

v2.8.6

Compare Source

Loki
Security

v2.8.5

Compare Source

Loki
Security
  • 10573 DylanGuedes: Bump Docker base images to Alpine version 3.18.3 to mitigate CVE-2022-48174

v2.8.4

Compare Source

This is release v2.8.4 of Loki.

Notable changes:

This release fixes a few vulnerabilities in Loki and our published images.

Installation:

The components of Loki are currently distributed in plain binary form and as Docker container images. Choose what fits your use-case best.

Docker container:
$ docker pull "grafana/loki:2.8.4"
$ docker pull "grafana/promtail:2.8.4"
Binary

We provide pre-compiled binary executables for the most common operating systems and architectures.
Choose from the assets below for the application and architecture matching your system.
Example for Loki on the linux operating system and amd64 architecture:

$ curl -O -L "https://github.com/grafana/loki/releases/download/v2.8.4/loki-linux-amd64.zip"

### extract the binary
$ unzip "loki-linux-amd64.zip"

### make sure it is executable
$ chmod a+x "loki-linux-amd64"

v2.8.3

Compare Source

Loki
Security
  • 9913 MichelHollands: Upgrade go version to 1.20.6
Enhancements
  • 9604 dannykopping: Querier: configurable writeback queue bytes size
Fixes
  • 9471 sandeepsukhani: query-scheduler: fix query distribution in SSD mode.
  • 9629 periklis: Fix duplicate label values from ingester streams.
Promtail
Fixes
  • 9155 farodin91: Promtail: Break on iterate journal failure.
  • 8988 darxriggs: Promtail: Prevent logging errors on normal shutdown.

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

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:2.9.3@sha256:d8585a80d577a849ac56393e10ee9a4475a55aca527f50ce722efeb39d8f59c1"
           }
         ]
       }
     }
   }
 }

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:2.9.3@sha256:d8585a80d577a849ac56393e10ee9a4475a55aca527f50ce722efeb39d8f59c1"
           }
         ]
       }
     }
   }
 }

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:2.9.3@sha256:d8585a80d577a849ac56393e10ee9a4475a55aca527f50ce722efeb39d8f59c1"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from 40444da to 1f09f9d Compare January 24, 2024 18:10
@renovate renovate bot changed the title chore(deps): update grafana/loki docker tag to v2.9.3 chore(deps): update grafana/loki docker tag to v2.9.4 Jan 24, 2024
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:2.9.4@sha256:4a825ed37cf574f9cfeda62bd50c00fa1020b0aca8202aaa42cd0c0e5bfe0f63"
           }
         ]
       }
     }
   }
 }

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:2.9.4@sha256:4a825ed37cf574f9cfeda62bd50c00fa1020b0aca8202aaa42cd0c0e5bfe0f63"
           }
         ]
       }
     }
   }
 }

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:2.9.4@sha256:4a825ed37cf574f9cfeda62bd50c00fa1020b0aca8202aaa42cd0c0e5bfe0f63"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from 1f09f9d to 3b1c118 Compare February 29, 2024 01:24
@renovate renovate bot changed the title chore(deps): update grafana/loki docker tag to v2.9.4 chore(deps): update grafana/loki docker tag to v2.9.5 Feb 29, 2024
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:2.9.5@sha256:03d4bb6874898cc503a6a121b832556dd7747b20b5efe8cbc9ae175caf43811b"
           }
         ]
       }
     }
   }
 }

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:2.9.5@sha256:03d4bb6874898cc503a6a121b832556dd7747b20b5efe8cbc9ae175caf43811b"
           }
         ]
       }
     }
   }
 }

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:2.9.5@sha256:03d4bb6874898cc503a6a121b832556dd7747b20b5efe8cbc9ae175caf43811b"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from 3b1c118 to 0b9b659 Compare March 3, 2024 15:47
Copy link

github-actions bot commented Mar 3, 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:2.9.5@sha256:55561cf48b19e03d982e1f959efc0d8842b7be141eb5eaaa4b8a8eeb5a2dfc58"
           }
         ]
       }
     }
   }
 }

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:2.9.5@sha256:55561cf48b19e03d982e1f959efc0d8842b7be141eb5eaaa4b8a8eeb5a2dfc58"
           }
         ]
       }
     }
   }
 }

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:2.9.5@sha256:55561cf48b19e03d982e1f959efc0d8842b7be141eb5eaaa4b8a8eeb5a2dfc58"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from 0b9b659 to 0204caa Compare March 3, 2024 18:13
Copy link

github-actions bot commented Mar 3, 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:2.9.5@sha256:03d4bb6874898cc503a6a121b832556dd7747b20b5efe8cbc9ae175caf43811b"
           }
         ]
       }
     }
   }
 }

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:2.9.5@sha256:03d4bb6874898cc503a6a121b832556dd7747b20b5efe8cbc9ae175caf43811b"
           }
         ]
       }
     }
   }
 }

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:2.9.5@sha256:03d4bb6874898cc503a6a121b832556dd7747b20b5efe8cbc9ae175caf43811b"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from 0204caa to 0813940 Compare March 22, 2024 10:05
@renovate renovate bot changed the title chore(deps): update grafana/loki docker tag to v2.9.5 chore(deps): update grafana/loki docker tag to v2.9.6 Mar 22, 2024
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:2.9.6@sha256:3ee11ec1bd4eae4586d34f3e8e4bb3f36a2f6e5473aab398c9b43fc89ef5d0b9"
           }
         ]
       }
     }
   }
 }

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:2.9.6@sha256:3ee11ec1bd4eae4586d34f3e8e4bb3f36a2f6e5473aab398c9b43fc89ef5d0b9"
           }
         ]
       }
     }
   }
 }

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:2.9.6@sha256:3ee11ec1bd4eae4586d34f3e8e4bb3f36a2f6e5473aab398c9b43fc89ef5d0b9"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from 0813940 to 4156cfe Compare March 24, 2024 10: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:2.9.6@sha256:6ca6e2cd3b6f45e0eb298da2920610fde63ecd8ab6c595d9c941c8559d1d9407"
           }
         ]
       }
     }
   }
 }

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:2.9.6@sha256:6ca6e2cd3b6f45e0eb298da2920610fde63ecd8ab6c595d9c941c8559d1d9407"
           }
         ]
       }
     }
   }
 }

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:2.9.6@sha256:6ca6e2cd3b6f45e0eb298da2920610fde63ecd8ab6c595d9c941c8559d1d9407"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from 4156cfe to db3714d Compare March 24, 2024 12:13
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:2.9.6@sha256:3ee11ec1bd4eae4586d34f3e8e4bb3f36a2f6e5473aab398c9b43fc89ef5d0b9"
           }
         ]
       }
     }
   }
 }

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:2.9.6@sha256:3ee11ec1bd4eae4586d34f3e8e4bb3f36a2f6e5473aab398c9b43fc89ef5d0b9"
           }
         ]
       }
     }
   }
 }

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:2.9.6@sha256:3ee11ec1bd4eae4586d34f3e8e4bb3f36a2f6e5473aab398c9b43fc89ef5d0b9"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from db3714d to 60536db Compare April 10, 2024 10:30
@renovate renovate bot changed the title chore(deps): update grafana/loki docker tag to v2.9.6 chore(deps): update grafana/loki docker tag to v2.9.7 Apr 10, 2024
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:2.9.7@sha256:810dc4b8f97d69eccc0d417e65002f82b56871e82ecfcdc3ce101f14b222227e"
           }
         ]
       }
     }
   }
 }

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:2.9.7@sha256:810dc4b8f97d69eccc0d417e65002f82b56871e82ecfcdc3ce101f14b222227e"
           }
         ]
       }
     }
   }
 }

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:2.9.7@sha256:810dc4b8f97d69eccc0d417e65002f82b56871e82ecfcdc3ce101f14b222227e"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot changed the title chore(deps): update grafana/loki docker tag to v2.9.7 chore(deps): update grafana/loki docker tag to v2.9.7 - autoclosed Apr 13, 2024
@renovate renovate bot closed this Apr 13, 2024
@renovate renovate bot deleted the renovate/grafana-loki-2.x branch April 13, 2024 03:19
@renovate renovate bot changed the title chore(deps): update grafana/loki docker tag to v2.9.7 - autoclosed chore(deps): update grafana/loki docker tag to v2.9.7 Apr 13, 2024
@renovate renovate bot reopened this Apr 13, 2024
@renovate renovate bot restored the renovate/grafana-loki-2.x branch April 13, 2024 06:17
@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from 60536db to cbda51d 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:2.9.7@sha256:810dc4b8f97d69eccc0d417e65002f82b56871e82ecfcdc3ce101f14b222227e"
           }
         ]
       }
     }
   }
 }

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:2.9.7@sha256:810dc4b8f97d69eccc0d417e65002f82b56871e82ecfcdc3ce101f14b222227e"
           }
         ]
       }
     }
   }
 }

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:2.9.7@sha256:810dc4b8f97d69eccc0d417e65002f82b56871e82ecfcdc3ce101f14b222227e"
           }
         ]
       }
     }
   }
 }

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:2.9.7@sha256:810dc4b8f97d69eccc0d417e65002f82b56871e82ecfcdc3ce101f14b222227e"
           }
         ]
       }
     }
   }
 }

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:2.9.7@sha256:810dc4b8f97d69eccc0d417e65002f82b56871e82ecfcdc3ce101f14b222227e"
           }
         ]
       }
     }
   }
 }

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:2.9.7@sha256:810dc4b8f97d69eccc0d417e65002f82b56871e82ecfcdc3ce101f14b222227e"
           }
         ]
       }
     }
   }
 }

Copy link

github-actions bot commented Oct 9, 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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from 360ee7f to 765420c Compare October 10, 2024 18: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:2.9.10@sha256:b859dfda1563136f7e9b520b465f0d1ffd9c3975423354919c3e0bc8225ec967"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:b859dfda1563136f7e9b520b465f0d1ffd9c3975423354919c3e0bc8225ec967"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:b859dfda1563136f7e9b520b465f0d1ffd9c3975423354919c3e0bc8225ec967"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from 765420c to 26a512c Compare October 10, 2024 21:08
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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from 26a512c to 4c7ce2b Compare October 16, 2024 11:28
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:2.9.10@sha256:b859dfda1563136f7e9b520b465f0d1ffd9c3975423354919c3e0bc8225ec967"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:b859dfda1563136f7e9b520b465f0d1ffd9c3975423354919c3e0bc8225ec967"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:b859dfda1563136f7e9b520b465f0d1ffd9c3975423354919c3e0bc8225ec967"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from 4c7ce2b to 8c67b05 Compare October 16, 2024 12:50
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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from 8c67b05 to 32aeb79 Compare October 25, 2024 07:46
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:2.9.10@sha256:b859dfda1563136f7e9b520b465f0d1ffd9c3975423354919c3e0bc8225ec967"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:b859dfda1563136f7e9b520b465f0d1ffd9c3975423354919c3e0bc8225ec967"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:b859dfda1563136f7e9b520b465f0d1ffd9c3975423354919c3e0bc8225ec967"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from 32aeb79 to 2392e55 Compare October 25, 2024 09:34
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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from 2392e55 to e2369a5 Compare October 25, 2024 16:55
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:2.9.10@sha256:b859dfda1563136f7e9b520b465f0d1ffd9c3975423354919c3e0bc8225ec967"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:b859dfda1563136f7e9b520b465f0d1ffd9c3975423354919c3e0bc8225ec967"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:b859dfda1563136f7e9b520b465f0d1ffd9c3975423354919c3e0bc8225ec967"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from e2369a5 to cdfeac3 Compare October 25, 2024 18:05
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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from cdfeac3 to 99b4307 Compare October 31, 2024 22: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:2.9.10@sha256:b859dfda1563136f7e9b520b465f0d1ffd9c3975423354919c3e0bc8225ec967"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:b859dfda1563136f7e9b520b465f0d1ffd9c3975423354919c3e0bc8225ec967"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:b859dfda1563136f7e9b520b465f0d1ffd9c3975423354919c3e0bc8225ec967"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from 99b4307 to 3a23fb5 Compare November 1, 2024 04:50
Copy link

github-actions bot commented Nov 1, 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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from 3a23fb5 to 79c7c79 Compare November 2, 2024 15:40
Copy link

github-actions bot commented Nov 2, 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:2.9.10@sha256:b859dfda1563136f7e9b520b465f0d1ffd9c3975423354919c3e0bc8225ec967"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:b859dfda1563136f7e9b520b465f0d1ffd9c3975423354919c3e0bc8225ec967"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:b859dfda1563136f7e9b520b465f0d1ffd9c3975423354919c3e0bc8225ec967"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from 79c7c79 to 8f06738 Compare November 2, 2024 19:35
Copy link

github-actions bot commented Nov 2, 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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from 8f06738 to dba5090 Compare November 6, 2024 22:56
Copy link

github-actions bot commented Nov 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:2.9.10@sha256:b859dfda1563136f7e9b520b465f0d1ffd9c3975423354919c3e0bc8225ec967"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:b859dfda1563136f7e9b520b465f0d1ffd9c3975423354919c3e0bc8225ec967"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:b859dfda1563136f7e9b520b465f0d1ffd9c3975423354919c3e0bc8225ec967"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/grafana-loki-2.x branch from dba5090 to c1a3158 Compare November 7, 2024 01:56
Copy link

github-actions bot commented Nov 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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

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:2.9.10@sha256:35b02acc67654ddc38273e519b4f26f3967a907b9db5489af300c21f37ee1ae7"
           }
         ]
       }
     }
   }
 }

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