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

feat(container): update thanos group #1824

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

Conversation

wyoa-bot[bot]
Copy link
Contributor

@wyoa-bot wyoa-bot bot commented Jan 11, 2024

This PR contains the following updates:

Package Update Change
quay.io/thanos/thanos minor v0.33.0 -> v0.37.2
thanos (source) minor 12.20.1 -> 12.23.1
thanos-io/thanos minor v0.33.0 -> v0.37.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bitnami/charts (thanos)

v12.23.1

v12.23.0

v12.22.1

v12.22.0

v12.21.1

v12.21.0

  • [bitnami/thanos] fix: 🔒 Improve podSecurityContext and containerSecurityContext with essential (c6fc750), closes #​22195

v12.20.4

v12.20.3

v12.20.2

thanos-io/thanos (thanos-io/thanos)

v0.37.2

Compare Source

Fixed
  • #​7970 Sidecar: Respect min-time setting.
  • #​7962 Store: Fix potential deadlock in hedging request.
Added
Changed
Removed

v0.37.1

Compare Source

Fixed
  • #​7674 Query-frontend: Fix connection to Redis cluster with TLS.
  • #​7945 Receive: Capnproto - use segment from existing message.
  • #​7941 Receive: Fix race condition when adding multiple new tenants, see issue-7892.
  • #​7954 Sidecar: Ensure limit param is positive for compatibility with older Prometheus.
  • #​7953 Query: Update promql-engine for subquery avg fix.
Added
Changed
Removed

v0.37.0

Compare Source

Fixed
  • #​7511 Query Frontend: fix doubled gzip compression for response body.
  • #​7592 Ruler: Only increment thanos_rule_evaluation_with_warnings_total metric for non PromQL warnings.
  • #​7614 *: fix debug log formatting.
  • #​7492 Compactor: update filtered blocks list before second downsample pass.
  • #​7658 Store: Fix panic because too small buffer in pool.
  • #​7643 Receive: fix thanos_receive_write_{timeseries,samples} stats
  • #​7644 fix(ui): add null check to find overlapping blocks logic
  • #​7674 Query-frontend: Fix connection to Redis cluster with TLS.
  • #​7814 Store: label_values: if matchers contain name=="something", do not add != "" to fetch less postings.
  • #​7679 Query: respect store.limit.* flags when evaluating queries
  • #​7821 Query/Receive: Fix coroutine leak introduced in https://github.com/thanos-io/thanos/pull/7796.
  • #​7843 Query Frontend: fix slow query logging for non-query endpoints.
  • #​7852 Query Frontend: pass "stats" parameter forward to queriers and fix Prometheus stats merging.
  • #​7832 Query Frontend: Fix cache keys for dynamic split intervals.
  • #​7885 Store: Return chunks to the pool after completing a Series call.
  • #​7893 Sidecar: Fix retrieval of external labels for Prometheus v3.0.0.
  • #​7903 Query: Fix panic on regex store matchers.
  • #​7915 Store: Close block series client at the end to not reuse chunk buffer
  • #​7941 Receive: Fix race condition when adding multiple new tenants, see issue-7892.
Added
  • #​7763 Ruler: use native histograms for client latency metrics.
  • #​7609 API: Add limit param to metadata APIs (series, label names, label values).
  • #​7429: Reloader: introduce TolerateEnvVarExpansionErrors to allow suppressing errors when expanding environment variables in the configuration file. When set, this will ensure that the reloader won't consider the operation to fail when an unset environment variable is encountered. Note that all unset environment variables are left as is, whereas all set environment variables are expanded as usual.
  • #​7560 Query: Added the possibility of filtering rules by rule_name, rule_group or file to HTTP api.
  • #​7652 Store: Implement metadata API limit in stores.
  • #​7659 Receive: Add support for replication using Cap'n Proto. This protocol has a lower CPU and memory footprint, which leads to a reduction in resource usage in Receivers. Before enabling it, make sure that all receivers are updated to a version which supports this replication method.
  • #​7853 UI: Add support for selecting graph time range with mouse drag.
  • #​7855 Compcat/Query: Add support for comma separated replica labels.
  • #​7654 *: Add '--grpc-server-tls-min-version' flag to allow user to specify TLS version, otherwise default to TLS 1.3
  • #​7854 Query Frontend: Add --query-frontend.force-query-stats flag to force collection of query statistics from upstream queriers.
  • #​7860 Store: Support hedged requests
  • #​7924 *: Upgrade promql-engine to v0.0.0-20241106100125-097e6e9f425a and objstore to v0.0.0-20241111205755-d1dd89d41f97
  • #​7835 Ruler: Add ability to do concurrent rule evaluations
  • #​7722 Query: Add partition labels flag to partition leaf querier in distributed mode
Changed
  • #​7494 Ruler: remove trailing period from SRV records returned by discovery dnsnosrva lookups
  • #​7567 Query: Use thanos resolver for endpoint groups.
  • #​7741 Deps: Bump Objstore to v0.0.0-20240913074259-63feed0da069
  • #​7813 Receive: enable initial TSDB compaction time randomization
  • #​7820 Sidecar: Use prometheus metrics for min timestamp
  • #​7886 Discovery: Preserve results from other resolve calls
  • #​7745 *: Build with Prometheus stringlabels tags
  • #​7669 Receive: Change quorum calculation for rf=2
Removed
  • #​7704 *: breaking ⚠️ remove Store gRPC Info function. This has been deprecated for 3 years, its time to remove it.
  • #​7793 Receive: Disable dedup proxy in multi-tsdb
  • #​7678 Query: Skip formatting strings if debug logging is disabled

v0.36.1

Compare Source

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

Compare Source

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

Compare Source

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
Changed
Removed

v0.35.0

Compare Source

Fixed
  • #​7083 Store Gateway: Fix lazy expanded postings with 0 length failed to be cached.
  • #​7080 Receive: race condition in handler Close() when stopped early
  • #​7132 Documentation: fix broken helm installation instruction
  • #​7134 Store, Compact: Revert the recursive block listing mechanism introduced in https://github.com/thanos-io/thanos/pull/6474 and use the same strategy as in 0.31. Introduce a --block-discovery-strategy flag to control the listing strategy so that a recursive lister can still be used if the tradeoff of slower but cheaper discovery is preferred.
  • #​7122 Store Gateway: Fix lazy expanded postings estimate base cardinality using posting group with remove keys.
  • #​7166 Receive/MultiTSDB: Do not delete non-uploaded blocks
  • #​7179 Query: Fix merging of query analysis
  • #​7224 Query-frontend: Add Redis username to the client configuration.
  • #​7220 Store Gateway: Fix lazy expanded postings caching partial expanded postings and bug of estimating remove postings with non existent value. Added PromQLSmith based fuzz test to improve correctness.
  • #​7225 Compact: Don't halt due to overlapping sources when vertical compaction is enabled
  • #​7244 Query: Fix Internal Server Error unknown targetHealth: "unknown" when trying to open the targets page.
  • #​7248 Receive: Fix RemoteWriteAsync was sequentially executed causing high latency in the ingestion path.
  • #​7271 Query: fixing dedup iterator when working on mixed sample types.
  • #​7289 Query Frontend: show warnings from downstream queries.
  • #​7308 Store: Batch TSDB Infos for blocks.
  • #​7301 Store Gateway: fix index header reader PostingsOffsets returning wrong values.
Added
  • #​7155 Receive: Add tenant globbing support to hashring config
  • #​7231 Tracing: added missing sampler types
  • #​7194 Downsample: retry objstore related errors
  • #​7105 Rule: add flag --query.enable-x-functions to allow usage of extended promql functions (xrate, xincrease, xdelta) in loaded rules
  • #​6867 Query UI: Tenant input box added to the Query UI, in order to be able to specify which tenant the query should use.
  • #​7186 Query UI: Only show tenant input box when query tenant enforcement is enabled
  • #​7175 Query: Add --query.mode=distributed which enables the new distributed mode of the Thanos query engine.
  • #​7199 Reloader: Add support for watching and decompressing Prometheus configuration directories
  • #​7200 Query: Add --selector.relabel-config and --selector.relabel-config-file flags which allows scoping the Querier to a subset of matched TSDBs.
  • #​7233 UI: Showing Block Size Stats
  • #​7256 Receive: Split remote-write HTTP requests via tenant labels of series
  • #​7269 Query UI: Show peak/total samples in query analysis
  • #​7280 *: Adding User-Agent to request logs
  • #​7219 Receive: add --remote-write.client-tls-secure and --remote-write.client-tls-skip-verify flags to stop relying on grpc server config to determine grpc client secure/skipVerify.
  • #​7297 *: mark as not queryable if status is not ready
  • #​7302 Considering the X-Forwarded-For header for the remote address in the logs.
  • #​7304 Store: Use loser trees for merging results
Changed
  • #​7123 Rule: Change default Alertmanager API version to v2.
  • #​7192 Rule: Do not turn off ruler even if resolving fails
  • #​7223 Automatic detection of memory limits and configure GOMEMLIMIT to match.
  • #​7283 Compact: breaking ⚠️ Replace group with resolution in compact downsample metrics to avoid cardinality explosion with large numbers of groups.
  • #​7305 Query|Receiver: Do not log full request on ProxyStore by default.
Removed

v0.34.1

Compare Source

Fixed
Added
Changed
Removed

v0.34.0

Compare Source

Fixed
  • #​7011 Query Frontend: queries with negative offset should check whether it is cacheable or not.
  • #​6874 Sidecar: fix labels returned by 'api/v1/series' in presence of conflicting external and inner labels.
  • #​7009 Rule: Fix spacing error in URL.
  • #​7082 Stores: fix label values edge case when requesting external label values with matchers
  • #​7114 Stores: fix file path bug for minio v7.0.61
Added
  • #​6756 Query: Add query.enable-tenancy & query.tenant-label-name options to allow enforcement of tenancy on the query path, by injecting labels into queries (uses prom-label-proxy internally).
  • #​6944 Receive: Added a new flag for maximum retention bytes.
  • #​6891 Objstore: Bump objstore which adds support for Azure Workload Identity.
  • #​6453 Sidecar: Added --reloader.method to support configuration reloads via SIHUP signal.
  • #​6925 Store Gateway: Support float native histogram.
  • #​6954 Index Cache: Support tracing for fetch APIs.
  • #​6943 Ruler: Added keep_firing_for field in alerting rule.
  • #​6972 Store Gateway: Apply series limit when streaming series for series actually matched if lazy postings is enabled.
  • #​6984 Store Gateway: Added --store.index-header-lazy-download-strategy to specify how to lazily download index headers when lazy mmap is enabled.
  • #​6887 Query Frontend: 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.
  • #​7028 Query|Query Frontend: Add new --query-frontend.enable-x-functions flag to enable experimental extended functions.
  • #​6884 Tools: Add upload-block command to upload blocks to object storage.
  • #​7010 Cache: Added set_async_circuit_breaker_* to utilize the circuit breaker pattern for dynamically thresholding asynchronous set operations.
Changed
  • #​6539 Store: breaking ⚠️ Changed --sync-block-duration default 3m to 15m.
Removed
  • #​7014 *: breaking ⚠️ Removed experimental query pushdown feature to simplify query path. This feature has had high complexity for too little benefits. The responsibility for query pushdown will be moved to the distributed mode of the new 'thanos' promql engine.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@wyoa-bot wyoa-bot bot requested a review from jr0dd as a code owner January 11, 2024 00:05
@wyoa-bot wyoa-bot bot added renovate/container type/patch size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Jan 11, 2024
@wyoa-bot
Copy link
Contributor Author

wyoa-bot bot commented Jan 11, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ YAML yamllint 3 0 0.26s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@wyoa-bot wyoa-bot bot force-pushed the renovate/thanos branch from 2ed7069 to 3e53275 Compare January 11, 2024 12:03
@wyoa-bot wyoa-bot bot changed the title fix(container): update image thanos to v12.20.2 fix(container): update image thanos to v12.20.3 Jan 12, 2024
@wyoa-bot wyoa-bot bot force-pushed the renovate/thanos branch 7 times, most recently from 3c02b1a to 554bb7c Compare January 15, 2024 04:03
@wyoa-bot wyoa-bot bot changed the title fix(container): update image thanos to v12.20.3 fix(container): update image thanos to v12.20.4 Jan 15, 2024
@wyoa-bot wyoa-bot bot force-pushed the renovate/thanos branch 2 times, most recently from 479e349 to fefeb20 Compare January 16, 2024 08:02
@wyoa-bot wyoa-bot bot changed the title fix(container): update image thanos to v12.20.4 feat(container): update image thanos to v12.21.0 Jan 16, 2024
@wyoa-bot wyoa-bot bot force-pushed the renovate/thanos branch 6 times, most recently from 88158e8 to 80bfb7b Compare January 18, 2024 06:04
@wyoa-bot wyoa-bot bot changed the title feat(container): update image thanos to v12.21.0 feat(container): update image thanos to v12.21.1 Jan 19, 2024
@wyoa-bot wyoa-bot bot force-pushed the renovate/thanos branch 4 times, most recently from 2083f2c to 1ec2a0e Compare January 20, 2024 14:03
@wyoa-bot wyoa-bot bot force-pushed the renovate/thanos branch 6 times, most recently from e53412b to 22dd3fa Compare December 2, 2024 04:12
@wyoa-bot wyoa-bot bot force-pushed the renovate/thanos branch 8 times, most recently from 7a78e6a to b4bfb76 Compare December 11, 2024 12:13
@wyoa-bot wyoa-bot bot force-pushed the renovate/thanos branch 9 times, most recently from 19efcfd to 8b1e12e Compare December 21, 2024 04:12
@wyoa-bot wyoa-bot bot force-pushed the renovate/thanos branch 5 times, most recently from 17c8e36 to 0a18cf8 Compare December 26, 2024 20:10
| datasource      | package                                   | from    | to      |
| --------------- | ----------------------------------------- | ------- | ------- |
| docker          | quay.io/thanos/thanos                     | v0.33.0 | v0.37.2 |
| docker          | registry-1.docker.io/bitnamicharts/thanos | 12.20.1 | 12.23.1 |
| github-releases | thanos-io/thanos                          | v0.33.0 | v0.37.2 |
@wyoa-bot wyoa-bot bot force-pushed the renovate/thanos branch from 0a18cf8 to ec948b6 Compare December 28, 2024 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/container size/S Denotes a PR that changes 10-29 lines, ignoring generated files. type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants