Skip to content

Commit 4bf57d9

Browse files
authored
Merge pull request #6615 from CharlieTLe/update-backwards-compatability-test-1.19.0
Update backward_compatibility_test.go
2 parents 940adf6 + 8f378d1 commit 4bf57d9

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
@@ -20,7 +20,7 @@
2020
* [BUGFIX] Query Frontend: Fix samples scanned and peak samples query stats when query hits results cache. #6591
2121
* [BUGFIX] Query Frontend: Fix panic caused by nil pointer dereference. #6609
2222

23-
## 1.19.0 in progress
23+
## 1.19.0 2025-02-27
2424

2525
* [CHANGE] Deprecate `-blocks-storage.tsdb.wal-compression-enabled` flag (use `blocks-storage.tsdb.wal-compression-type` instead). #6529
2626
* [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
@@ -79,6 +79,7 @@ var (
7979
"quay.io/cortexproject/cortex:v1.17.1": nil,
8080
"quay.io/cortexproject/cortex:v1.18.0": nil,
8181
"quay.io/cortexproject/cortex:v1.18.1": nil,
82+
"quay.io/cortexproject/cortex:v1.19.0": nil,
8283
}
8384
)
8485

0 commit comments

Comments
 (0)