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

Update grafana/promtail Docker tag to v2.4.2 #159

Merged
merged 1 commit into from
Jan 12, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 12, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
grafana/promtail patch 2.4.1 -> 2.4.2

Release Notes

grafana/loki

v2.4.2

Compare Source

Loki 2.4.2

Loki 2.4.2 is a patch fix release on 2.4.x

Defaults changes

2.4.2 makes the following changes to Loki defaults to improve usability, see PR 5077:

config new default old default
parallelise_shardable_queries true false
split_queries_by_interval 30m 0s
query_ingesters_within 3h 0s
max_chunk_age 2h 1h
max_concurrent 10 20
Bug fixes

2.4.2 fixes these bugs:

  • PR 4968 trevorwhitney: Fixes a bug in which querying ingesters wrongly returns a ruler,
    causing the internal server error code = Unimplemented.
  • PR 4875 trevorwhitney: Honor the replication factor specified in the common configuration block when memberlist is the consistent hash ring store.
  • PR 4792 AndreZiviani: Corrects the default values of configuration options in the documentation for:
    • scheduler_dns_lookup_period
    • min_ready_duration
    • final_sleep
    • max_transfer_retries
    • chunk_retain_period
    • chunk_target_size
    • batch_size
    • timeout (for Redis requests)
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.4.2"
$ docker pull "grafana/promtail:2.4.2"
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.4.2/loki-linux-amd64.zip"
##### extract the binary
$ unzip "loki-linux-amd64.zip"
##### make sure it is executable
$ chmod a+x "loki-linux-amd64"

Configuration

πŸ“… Schedule: 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@sonarcloud
Copy link

sonarcloud bot commented Jan 12, 2022

Kudos, SonarCloud Quality Gate passed!Β  Β  Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Clivern Clivern merged commit 9149caa into master Jan 12, 2022
@Clivern Clivern deleted the renovate/grafana-promtail-2.x branch January 12, 2022 21:16
@mergify
Copy link

mergify bot commented Jan 12, 2022

Nice! PR successfully merged.

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

Successfully merging this pull request may close these issues.

None yet

2 participants