Skip to content

Commit

Permalink
docs: correctly tag upgrade notes (backport k239) (#16186)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashwanth <[email protected]>
  • Loading branch information
loki-gh-app[bot] and ashwanthgoli authored Feb 11, 2025
1 parent b7e884c commit 4409783
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions docs/sources/setup/upgrade/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,21 @@ The output is incredibly verbose as it shows the entire internal config struct u

## Main / Unreleased

## 3.3.0

### Loki 3.3.0

#### Experimental Bloom Filters

With Loki 3.3.0, the bloom block format changed and any previously created block is incompatible with the new format.
Before upgrading, we recommend deleting all the existing bloom blocks in the object store. We store bloom blocks and
metas inside the `bloom` path in the configured object store. To get rid of all the bloom blocks, delete all the objects
inside the `bloom` path in the object store.

## 3.2.0

### Loki 3.2.0

### HTTP API

The API endpoint for instant queries `/api/v1/query` now returns a HTTP status 400 (Bad Request) when the provided `query`
Expand Down Expand Up @@ -75,16 +90,6 @@ Their YAML counterparts in the `limits_config` block are kept identical.

All other CLI arguments (and their YAML counterparts) prefixed with `-bloom-compactor.` have been removed.

## 3.3.0

### Loki 3.3.0

#### Experimental Bloom Filters

With Loki 3.3.0, the bloom block format changed and any previously created block is incompatible with the new format.
Before upgrading, we recommend deleting all the existing bloom blocks in the object store. We store bloom blocks and
metas inside the `bloom` path in the configured object store. To get rid of all the bloom blocks, delete all the objects
inside the `bloom` path in the object store.

## 3.0.0

Expand Down

0 comments on commit 4409783

Please sign in to comment.