Closed renovate[bot] closed 1 year ago
Because you closed this PR without merging, Renovate will ignore this update (2.9.2
). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps
array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
2.8.3
->2.9.2
Release Notes
grafana/loki (grafana/promtail)
### [`v2.9.2`](https://togithub.com/grafana/loki/releases/tag/v2.9.2) [Compare Source](https://togithub.com/grafana/loki/compare/v2.9.1...v2.9.2) This is release `v2.9.2` of Loki. ##### Notable changes: Patches CVE-2023-39325 / CVE-2023-44487 by upgrading go to v1.21.3, golang.org/x/net to v0.17.0 and grpc-go to v1.56.3 to For a full list of changes, please refer to the [CHANGELOG](https://togithub.com/grafana/loki/blob/release-2.9.x/CHANGELOG.md)! ##### 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: - https://hub.docker.com/r/grafana/loki - https://hub.docker.com/r/grafana/promtail ```bash $ docker pull "grafana/loki:2.9.2" $ docker pull "grafana/promtail:2.9.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: ```bash $ curl -O -L "https://github.com/grafana/loki/releases/download/v2.9.2/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.1`](https://togithub.com/grafana/loki/blob/HEAD/CHANGELOG.md#291-2023-09-14) [Compare Source](https://togithub.com/grafana/loki/compare/v2.9.0...v2.9.1) ##### All Changes ##### Loki ##### Security - [10573](https://togithub.com/grafana/loki/pull/10573) **DylanGuedes**: Bump Docker base images to Alpine version 3.18.3 to mitigate CVE-2022-48174 ##### Fixes - [10585](https://togithub.com/grafana/loki/pull/10585) **ashwanthgoli** / **chaudum**: Fix bug in index object client that could result in not showing all ingested logs in query results. - [10314](https://togithub.com/grafana/loki/pull/10314) **bboreham**: Fix race conditions in indexshipper. ### [`v2.9.0`](https://togithub.com/grafana/loki/blob/HEAD/CHANGELOG.md#290-2023-09-06) ##### All Changes ##### Security - [10188](https://togithub.com/grafana/loki/pull/10188) **shantanualsi**: Bump alpine version from 3.16.5 -> 3.16.7 ##### Loki ##### Enhancements - [10101](https://togithub.com/grafana/loki/pull/10101) **owen-d**: Sharding optimizations and fix bug on `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.
This PR has been generated by Mend Renovate. View repository job log here.