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 docker.io/grafana/promtail docker tag to v2.9.11 #10

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 6, 2024

This PR contains the following updates:

Package Update Change
docker.io/grafana/promtail patch 2.9.2 -> 2.9.11

Warning

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


Release Notes

grafana/loki (docker.io/grafana/promtail)

v2.9.11

Compare Source

Bug Fixes
  • storage: Fix bug in cache of the index object client(#​10585).
Miscellaneous Chores
  • promtail switch promtails base image from debian to ubuntu (backport release-2.9.x) (#​15210) (ae1fb5a)
  • docker: Update Docker to 23.0.15 (#).
  • lamba-promtail: Lamba-promtail updates, some of which address CVEs(#​14105).

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"

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.

@renovate renovate bot force-pushed the renovate/docker.io-grafana-promtail-2.x branch from 9e8c8db to 1dcfb64 Compare April 13, 2024 23:57
@renovate renovate bot changed the title chore(deps): update docker.io/grafana/promtail docker tag to v2.9.6 chore(deps): update docker.io/grafana/promtail docker tag to v2.9.7 Apr 13, 2024
@renovate renovate bot force-pushed the renovate/docker.io-grafana-promtail-2.x branch from 1dcfb64 to 34b5684 Compare May 4, 2024 05:39
@renovate renovate bot changed the title chore(deps): update docker.io/grafana/promtail docker tag to v2.9.7 chore(deps): update docker.io/grafana/promtail docker tag to v2.9.8 May 4, 2024
@renovate renovate bot force-pushed the renovate/docker.io-grafana-promtail-2.x branch from 34b5684 to 7fbfeee Compare July 5, 2024 02:59
@renovate renovate bot changed the title chore(deps): update docker.io/grafana/promtail docker tag to v2.9.8 chore(deps): update docker.io/grafana/promtail docker tag to v2.9.9 Jul 5, 2024
@renovate renovate bot force-pushed the renovate/docker.io-grafana-promtail-2.x branch from 7fbfeee to 68fb317 Compare August 9, 2024 23:51
@renovate renovate bot changed the title chore(deps): update docker.io/grafana/promtail docker tag to v2.9.9 chore(deps): update docker.io/grafana/promtail docker tag to v2.9.10 Aug 9, 2024
| datasource | package                    | from  | to     |
| ---------- | -------------------------- | ----- | ------ |
| docker     | docker.io/grafana/promtail | 2.9.2 | 2.9.11 |
@renovate renovate bot force-pushed the renovate/docker.io-grafana-promtail-2.x branch from 68fb317 to 91ba27b Compare December 11, 2024 17:13
@renovate renovate bot changed the title chore(deps): update docker.io/grafana/promtail docker tag to v2.9.10 chore(deps): update docker.io/grafana/promtail docker tag to v2.9.11 Dec 11, 2024
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