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

Bump github.com/grafana/loki from 1.6.2-0.20231215164305-b51b7d7b5503 to 6.7.8+incompatible in /integration-tests/load #12113

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2024

Bumps github.com/grafana/loki from 1.6.2-0.20231215164305-b51b7d7b5503 to 6.7.8+incompatible.

Release notes

Sourced from github.com/grafana/loki's releases.

v2.9.4

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

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.

... (truncated)

Changelog

Sourced from github.com/grafana/loki's changelog.

Main/Unreleased

All Changes

Loki

Enhancements
  • 11814 kavirajk: feat: Support split align and caching for instant metric query results
  • 11851 elcomtik: Helm: Allow the definition of resources for GrafanaAgent pods.
  • 11819 jburnham: Ruler: Add the ability to disable the X-Scope-OrgId tenant identification header in remote write requests.
  • 11633 cyriltovena: Add profiling integrations to tracing instrumentation.
  • 11571 MichelHollands: Add a metrics.go log line for requests from querier to ingester
  • 11477 MichelHollands: support GET for /ingester/shutdown
  • 11363 kavirajk: bugfix(memcached): Make memcached batch fetch truely context aware.
  • 11319 someStrangerFromTheAbyss: Helm: Add extraContainers to the write pods.
  • 11243 kavirajk: Inflight-logging: Add extra metadata to inflight requests logging.
  • 11110 MichelHollands: Change the default of the metrics-namespace flag to 'loki'.
  • 11086 kandrew5: Helm: Allow topologySpreadConstraints
  • 11003 MichelHollands: Add the metrics-namespace flag to change the namespace of metrics currently using cortex as namespace.
  • 10096 aschleck: Storage: Allow setting a constant prefix for all created keys
  • 11038 kavirajk: Remove already deprecated store.max-look-back-period.
  • 10906 kavirajk: Support Loki ruler to notify WAL writes to remote storage.
  • 10613 ngc4579: Helm: allow GrafanaAgent tolerations
  • 10295 changhyuni: Storage: remove signatureversionv2 from s3.
  • 10140 dannykopping: Dynamic client-side throttling to avoid object storage rate-limits (GCS only)
  • 10302 ashwanthgoli: Removes already deprecated -querier.engine.timeout CLI flag and corresponding YAML setting as well as the querier.query_timeout YAML setting.
  • 10308 bboreham Tracing: elide small traces for Stats call.
  • 10373 jeschkies Shard avg_over_time range aggregations.
  • 10377 shantanualsi Remove deprecated config -s3.sse-encryption in favor or -s3.sse.* settings.
  • 10378 shantanualsi Remove deprecated ruler.wal-cleaer.period
  • 10380 shantanualsi Remove experimental.ruler.enable-api in favour of ruler.enable-api
  • 10395 shantanualshi Remove deprecated split_queries_by_interval and forward_headers_list configuration options in the query_range section
  • 10456 dannykopping Add loki_distributor_ingester_append_timeouts_total metric, remove loki_distributor_ingester_append_failures_total metric
  • 10534 chaudum Remove configuration use_boltdb_shipper_as_backup
  • 10620 ashwanthgoli Enable embedded cache if no other cache is explicitly enabled.
  • 10655 chaudum Remove legacy ingester shutdown handler /ingester/flush_shutdown.
  • 10709 chaudum/salvacorts Remove ingester.max-transfer-retries configuration option in favor of using the WAL.
  • 10736 ashwanthgoli Deprecate write dedupe cache as this is not required by the newer single store indexes (tsdb and boltdb-shipper).
  • 10693 ashwanthgoli Embedded cache: Updates the metric prefix from querier_cache_ to loki_embeddedcache_ and removes duplicate metrics.
  • 10840 ashwanthgoli Removes shared_store and shared_store_key_prefix from tsdb, boltdb shipper and compactor configs and their corresponding CLI flags.
  • 10793 ashwanthgoli Config: Better configuration defaults to provide a better experience for users out of the box.
  • 10785 ashwanthgoli Config: Removes querier.worker-parallelism and updates default value of querier.max-concurrent to 4.
  • 10733 shantanualsi Add support for case-insensitive logql funtions
  • 10727 sandeepsukhani Native otlp ingestion support
  • 11051 Refactor to not use global logger in modules
  • 10956 jeschkies do not wrap requests but send pure Protobuf from frontend v2 via scheduler to querier when -frontend.encoding=protobuf.
  • 10417 jeschkies shard quantile_over_time range queries using probabilistic data structures.
  • 11284 ashwanthgoli Config: Adds frontend.max-query-capacity to tune per-tenant query capacity.
  • 11539 kaviraj,ashwanthgoli Support caching /series and /labels query results

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner February 21, 2024 03:29
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 21, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from a314055 to a0f5233 Compare February 21, 2024 19:51
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from a0f5233 to b4e1259 Compare February 22, 2024 17:57
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from b4e1259 to 8b076e3 Compare February 26, 2024 17:28
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from 8b076e3 to e6999d1 Compare February 27, 2024 20:19
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from e6999d1 to 8f000eb Compare February 27, 2024 21:26
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from 8f000eb to 476d40e Compare February 28, 2024 18:12
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from 476d40e to 3be4c92 Compare February 28, 2024 18:13
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from 3be4c92 to 5173317 Compare February 28, 2024 22:16
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from 5173317 to 8bd8204 Compare February 29, 2024 19:23
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from 8bd8204 to 8fba560 Compare February 29, 2024 21:20
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from 8fba560 to 76ebc40 Compare March 1, 2024 16:21
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from 76ebc40 to 339ceec Compare March 4, 2024 15:19
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from 339ceec to d20f42c Compare March 4, 2024 23:23
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from d20f42c to 149adec Compare March 5, 2024 14:55
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from 149adec to 6d24688 Compare March 6, 2024 18:53
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from 6d24688 to ce00ad8 Compare March 7, 2024 19:11
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from ce00ad8 to 83f4605 Compare March 11, 2024 12:17
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from 83f4605 to 1b6c10a Compare March 14, 2024 02:00
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from 1b6c10a to 88d25d2 Compare March 14, 2024 16:43
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from 88d25d2 to 577d010 Compare March 14, 2024 20:19
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from 577d010 to 92a411b Compare March 15, 2024 15:35
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from 92a411b to 9bd01e4 Compare March 15, 2024 21:25
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from 9bd01e4 to f653a4a Compare March 18, 2024 16:31
Bumps [github.com/grafana/loki](https://github.com/grafana/loki) from 1.6.2-0.20231215164305-b51b7d7b5503 to 6.7.8+incompatible.
- [Release notes](https://github.com/grafana/loki/releases)
- [Changelog](https://github.com/grafana/loki/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/loki/commits)

---
updated-dependencies:
- dependency-name: github.com/grafana/loki
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch from f653a4a to e879f4b Compare March 20, 2024 20:42
Copy link
Contributor

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label May 22, 2024
@github-actions github-actions bot closed this May 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 29, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/integration-tests/load/github.com/grafana/loki-6.7.8incompatible branch May 29, 2024 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants