Update ghcr.io/thanos-community/helm-charts/thanos Docker tag to v0.33.0 #59

Merged
matthias merged 1 commits from renovate/ghcr.io-thanos-community-helm-charts-thanos-0.x into main 2026-08-11 09:04:22 +00:00
Owner

This PR contains the following updates:

Package Update Change
ghcr.io/thanos-community/helm-charts/thanos (source) minor 0.32.00.33.0

Release Notes

thanos-io/thanos (ghcr.io/thanos-community/helm-charts/thanos)

v0.33.0

Compare Source

Fixed
  • #​6817 Store Gateway: fix matchersToPostingGroups label values variable got shadowed bug.
Added
  • #​6891 Objstore: Bump objstore which adds support for Azure Workload Identity.
  • #​6605 Query Frontend: Support vertical sharding binary expression with metric name when no matching labels specified.
  • #​6308 Ruler: Support configuration flag that allows customizing template for alert message.
  • #​6760 Query Frontend: Added TLS support in --query-frontend.downstream-tripper-config and --query-frontend.downstream-tripper-config-file
  • #​7004 Query Frontend: Support documented auto discovery for memcached
  • #​6749 Store Gateway: Added thanos_store_index_cache_fetch_duration_seconds histogram for tracking latency of fetching data from index cache.
  • #​6690 Store: breaking ⚠️ Add tenant label to relevant exported metrics. Note that this change may cause some pre-existing dashboard queries to be incorrect due to the added label.
  • #​6530 / #​6690 Query: Add command line arguments for configuring tenants and forward tenant information to Store Gateway.
  • #​6765 Index Cache: Add enabled_items to index cache config to selectively cache configured items. Available item types are Postings, Series and ExpandedPostings.
  • #​6773 Index Cache: Add ttl to control the ttl to store items in remote index caches like memcached and redis.
  • #​6794 Query: breaking ⚠️ Add tenant label to relevant exported metrics. Note that this change may cause some pre-existing custom dashboard queries to be incorrect due to the added label.
  • #​6847 Store: Add thanos_bucket_store_indexheader_download_duration_seconds and thanos_bucket_store_indexheader_load_duration_seconds metrics for tracking latency of downloading and initializing the index-header.
Changed
  • #​6698 Receive: Change write log level from warn to info.
  • #​6753 mixin(Rule): breaking ⚠️ Fixed the mixin rules with duplicate names and updated the promtool version from v0.37.0 to v0.47.0
  • #​6772 *: Bump prometheus to v0.47.2-0.20231006112807-a5a4eab679cc
  • #​6794 Receive: the exported HTTP metrics now uses the specified default tenant for requests where no tenants are found.
  • #​6651 *: Update go_grpc_middleware to v2.0.0. Remove Tags Interceptor from Thanos. Tags interceptor is removed from v2.0.0 go-grpc-middleware and is not needed anymore.
Removed
  • #​6686 Remove deprecated --log.request.decision flag. We now use --request.logging-config to set logging decisions.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/thanos-community/helm-charts/thanos](https://thanos.io/) ([source](https://github.com/thanos-io/thanos)) | minor | `0.32.0` → `0.33.0` | --- ### Release Notes <details> <summary>thanos-io/thanos (ghcr.io/thanos-community/helm-charts/thanos)</summary> ### [`v0.33.0`](https://github.com/thanos-io/thanos/blob/HEAD/CHANGELOG.md#v0330---18122023) [Compare Source](https://github.com/thanos-io/thanos/compare/v0.32.0...v0.33.0) ##### Fixed - [#&#8203;6817](https://github.com/thanos-io/thanos/pull/6817) Store Gateway: fix `matchersToPostingGroups` label values variable got shadowed bug. ##### Added - [#&#8203;6891](https://github.com/thanos-io/thanos/pull/6891) Objstore: Bump `objstore` which adds support for Azure Workload Identity. - [#&#8203;6605](https://github.com/thanos-io/thanos/pull/6605) Query Frontend: Support vertical sharding binary expression with metric name when no matching labels specified. - [#&#8203;6308](https://github.com/thanos-io/thanos/pull/6308) Ruler: Support configuration flag that allows customizing template for alert message. - [#&#8203;6760](https://github.com/thanos-io/thanos/pull/6760) Query Frontend: Added TLS support in `--query-frontend.downstream-tripper-config` and `--query-frontend.downstream-tripper-config-file` - [#&#8203;7004](https://github.com/thanos-io/thanos/pull/7004) Query Frontend: Support documented auto discovery for memcached - [#&#8203;6749](https://github.com/thanos-io/thanos/pull/6749) Store Gateway: Added `thanos_store_index_cache_fetch_duration_seconds` histogram for tracking latency of fetching data from index cache. - [#&#8203;6690](https://github.com/thanos-io/thanos/pull/6690) Store: *breaking :warning:* Add tenant label to relevant exported metrics. Note that this change may cause some pre-existing dashboard queries to be incorrect due to the added label. - [#&#8203;6530](https://github.com/thanos-io/thanos/pull/6530) / [#&#8203;6690](https://github.com/thanos-io/thanos/pull/6690) Query: Add command line arguments for configuring tenants and forward tenant information to Store Gateway. - [#&#8203;6765](https://github.com/thanos-io/thanos/pull/6765) Index Cache: Add `enabled_items` to index cache config to selectively cache configured items. Available item types are `Postings`, `Series` and `ExpandedPostings`. - [#&#8203;6773](https://github.com/thanos-io/thanos/pull/6773) Index Cache: Add `ttl` to control the ttl to store items in remote index caches like memcached and redis. - [#&#8203;6794](https://github.com/thanos-io/thanos/pull/6794) Query: *breaking :warning:* Add tenant label to relevant exported metrics. Note that this change may cause some pre-existing custom dashboard queries to be incorrect due to the added label. - [#&#8203;6847](https://github.com/thanos-io/thanos/pull/6847) Store: Add `thanos_bucket_store_indexheader_download_duration_seconds` and `thanos_bucket_store_indexheader_load_duration_seconds` metrics for tracking latency of downloading and initializing the index-header. ##### Changed - [#&#8203;6698](https://github.com/thanos-io/thanos/pull/6608) Receive: Change write log level from warn to info. - [#&#8203;6753](https://github.com/thanos-io/thanos/pull/6753) mixin(Rule): *breaking :warning:* Fixed the mixin rules with duplicate names and updated the promtool version from v0.37.0 to v0.47.0 - [#&#8203;6772](https://github.com/thanos-io/thanos/pull/6772) \*: Bump prometheus to v0.47.2-0.20231006112807-a5a4eab679cc - [#&#8203;6794](https://github.com/thanos-io/thanos/pull/6794) Receive: the exported HTTP metrics now uses the specified default tenant for requests where no tenants are found. - [#&#8203;6651](https://github.com/thanos-io/thanos/pull/6651) \*: Update go\_grpc\_middleware to v2.0.0. Remove Tags Interceptor from Thanos. Tags interceptor is removed from v2.0.0 go-grpc-middleware and is not needed anymore. ##### Removed - [#&#8203;6686](https://github.com/thanos-io/thanos/pull/6686) Remove deprecated `--log.request.decision` flag. We now use `--request.logging-config` to set logging decisions. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4yMy4wIiwidXBkYXRlZEluVmVyIjoiNDQuMjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
matthias added 1 commit 2026-08-11 09:04:18 +00:00
matthias scheduled this pull request to auto merge when all checks succeed 2026-08-11 09:04:18 +00:00
matthias merged commit cd62715c44 into main 2026-08-11 09:04:22 +00:00
matthias deleted branch renovate/ghcr.io-thanos-community-helm-charts-thanos-0.x 2026-08-11 09:04:22 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: homelab/rke2-single-node#59