-
Notifications
You must be signed in to change notification settings - Fork 869
Comparing changes
Open a pull request
base repository: cortexproject/cortex
base: v1.21.0
head repository: cortexproject/cortex
compare: v1.21.1-rc.0
- 15 commits
- 51 files changed
- 4 contributors
Commits on May 29, 2026
-
Mask Swift, etcd, Redis, and HTTP basic-auth credentials (#7473)
Signed-off-by: Friedrich Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 540b773 - Browse repository at this point
Copy the full SHA 540b773View commit details -
drop digest verification fail packets (#7474)
* drop digest verification fail packets Signed-off-by: SungJin1212 <[email protected]> * fix lint Signed-off-by: SungJin1212 <[email protected]> --------- Signed-off-by: SungJin1212 <[email protected]> Signed-off-by: Friedrich Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8faeaa9 - Browse repository at this point
Copy the full SHA 8faeaa9View commit details -
Tenant impersonation push stream (#7475)
* add checking logic if not distirbutor side request Signed-off-by: SungJin1212 <[email protected]> * Add SignWriteRequestsKeys Signed-off-by: SungJin1212 <[email protected]> * change addr Signed-off-by: SungJin1212 <[email protected]> * fix flakiness Signed-off-by: SungJin1212 <[email protected]> * fix test message Signed-off-by: SungJin1212 <[email protected]> * Add SecretStringSliceCSV type Signed-off-by: SungJin1212 <[email protected]> --------- Signed-off-by: SungJin1212 <[email protected]> Signed-off-by: Friedrich Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 426d7c3 - Browse repository at this point
Copy the full SHA 426d7c3View commit details -
security: fix stored XSS in alertmanager and storegateway status pages (
#7512) * security: fix stored XSS in alertmanager and storegateway status pages Replace text/template with html/template in alertmanager_http.go and gateway_http.go to auto-escape HTML special characters. This prevents stored XSS via crafted gossip member names rendered on status pages. The html/template package has an identical API to text/template but automatically escapes HTML, JS, and URI contexts. Add TestStatusHandler_HTMLEscaping to verify XSS payloads are escaped. Fixes #22 Signed-off-by: Daniel Blando <[email protected]> * Fix lint Signed-off-by: Friedrich Gonzalez <[email protected]> * changelog Signed-off-by: Daniel Blando <[email protected]> --------- Signed-off-by: Daniel Blando <[email protected]> Signed-off-by: Friedrich Gonzalez <[email protected]> Co-authored-by: Friedrich Gonzalez <[email protected]> Signed-off-by: Friedrich Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e271370 - Browse repository at this point
Copy the full SHA e271370View commit details -
security: limit decompressed gzip output in ParseProtoReader and OTLP…
… ingestion path (#7515) Wrap gzip.Reader with io.LimitReader(maxSize+1) before reading decompressed bytes in both pkg/util/http.go and pkg/util/push/otlp.go. Signed-off-by: Daniel Blando <[email protected]> Signed-off-by: Friedrich Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66d885d - Browse repository at this point
Copy the full SHA 66d885dView commit details -
Security: add flags for TCP connection limits and timeouts (#7518)
* add flags for TCP connection limits and timeouts Signed-off-by: SungJin1212 <[email protected]> * ensure semaphore slot is held for the lifetime of stream connections Signed-off-by: SungJin1212 <[email protected]> * modernize Signed-off-by: SungJin1212 <[email protected]> * change oversize packet log level to debug Signed-off-by: SungJin1212 <[email protected]> * add metrics Signed-off-by: SungJin1212 <[email protected]> * add stream to activeConnections to make accurate tracking Signed-off-by: SungJin1212 <[email protected]> * add histogram for tracking inbound packet sizes in bytes Signed-off-by: SungJin1212 <[email protected]> --------- Signed-off-by: SungJin1212 <[email protected]> Signed-off-by: Friedrich Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9179e25 - Browse repository at this point
Copy the full SHA 9179e25View commit details -
add WrappedHistogram with size limit before unmarshal (#7570)
Signed-off-by: Paurush Garg <[email protected]> Signed-off-by: Friedrich Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0aa625b - Browse repository at this point
Copy the full SHA 0aa625bView commit details
Commits on May 30, 2026
-
Signed-off-by: Friedrich Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c8ec08 - Browse repository at this point
Copy the full SHA 6c8ec08View commit details -
fixes panic when using snappy with ingester client (#7459)
* Triggers issue in #7456 Signed-off-by: Friedrich Gonzalez <[email protected]> * Including integration tests Signed-off-by: Friedrich Gonzalez <[email protected]> * Fix snappy register in grpcclient.go Signed-off-by: Friedrich Gonzalez <[email protected]> * Improve integration test Signed-off-by: Friedrich Gonzalez <[email protected]> * Update changelog and spawn grpc integration test for this Signed-off-by: Friedrich Gonzalez <[email protected]> --------- Signed-off-by: Friedrich Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca00039 - Browse repository at this point
Copy the full SHA ca00039View commit details -
Prepare release candidate 0 for v1.21.1
Signed-off-by: Friedrich Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15288b4 - Browse repository at this point
Copy the full SHA 15288b4View commit details -
Signed-off-by: Friedrich Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22b8052 - Browse repository at this point
Copy the full SHA 22b8052View commit details -
Set up target date for release
Signed-off-by: Friedrich Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f70e08f - Browse repository at this point
Copy the full SHA f70e08fView commit details
Commits on May 31, 2026
-
Signed-off-by: Friedrich Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ce3ad7 - Browse repository at this point
Copy the full SHA 6ce3ad7View commit details -
Signed-off-by: Friedrich Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2866b21 - Browse repository at this point
Copy the full SHA 2866b21View commit details -
fix panic in stream push when context deadline expires during request…
… marshalling (#7541) * fix panic in stream push when context deadline expires during request marshalling Signed-off-by: SungJin1212 <[email protected]> * fix error handling Signed-off-by: SungJin1212 <[email protected]> * extract job processing Signed-off-by: SungJin1212 <[email protected]> --------- Signed-off-by: SungJin1212 <[email protected]> Signed-off-by: Friedrich Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f5273f - Browse repository at this point
Copy the full SHA 5f5273fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.21.0...v1.21.1-rc.0