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.20241011111532-af0900bfd290 to 0.36.1 in the thanos-dependencies group across 1 directory #17

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 27, 2024

Bumps the thanos-dependencies group with 1 update in the / directory: github.com/thanos-io/thanos.

Updates github.com/thanos-io/thanos from 0.35.2-0.20241011111532-af0900bfd290 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the thanos-dependencies group with 1 update in the / directory: [github.com/thanos-io/thanos](https://github.com/thanos-io/thanos).


Updates `github.com/thanos-io/thanos` from 0.35.2-0.20241011111532-af0900bfd290 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
  dependency-group: thanos-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 27, 2024
Copy link
Author

dependabot bot commented on behalf of github Oct 30, 2024

Looks like github.com/thanos-io/thanos is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Oct 30, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/thanos-dependencies-36c00e90e3 branch October 30, 2024 21:39
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants