-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge release 0.36.1 to main #7639
Merge release 0.36.1 to main #7639
Commits on Jun 26, 2024
-
CHANGELOG: Mark 0.36 as in progress
Signed-off-by: Michael Hoffmann <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a758991 - Browse repository at this point
Copy the full SHA a758991View commit details -
Cut release candidate v0.36.0-rc.0 (thanos-io#7490)
Signed-off-by: Michael Hoffmann <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c930d2e - Browse repository at this point
Copy the full SHA c930d2eView commit details
Commits on Jul 14, 2024
-
Cut release candidate 0.36.0 rc.1 (thanos-io#7510)
* *: fix server grpc histograms (thanos-io#7493) Signed-off-by: Michael Hoffmann <[email protected]> * Close endpoints after the gRPC server has terminated (thanos-io#7509) Endpoints are currently closed as soon as we receive a SIGTERM or SIGINT. This causes in-flight queries to get cancelled since outgoing connections get closed instantly. This commit moves the endpoints.Close call after the grpc server shutdown to make sure connections are available as long as the server is running. Signed-off-by: Filip Petkovski <[email protected]> * Cut release candidate v0.36.0-rc.1 Signed-off-by: Michael Hoffmann <[email protected]> --------- Signed-off-by: Michael Hoffmann <[email protected]> Signed-off-by: Filip Petkovski <[email protected]> Co-authored-by: Filip Petkovski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8511649 - Browse repository at this point
Copy the full SHA 8511649View commit details
Commits on Jul 31, 2024
-
Cut release v0.36.0 (thanos-io#7578)
Signed-off-by: Michael Hoffmann <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cfff551 - Browse repository at this point
Copy the full SHA cfff551View commit details
Commits on Aug 13, 2024
-
Cut patch release
v0.36.1
(thanos-io#7636)* Proxy: Query goroutine leak when `store.response-timeout` is set (thanos-io#7618) time.AfterFunc() returns a time.Timer object whose C field is nil, accroding to the documentation. A goroutine blocks forever on reading from a `nil` channel, leading to a goroutine leak on random slow queries. Signed-off-by: Mikhail Nozdrachev <[email protected]> * pkg/clientconfig: fix TLS configs with only CA (thanos-io#7634) 065e3dd introduced a regression: TLS configurations for Thanos Ruler query and alerting with only a CA file failed to load. For instance, the following snippet is a valid query configuration: ``` - static_configs: - prometheus.example.com:9090 scheme: https http_config: tls_config: ca_file: /etc/ssl/cert.pem ``` The test fixtures (CA, certificate and key files) are copied from prometheus/common and are valid until 2072. Signed-off-by: Simon Pasquier <[email protected]> * Cut patch release v0.36.1 Signed-off-by: Saswata Mukherjee <[email protected]> * Fix failing e2e test (thanos-io#7620) Signed-off-by: 🌲 Harry 🌊 John 🏔 <[email protected]> Signed-off-by: Saswata Mukherjee <[email protected]> --------- Signed-off-by: Mikhail Nozdrachev <[email protected]> Signed-off-by: Simon Pasquier <[email protected]> Signed-off-by: Saswata Mukherjee <[email protected]> Signed-off-by: 🌲 Harry 🌊 John 🏔 <[email protected]> Co-authored-by: Mikhail Nozdrachev <[email protected]> Co-authored-by: Simon Pasquier <[email protected]> Co-authored-by: Harry John <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99a5742 - Browse repository at this point
Copy the full SHA 99a5742View commit details
Commits on Aug 14, 2024
-
Merge branch 'main' into merge-release-0.36.1-to-main
Signed-off-by: Saswata Mukherjee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aadbd42 - Browse repository at this point
Copy the full SHA aadbd42View commit details