From cc09480d86affc6c24888caee8d4a4741596818d Mon Sep 17 00:00:00 2001 From: J Stickler Date: Tue, 10 Jun 2025 10:43:07 -0400 Subject: [PATCH] docs: Manual backport RN (#18047) --- docs/sources/release-notes/v2-9.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/sources/release-notes/v2-9.md b/docs/sources/release-notes/v2-9.md index 8e14c654fc..6d16939d7e 100644 --- a/docs/sources/release-notes/v2-9.md +++ b/docs/sources/release-notes/v2-9.md @@ -1,10 +1,11 @@ --- title: V2.9 description: Version 2.9 release notes -weight: 50 +weight: 600 --- # V2.9 + Grafana Labs is excited to announce the release of Loki 2.9.0 Here's a summary of new enhancements and important fixes. For a full list of all changes and fixes, refer to the [CHANGELOG](https://github.com/grafana/loki/blob/release-2.9.x/CHANGELOG.md). @@ -28,14 +29,19 @@ For a full list of all changes and fixes, refer to the [CHANGELOG](https://githu - **logfmt stage improvements**: logfmt parser now performs non-strict parsing by default which helps scan semi-structured log lines. [PR #9626](https://github.com/grafana/loki/pull/9626) - **Deprecations** - - Legacy index and chunk stores that are not "single store" (such as `tsdb`, `boltdb-shipper`) are deprecated. These storage backends are Cassandra (`cassandra`), DynamoDB (`aws`, `aws-dynamo`), BigTable (`bigtable`, `bigtable-hashed`), GCP (`gcp`, `gcp-columnkey`), and gRPC (`grpc`). See https://grafana.com/docs/loki//storage/ for more information. + - Legacy index and chunk stores that are not "single store" (such as `tsdb`, `boltdb-shipper`) are deprecated. These storage backends are Cassandra (`cassandra`), DynamoDB (`aws`, `aws-dynamo`), BigTable (`bigtable`, `bigtable-hashed`), GCP (`gcp`, `gcp-columnkey`), and gRPC (`grpc`). See [Configure storage](https://grafana.com/docs/loki//configure/storage/) for more information. - The `table-manager` target is deprecated, because it is not used by "single store" implementations. - The `-boltdb.shipper.compactor.*` CLI flags are deprecated in favor of `-compactor.*`. - The `-ingester.unordered-writes` CLI flag is deprecated and will always default to `true` in the next major release. - For the full list of deprecations, see CHANGELOG.md - + ## Bug fixes +### 2.9.15 (2025-06-09) + +- **ci:** Pull in latest 2.9-specific release code ([#18019](https://github.com/grafana/loki/issues/18019)) ([7b805ba](https://github.com/grafana/loki/commit/7b805ba7c84366e11e8571c9e8c422739bb18684)). +- **deps:** Update module golang.org/x/net to v0.38.0 [security] (release-2.9.x) ([#17275](https://github.com/grafana/loki/issues/17275)) ([6297508](https://github.com/grafana/loki/commit/62975089e9626846673335ff5607d183a2685222)). + ### 2.9.14 (2025-04-15) - **deps:** Upgrade `golang.org/x/oauth2` to 0.27.0 ([#16960](https://github.com/grafana/loki/issues/16960)) ([fb70d03](https://github.com/grafana/loki/commit/fb70d0305f96a9c6278e9707fc061f03d6aae0f1)). @@ -49,14 +55,13 @@ For a full list of all changes and fixes, refer to the [CHANGELOG](https://githu - **deps:** Loki 2.9.x Bump Alpine and Go versions ([#16294](https://github.com/grafana/loki/issues/16294)) ([f2deeb7](https://github.com/grafana/loki/commit/f2deeb76ac39e835bffe61e1e4f78b980afdc0c0)). - ### 2.9.12 (2025-02-13) -- **deps:** Dependencies updates and CVE fixes ([#15647](https://github.com/grafana/loki/issues/15647)) ([8447402](https://github.com/grafana/loki/commit/8447402c5e454928845535efba5249d62be4c7c1)) +- **deps:** CVE updates for Loki 2.9.11 ([#15647](https://github.com/grafana/loki/issues/15647)) ([8447402](https://github.com/grafana/loki/commit/8447402c5e454928845535efba5249d62be4c7c1)). ### 2.9.11 (2024-12-04) -- **docker:** Update Docker to 23.0.15 ([#](https://github.com/grafana/loki/issues/)). +- **docker:** Update Docker to 23.0.15 ([#14425](https://github.com/grafana/loki/issues/14425)). - **lamba-promtail:** Lamba-promtail updates, some of which address CVEs([#14105](https://github.com/grafana/loki/issues/14105)). - **promtail:** Switch Promtail base image from Debian to Ubuntu to fix critical security issues ([#15195](https://github.com/grafana/loki/issues/15195)). - **storage:** Fix bug in cache of the index object client([#10585](https://github.com/grafana/loki/issues/10585)).