Skip to content
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

Bump github.com/thanos-io/thanos from 0.35.2-0.20240722172812-990a60b72647 to 0.36.1 #6169

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps github.com/thanos-io/thanos from 0.35.2-0.20240722172812-990a60b72647 to 0.36.1.

Release notes

Sourced from github.com/thanos-io/thanos's releases.

v0.36.1

This patch release brings a few fixes! Please try it out and let us know if you face issues! 🚀

Changelog

Fixed

  • #7634 Rule: fix Query and Alertmanager TLS configurations with CA only.
  • #7618 Proxy: Query goroutine leak when store.response-timeout is set

v0.36.0 is out now!

Thank you to all contributors who have contributed to this release. It wouldn't be possible without you!

Please try it out and let us know if you find any issues! 🚀

Changelog

Fixed

  • #7326 Query: fixing exemplars proxy when querying stores with multiple tenants.
  • #7403 Sidecar: fix startup sequence
  • #7484 Proxy: fix panic in lazy response set

Added

  • #7317 Tracing: allow specifying resource attributes for the OTLP configuration.
  • #7367 Store Gateway: log request ID in request logs.
  • #7361 Query: breaking ⚠️ pass query stats from remote execution from server to client. We changed the protobuf of the QueryAPI, if you use query.mode=distributed you need to update your client (upper level Queriers) first, before updating leaf Queriers (servers).
  • #7363 Query-frontend: set value of remote_user field in Slow Query Logs from HTTP header
  • #7335 Dependency: Update minio-go to v7.0.70 which includes support for EKS Pod Identity.
  • #7477 *: Bump objstore to 20240622095743-1afe5d4bc3cd

Changed

  • #7334 Compactor: do not vertically compact downsampled blocks. Such cases are now marked with no-compact-mark.json. Fixes panic panic: unexpected seriesToChunkEncoder lack of iterations.
  • #7393 *: breaking ⚠️ Using native histograms for grpc middleware metrics. Metrics grpc_client_handling_seconds and grpc_server_handling_seconds will now be native histograms, if you have enabled native histogram scraping you will need to update your PromQL expressions to use the new metric names.

New Contributors

Full Changelog: thanos-io/thanos@v0.35.1...v0.36.0

v0.36.0-rc.1

The second release candidate of v0.36.0 is out!

... (truncated)

Changelog

Sourced from github.com/thanos-io/thanos's changelog.

v0.36.1

Fixed

  • #7634 Rule: fix Query and Alertmanager TLS configurations with CA only.
  • #7618 Proxy: Query goroutine leak when store.response-timeout is set

Added

Changed

Removed

v0.36.0

Fixed

  • #7326 Query: fixing exemplars proxy when querying stores with multiple tenants.
  • #7403 Sidecar: fix startup sequence
  • #7484 Proxy: fix panic in lazy response set
  • #7493 *: fix server grpc histograms

Added

  • #7317 Tracing: allow specifying resource attributes for the OTLP configuration.
  • #7367 Store Gateway: log request ID in request logs.
  • #7361 Query: breaking ⚠️ pass query stats from remote execution from server to client. We changed the protobuf of the QueryAPI, if you use query.mode=distributed you need to update your client (upper level Queriers) first, before updating leaf Queriers (servers).
  • #7363 Query-frontend: set value of remote_user field in Slow Query Logs from HTTP header
  • #7335 Dependency: Update minio-go to v7.0.70 which includes support for EKS Pod Identity.
  • #7477 *: Bump objstore to 20240622095743-1afe5d4bc3cd

Changed

  • #7334 Compactor: do not vertically compact downsampled blocks. Such cases are now marked with no-compact-mark.json. Fixes panic panic: unexpected seriesToChunkEncoder lack of iterations.
  • #7393 *: breaking ⚠️ Using native histograms for grpc middleware metrics. Metrics grpc_client_handling_seconds and grpc_server_handling_seconds will now be native histograms, if you have enabled native histogram scraping you will need to update your PromQL expressions to use the new metric names.

Removed

v0.35.1 - 28.05.2024

Fixed

  • #7323 Sidecar: wait for prometheus on startup
  • #6948 Receive: fix goroutines leak during series requests to thanos store api.
  • #7382 *: Ensure objstore flag values are masked & disable debug/pprof/cmdline
  • #7392 Query: fix broken min, max for pre 0.34.1 sidecars
  • #7373 Receive: Fix stats for remote write
  • #7318 Compactor: Recover from panic to log block ID

Added

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 19, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/thanos-io/thanos-0.36.1 branch from ae5daff to 4562a3b Compare September 4, 2024 21:28
@pull-request-size pull-request-size bot added size/S and removed size/XS labels Sep 4, 2024
@yeya24
Copy link
Contributor

yeya24 commented Sep 4, 2024

https://github.com/dependabot rebase

Bumps [github.com/thanos-io/thanos](https://github.com/thanos-io/thanos) from 0.35.2-0.20240722172812-990a60b72647 to 0.36.1.
- [Release notes](https://github.com/thanos-io/thanos/releases)
- [Changelog](https://github.com/thanos-io/thanos/blob/main/CHANGELOG.md)
- [Commits](https://github.com/thanos-io/thanos/commits/v0.36.1)

---
updated-dependencies:
- dependency-name: github.com/thanos-io/thanos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/thanos-io/thanos-0.36.1 branch from 4562a3b to 0817153 Compare September 4, 2024 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant