Skip to content

Commit 8f378d1

Browse files
committed
Update backward_compatibility_test.go
Also updating CHANGELOG with release date for 1.19.0 Signed-off-by: Charlie Le <[email protected]>
1 parent 0d7abe1 commit 8f378d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* [BUGFIX] Query Frontend: Fix samples scanned and peak samples query stats when query hits results cache. #6591
2020
* [BUGFIX] Query Frontend: Fix panic caused by nil pointer dereference. #6609
2121

22-
## 1.19.0 in progress
22+
## 1.19.0 2025-02-27
2323

2424
* [CHANGE] Deprecate `-blocks-storage.tsdb.wal-compression-enabled` flag (use `blocks-storage.tsdb.wal-compression-type` instead). #6529
2525
* [CHANGE] OTLP: Change OTLP handler to be consistent with the Prometheus OTLP handler. #6272

integration/backward_compatibility_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ var (
7575
"quay.io/cortexproject/cortex:v1.17.1": nil,
7676
"quay.io/cortexproject/cortex:v1.18.0": nil,
7777
"quay.io/cortexproject/cortex:v1.18.1": nil,
78+
"quay.io/cortexproject/cortex:v1.19.0": nil,
7879
}
7980
)
8081

0 commit comments

Comments
 (0)