Update grafana/promtail Docker tag to v3 #227

Open
renovate wants to merge 1 commits from renovate/grafana-promtail-3.x into master
Collaborator

This PR contains the following updates:

Package Update Change
grafana/promtail major 2.9.7 -> 3.0.0

Release Notes

grafana/loki (grafana/promtail)

v3.0.0

Compare Source

Starting with the 3.0 release we began using conventional commits and release-please to generate the changelog. As a result the format has changed slightly from previous releases.

Features
  • helm: configurable API version for PodLog CRD (#​10812) (d1dee91)
  • lambda/promtail: support dropping labels (#​10755) (ec54c72)
  • logstash: clients logstash output structured metadata support (#​10899) (32f1ec2)
  • loki: Allow custom usage trackers for ingested and discarded bytes metric. 11840
  • loki: feat: Support split align and caching for instant metric query results 11814
  • loki: Helm: Allow the definition of resources for GrafanaAgent pods. 11851
  • loki: Ruler: Add the ability to disable the X-Scope-OrgId tenant identification header in remote write requests. 11819
  • loki: Add profiling integrations to tracing instrumentation. 11633
  • loki: Add a metrics.go log line for requests from querier to ingester 11571
  • loki: support GET for /ingester/shutdown 11477
  • loki: bugfix(memcached): Make memcached batch fetch truly context aware. 11363
  • loki: Helm: Add extraContainers to the write pods. 11319
  • loki: Inflight-logging: Add extra metadata to inflight requests logging. 11243
  • loki: Use metrics namespace for more metrics. 11025.
  • loki: Change default of metrics.namespace. 11110.
  • loki: Helm: Allow topologySpreadConstraints 11086
  • loki: Storage: Allow setting a constant prefix for all created keys 10096
  • loki: Remove already deprecated store.max-look-back-period. 11038
  • loki: Support Loki ruler to notify WAL writes to remote storage. 10906
  • loki: Helm: allow GrafanaAgent tolerations 10613
  • loki: Storage: remove signatureversionv2 from s3. 10295
  • loki: Dynamic client-side throttling to avoid object storage rate-limits (GCS only) 10140
  • loki: Removes already deprecated -querier.engine.timeout CLI flag and corresponding YAML setting as well as the querier.query_timeout YAML setting. 10302
  • loki Tracing: elide small traces for Stats call. 10308
  • loki Shard avg_over_time range aggregations. 10373
  • loki Remove deprecated config -s3.sse-encryption in favor or -s3.sse.* settings. 10377
  • loki Remove deprecated ruler.wal-cleaer.period 10378
  • loki Remove experimental.ruler.enable-api in favour of ruler.enable-api 10380
  • loki Remove deprecated split_queries_by_interval and forward_headers_list configuration options in the query_range section 10395
  • loki Add loki_distributor_ingester_append_timeouts_total metric, remove loki_distributor_ingester_append_failures_total metric 10456
  • loki Remove configuration use_boltdb_shipper_as_backup 10534
  • loki Enable embedded cache if no other cache is explicitly enabled. 10620
  • loki Remove legacy ingester shutdown handler /ingester/flush_shutdown. 10655
  • loki Remove ingester.max-transfer-retries configuration option in favor of using the WAL. 10709
  • loki Deprecate write dedupe cache as this is not required by the newer single store indexes (tsdb and boltdb-shipper). 10736
  • loki Embedded cache: Updates the metric prefix from querier_cache_ to loki_embeddedcache_ and removes duplicate metrics. 10693
  • loki Removes shared_store and shared_store_key_prefix from tsdb, boltdb shipper and compactor configs and their corresponding CLI flags. 10840
  • loki Config: Better configuration defaults to provide a better experience for users out of the box. 10793
  • loki Config: Removes querier.worker-parallelism and updates default value of querier.max-concurrent to 4. 10785
  • loki Add support for case-insensitive logql functions 10733
  • loki Native otlp ingestion support 10727
  • Refactor to not use global logger in modules 11051
  • loki do not wrap requests but send pure Protobuf from frontend v2 via scheduler to querier when -frontend.encoding=protobuf. 10956
  • loki shard quantile_over_time range queries using probabilistic data structures. 10417
  • loki Config: Adds frontend.max-query-capacity to tune per-tenant query capacity. 11284
  • kaviraj,ashwanthgoli Support caching /series and /labels query results 11539
  • loki Force correct memcached timeout when fetching chunks. 11545
  • loki Results Cache: Adds query_length_served cache stat to measure the length of the query served from cache. 11589
  • loki Query Frontend: Allow customisable splitting of queries which overlap the query_ingester_within window to reduce query pressure on ingesters. 11535
  • loki Cache: atomically check background cache size limit correctly. 11654
  • loki Metadata cache: Adds frontend.max-metadata-cache-freshness to configure the time window for which metadata results are not cached. This helps avoid returning inaccurate results by not caching recent results. 11682
  • loki Cache: extending #​11535 to align custom ingester query split with cache keys for correct caching of results. 11679
  • loki otel: Add support for per tenant configuration for mapping otlp data to loki format 11143
  • loki Config: Adds frontend.log-query-request-headers to enable logging of request headers in query logs. 11499
  • loki Ruler: Add support for filtering results of /prometheus/api/v1/rules endpoint by rule_name, rule_group, file and type. 11817
  • loki Metadata: Introduces a separate split interval of split_recent_metadata_queries_by_interval for recent_metadata_query_window to help with caching recent metadata query results. 11897
  • loki Ksonnet: Introduces memory limits to the compactor configuration to avoid unbounded memory usage. 11970
  • loki Memcached: Add mTLS support. 12318
  • loki Detect name of service emitting logs and add it as a label. 12392
  • loki LogQL: Introduces pattern match filter operators. 12398
  • loki: Helm: Use /ingester/shutdown for preStop hook in write pods. 11490
  • loki Upgrade thanos objstore, dskit and other modules 10366
  • loki Upgrade thanos objstore 10451
  • loki Upgrade prometheus to v0.47.1 and dskit 10814
  • loki introduce a backoff wait on subquery retries. 10959
  • loki Ensure all lifecycler cfgs ref a valid IPv6 addr and port combination 11121
  • loki Ensure the frontend uses a valid IPv6 addr and port combination 10650
  • loki Deprecate and flip -legacy-read-mode flag to false by default. 11665
  • loki BREAKING CHANGE: refactor how we do defaults for runtime overrides 12448
  • promtail: structured_metadata: enable structured_metadata convert labels 10752
  • promtail: chore(promtail): Improve default configuration that is shipped with rpm/deb packages to avoid possible high CPU utilisation if there are lots of files inside /var/log. 11511
  • promtail: Lambda-Promtail: Add support for WAF logs in S3 10416
  • promtail: users can now define additional_fields in cloudflare configuration. 10301
  • promtail: Lambda-Promtail: Add support for dropping labels passed via env var 10755
Bug Fixes
  • All lifecycler cfgs ref a valid IPv6 addr and port combination (#​11121) (6385b19)
  • deps: update github.com/c2h5oh/datasize digest to 859f65c (main) (#​10820) (c66ffd1)
  • deps: update github.com/docker/go-plugins-helpers digest to 6eecb7b (main) (#​10826) (fb9c496)
  • deps: update github.com/grafana/gomemcache digest to 6947259 (main) (#​10836) (2327789)
  • deps: update github.com/grafana/loki/pkg/push digest to 583aa28 (main) (#​10842) (02d9418)
  • deps: update github.com/grafana/loki/pkg/push digest to cfc4f0e (main) (#​10946) (d27c4d2)
  • deps: update github.com/grafana/loki/pkg/push digest to e523809 (main) (#​11107) (09cb9ae)
  • deps: update github.com/joncrlsn/dque digest to c2ef48c (main) (#​10947) (1fe4885)
  • deps: update module google.golang.org/grpc [security] (main) (#​11031) (0695424)
  • helm: bump nginx-unprivilege to fix CVE (#​10754) (dbf7dd4)
  • promtail: correctly parse list of drop stage sources from YAML (#​10848) (f51ee84)
  • promtail: prevent panic due to duplicate metric registration after reloaded (#​10798) (47e2c58)
  • loki: respect query matcher in ingester when getting label values (#​10375) (85e2e52)
  • helm: Sidecar configuration for Backend (#​10603) (c29ba97)
  • tools/lambda-promtail: Do not evaluate empty string for drop_labels (#​11074) (94169a0)
  • lambda-promtail Fix panic in lambda-promtail due to mishandling of empty DROP_LABELS env var. 11074
  • loki Generate tsdb_shipper storage_config even if using_boltdb_shipper is false 11195
  • promtail: Fix Promtail excludepath not evaluated on newly added files. 9831
  • loki Do not reflect label names in request metrics' "route" label. 11551
  • loki Fix duplicate logs from docker containers. 11563
  • loki Ruler: Fixed a panic that can be caused by concurrent read-write access of tenant configs when there are a large amount of rules. 11601
  • loki Fixed regression adding newlines to HTTP error response bodies which may break client integrations. 11606
  • loki Log results cache: compose empty response based on the request being served to avoid returning incorrect limit or direction. 11657
  • loki Fix semantics of label parsing logic of metrics and logs queries. Both only parse the first label if multiple extractions into the same label are requested. 11587
  • loki Background Cache: Fixes a bug that is causing the background queue size to be incremented twice for each enqueued item. 11776
  • loki: Parsing: String array elements were not being parsed correctly in JSON processing 11921

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 is behind base branch, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grafana/promtail](https://github.com/grafana/loki) | major | `2.9.7` -> `3.0.0` | --- ### Release Notes <details> <summary>grafana/loki (grafana/promtail)</summary> ### [`v3.0.0`](https://github.com/grafana/loki/blob/HEAD/CHANGELOG.md#300-2024-04-08) [Compare Source](https://github.com/grafana/loki/compare/v2.9.7...v3.0.0) Starting with the 3.0 release we began using [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) and [release-please](https://github.com/googleapis/release-please) to generate the changelog. As a result the format has changed slightly from previous releases. ##### Features - **helm:** configurable API version for PodLog CRD ([#&#8203;10812](https://github.com/grafana/loki/issues/10812)) ([d1dee91](https://github.com/grafana/loki/commit/d1dee9150b0e69941b2bd3ce4b23afead174ea29)) - **lambda/promtail:** support dropping labels ([#&#8203;10755](https://github.com/grafana/loki/issues/10755)) ([ec54c72](https://github.com/grafana/loki/commit/ec54c723ebbeeda88000dde188d539ecfe05dad8)) - **logstash:** clients logstash output structured metadata support ([#&#8203;10899](https://github.com/grafana/loki/issues/10899)) ([32f1ec2](https://github.com/grafana/loki/commit/32f1ec2fda5057732a2b20b98942aafec112c4ba)) - **loki**: Allow custom usage trackers for ingested and discarded bytes metric. [11840](https://github.com/grafana/loki/pull/11840) - **loki**: feat: Support split align and caching for instant metric query results [11814](https://github.com/grafana/loki/pull/11814) - **loki**: Helm: Allow the definition of resources for GrafanaAgent pods. [11851](https://github.com/grafana/loki/pull/11851) - **loki**: Ruler: Add the ability to disable the `X-Scope-OrgId` tenant identification header in remote write requests. [11819](https://github.com/grafana/loki/pull/11819) - **loki**: Add profiling integrations to tracing instrumentation. [11633](https://github.com/grafana/loki/pull/11633) - **loki**: Add a metrics.go log line for requests from querier to ingester [11571](https://github.com/grafana/loki/pull/11571) - **loki**: support GET for /ingester/shutdown [11477](https://github.com/grafana/loki/pull/11477) - **loki**: bugfix(memcached): Make memcached batch fetch truly context aware. [11363](https://github.com/grafana/loki/pull/11363) - **loki**: Helm: Add extraContainers to the write pods. [11319](https://github.com/grafana/loki/pull/11319) - **loki**: Inflight-logging: Add extra metadata to inflight requests logging. [11243](https://github.com/grafana/loki/pull/11243) - **loki**: Use metrics namespace for more metrics. [11025](https://github.com/grafana/loki/pull/11025). - **loki**: Change default of metrics.namespace. [11110](https://github.com/grafana/loki/pull/11110). - **loki**: Helm: Allow topologySpreadConstraints [11086](https://github.com/grafana/loki/pull/11086) - **loki**: Storage: Allow setting a constant prefix for all created keys [10096](https://github.com/grafana/loki/pull/10096) - **loki**: Remove already deprecated `store.max-look-back-period`. [11038](https://github.com/grafana/loki/pull/11038) - **loki**: Support Loki ruler to notify WAL writes to remote storage. [10906](https://github.com/grafana/loki/pull/10906) - **loki**: Helm: allow GrafanaAgent tolerations [10613](https://github.com/grafana/loki/pull/10613) - **loki**: Storage: remove signatureversionv2 from s3. [10295](https://github.com/grafana/loki/pull/10295) - **loki**: Dynamic client-side throttling to avoid object storage rate-limits (GCS only) [10140](https://github.com/grafana/loki/pull/10140) - **loki**: Removes already deprecated `-querier.engine.timeout` CLI flag and corresponding YAML setting as well as the `querier.query_timeout` YAML setting. [10302](https://github.com/grafana/loki/pull/10302) - **loki** Tracing: elide small traces for Stats call. [10308](https://github.com/grafana/loki/pull/10308) - **loki** Shard `avg_over_time` range aggregations. [10373](https://github.com/grafana/loki/pull/10373) - **loki** Remove deprecated config `-s3.sse-encryption` in favor or `-s3.sse.*` settings. [10377](https://github.com/grafana/loki/pull/10377) - **loki** Remove deprecated `ruler.wal-cleaer.period` [10378](https://github.com/grafana/loki/pull/10378) - **loki** Remove `experimental.ruler.enable-api` in favour of `ruler.enable-api` [10380](https://github.com/grafana/loki/pull/10380) - **loki** Remove deprecated `split_queries_by_interval` and `forward_headers_list` configuration options in the `query_range` section [10395](https://github.com/grafana/loki/pull/10395/) - **loki** Add `loki_distributor_ingester_append_timeouts_total` metric, remove `loki_distributor_ingester_append_failures_total` metric [10456](https://github.com/grafana/loki/pull/10456) - **loki** Remove configuration `use_boltdb_shipper_as_backup` [10534](https://github.com/grafana/loki/pull/10534) - **loki** Enable embedded cache if no other cache is explicitly enabled. [10620](https://github.com/grafana/loki/pull/10620) - **loki** Remove legacy ingester shutdown handler `/ingester/flush_shutdown`. [10655](https://github.com/grafana/loki/pull/10655) - **loki** Remove `ingester.max-transfer-retries` configuration option in favor of using the WAL. [10709](https://github.com/grafana/loki/pull/10709) - **loki** Deprecate write dedupe cache as this is not required by the newer single store indexes (tsdb and boltdb-shipper). [10736](https://github.com/grafana/loki/pull/10736) - **loki** Embedded cache: Updates the metric prefix from `querier_cache_` to `loki_embeddedcache_` and removes duplicate metrics. [10693](https://github.com/grafana/loki/pull/10693) - **loki** Removes `shared_store` and `shared_store_key_prefix` from tsdb, boltdb shipper and compactor configs and their corresponding CLI flags. [10840](https://github.com/grafana/loki/pull/10840) - **loki** Config: Better configuration defaults to provide a better experience for users out of the box. [10793](https://github.com/grafana/loki/pull/10793) - **loki** Config: Removes `querier.worker-parallelism` and updates default value of `querier.max-concurrent` to 4. [10785](https://github.com/grafana/loki/pull/10785) - **loki** Add support for case-insensitive logql functions [10733](https://github.com/grafana/loki/pull/10733) - **loki** Native otlp ingestion support [10727](https://github.com/grafana/loki/pull/10727) - Refactor to not use global logger in modules [11051](https://github.com/grafana/loki/pull/11051) - **loki** do not wrap requests but send pure Protobuf from frontend v2 via scheduler to querier when `-frontend.encoding=protobuf`. [10956](https://github.com/grafana/loki/pull/10956) - **loki** shard `quantile_over_time` range queries using probabilistic data structures. [10417](https://github.com/grafana/loki/pull/10417) - **loki** Config: Adds `frontend.max-query-capacity` to tune per-tenant query capacity. [11284](https://github.com/grafana/loki/pull/11284) - **kaviraj,ashwanthgoli** Support caching /series and /labels query results [11539](https://github.com/grafana/loki/pull/11539) - **loki** Force correct memcached timeout when fetching chunks. [11545](https://github.com/grafana/loki/pull/11545) - **loki** Results Cache: Adds `query_length_served` cache stat to measure the length of the query served from cache. [11589](https://github.com/grafana/loki/pull/11589) - **loki** Query Frontend: Allow customisable splitting of queries which overlap the `query_ingester_within` window to reduce query pressure on ingesters. [11535](https://github.com/grafana/loki/pull/11535) - **loki** Cache: atomically check background cache size limit correctly. [11654](https://github.com/grafana/loki/pull/11654) - **loki** Metadata cache: Adds `frontend.max-metadata-cache-freshness` to configure the time window for which metadata results are not cached. This helps avoid returning inaccurate results by not caching recent results. [11682](https://github.com/grafana/loki/pull/11682) - **loki** Cache: extending [#&#8203;11535](https://github.com/grafana/loki/issues/11535) to align custom ingester query split with cache keys for correct caching of results. [11679](https://github.com/grafana/loki/pull/11679) - **loki** otel: Add support for per tenant configuration for mapping otlp data to loki format [11143](https://github.com/grafana/loki/pull/11143) - **loki** Config: Adds `frontend.log-query-request-headers` to enable logging of request headers in query logs. [11499](https://github.com/grafana/loki/pull/11284) - **loki** Ruler: Add support for filtering results of `/prometheus/api/v1/rules` endpoint by rule_name, rule_group, file and type. [11817](https://github.com/grafana/loki/pull/11817) - **loki** Metadata: Introduces a separate split interval of `split_recent_metadata_queries_by_interval` for `recent_metadata_query_window` to help with caching recent metadata query results. [11897](https://github.com/grafana/loki/pull/11897) - **loki** Ksonnet: Introduces memory limits to the compactor configuration to avoid unbounded memory usage. [11970](https://github.com/grafana/loki/pull/11897) - **loki** Memcached: Add mTLS support. [12318](https://github.com/grafana/loki/pull/12318) - **loki** Detect name of service emitting logs and add it as a label. [12392](https://github.com/grafana/loki/pull/12392) - **loki** LogQL: Introduces pattern match filter operators. [12398](https://github.com/grafana/loki/pull/12398) - **loki**: Helm: Use `/ingester/shutdown` for `preStop` hook in write pods. [11490](https://github.com/grafana/loki/pull/11490) - **loki** Upgrade thanos objstore, dskit and other modules [10366](https://github.com/grafana/loki/pull/10366) - **loki** Upgrade thanos `objstore` [10451](https://github.com/grafana/loki/pull/10451) - **loki** Upgrade prometheus to v0.47.1 and dskit [10814](https://github.com/grafana/loki/pull/10814) - **loki** introduce a backoff wait on subquery retries. [10959](https://github.com/grafana/loki/pull/10959) - **loki** Ensure all lifecycler cfgs ref a valid IPv6 addr and port combination [11121](https://github.com/grafana/loki/pull/11121) - **loki** Ensure the frontend uses a valid IPv6 addr and port combination [10650](https://github.com/grafana/loki/pull/10650) - **loki** Deprecate and flip `-legacy-read-mode` flag to `false` by default. [11665](https://github.com/grafana/loki/pull/11665) - **loki** BREAKING CHANGE: refactor how we do defaults for runtime overrides [12448](https://github.com/grafana/loki/pull/12448/files) - **promtail**: structured_metadata: enable structured_metadata convert labels [10752](https://github.com/grafana/loki/pull/10752) - **promtail**: chore(promtail): Improve default configuration that is shipped with rpm/deb packages to avoid possible high CPU utilisation if there are lots of files inside `/var/log`. [11511](https://github.com/grafana/loki/pull/11511) - **promtail**: Lambda-Promtail: Add support for WAF logs in S3 [10416](https://github.com/grafana/loki/pull/10416) - **promtail**: users can now define `additional_fields` in cloudflare configuration. [10301](https://github.com/grafana/loki/pull/10301) - **promtail**: Lambda-Promtail: Add support for dropping labels passed via env var [10755](https://github.com/grafana/loki/pull/10755) ##### Bug Fixes - All lifecycler cfgs ref a valid IPv6 addr and port combination ([#&#8203;11121](https://github.com/grafana/loki/issues/11121)) ([6385b19](https://github.com/grafana/loki/commit/6385b195739bd7d4e9706faddd0de663d8e5331a)) - **deps:** update github.com/c2h5oh/datasize digest to [`859f65c`](https://github.com/grafana/loki/commit/859f65c) (main) ([#&#8203;10820](https://github.com/grafana/loki/issues/10820)) ([c66ffd1](https://github.com/grafana/loki/commit/c66ffd125cd89f5845a75a1751186fa46d003f70)) - **deps:** update github.com/docker/go-plugins-helpers digest to [`6eecb7b`](https://github.com/grafana/loki/commit/6eecb7b) (main) ([#&#8203;10826](https://github.com/grafana/loki/issues/10826)) ([fb9c496](https://github.com/grafana/loki/commit/fb9c496b21be62f56866ae0f92440085e7860a2a)) - **deps:** update github.com/grafana/gomemcache digest to [`6947259`](https://github.com/grafana/loki/commit/6947259) (main) ([#&#8203;10836](https://github.com/grafana/loki/issues/10836)) ([2327789](https://github.com/grafana/loki/commit/2327789b5506d0ccc00d931195da17a2d47bf236)) - **deps:** update github.com/grafana/loki/pkg/push digest to [`583aa28`](https://github.com/grafana/loki/commit/583aa28) (main) ([#&#8203;10842](https://github.com/grafana/loki/issues/10842)) ([02d9418](https://github.com/grafana/loki/commit/02d9418270f4e615c1f78b0def635da7c0572ca4)) - **deps:** update github.com/grafana/loki/pkg/push digest to [`cfc4f0e`](https://github.com/grafana/loki/commit/cfc4f0e) (main) ([#&#8203;10946](https://github.com/grafana/loki/issues/10946)) ([d27c4d2](https://github.com/grafana/loki/commit/d27c4d297dc6cce93ada98f16b962380ec933c6a)) - **deps:** update github.com/grafana/loki/pkg/push digest to [`e523809`](https://github.com/grafana/loki/commit/e523809) (main) ([#&#8203;11107](https://github.com/grafana/loki/issues/11107)) ([09cb9ae](https://github.com/grafana/loki/commit/09cb9ae76f4aef7dea477961c0c5424d7243bf2a)) - **deps:** update github.com/joncrlsn/dque digest to [`c2ef48c`](https://github.com/grafana/loki/commit/c2ef48c) (main) ([#&#8203;10947](https://github.com/grafana/loki/issues/10947)) ([1fe4885](https://github.com/grafana/loki/commit/1fe48858ae15b33646eedb85b05d6773a8bc5020)) - **deps:** update module google.golang.org/grpc \[security] (main) ([#&#8203;11031](https://github.com/grafana/loki/issues/11031)) ([0695424](https://github.com/grafana/loki/commit/0695424f7dd62435df3a9981276b40f3c5ef5641)) - **helm:** bump nginx-unprivilege to fix CVE ([#&#8203;10754](https://github.com/grafana/loki/issues/10754)) ([dbf7dd4](https://github.com/grafana/loki/commit/dbf7dd4bac112a538a59907a8c6092504e7f4a91)) - **promtail:** correctly parse list of drop stage sources from YAML ([#&#8203;10848](https://github.com/grafana/loki/issues/10848)) ([f51ee84](https://github.com/grafana/loki/commit/f51ee849b03c5f6b79f3e93cb7fd7811636bede2)) - **promtail:** prevent panic due to duplicate metric registration after reloaded ([#&#8203;10798](https://github.com/grafana/loki/issues/10798)) ([47e2c58](https://github.com/grafana/loki/commit/47e2c5884f443667e64764f3fc3948f8f11abbb8)) - **loki:** respect query matcher in ingester when getting label values ([#&#8203;10375](https://github.com/grafana/loki/issues/10375)) ([85e2e52](https://github.com/grafana/loki/commit/85e2e52279ecac6dc111d5c113c54d6054d2c922)) - **helm:** Sidecar configuration for Backend ([#&#8203;10603](https://github.com/grafana/loki/issues/10603)) ([c29ba97](https://github.com/grafana/loki/commit/c29ba973a0b5b7b59613d210b741d5a547ea0e83)) - **tools/lambda-promtail:** Do not evaluate empty string for drop_labels ([#&#8203;11074](https://github.com/grafana/loki/issues/11074)) ([94169a0](https://github.com/grafana/loki/commit/94169a0e6b5bf96426ad21e40f9583b721f35d6c)) - **lambda-promtail** Fix panic in lambda-promtail due to mishandling of empty DROP_LABELS env var. [11074](https://github.com/grafana/loki/pull/11074) - **loki** Generate tsdb_shipper storage_config even if using_boltdb_shipper is false [11195](https://github.com/grafana/loki/pull/11195) - **promtail**: Fix Promtail excludepath not evaluated on newly added files. [9831](https://github.com/grafana/loki/pull/9831) - **loki** Do not reflect label names in request metrics' "route" label. [11551](https://github.com/grafana/loki/pull/11551) - **loki** Fix duplicate logs from docker containers. [11563](https://github.com/grafana/loki/pull/11563) - **loki** Ruler: Fixed a panic that can be caused by concurrent read-write access of tenant configs when there are a large amount of rules. [11601](https://github.com/grafana/loki/pull/11601) - **loki** Fixed regression adding newlines to HTTP error response bodies which may break client integrations. [11606](https://github.com/grafana/loki/pull/11606) - **loki** Log results cache: compose empty response based on the request being served to avoid returning incorrect limit or direction. [11657](https://github.com/grafana/loki/pull/11657) - **loki** Fix semantics of label parsing logic of metrics and logs queries. Both only parse the first label if multiple extractions into the same label are requested. [11587](https://github.com/grafana/loki/pull/11587) - **loki** Background Cache: Fixes a bug that is causing the background queue size to be incremented twice for each enqueued item. [11776](https://github.com/grafana/loki/pull/11776) - **loki**: Parsing: String array elements were not being parsed correctly in JSON processing [11921](https://github.com/grafana/loki/pull/11921) </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2024-04-09 03:01:52 +00:00
renovate force-pushed renovate/grafana-promtail-3.x from 9e4c801fbd to 5edff29e83 2024-04-24 03:05:01 +00:00 Compare
renovate force-pushed renovate/grafana-promtail-3.x from 5edff29e83 to f74ef05368 2024-04-25 03:05:36 +00:00 Compare
renovate force-pushed renovate/grafana-promtail-3.x from f74ef05368 to e07630c726 2024-04-27 03:05:42 +00:00 Compare
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AverageMarcus/cluster.fun#227
No description provided.