Skip to content

Upgrade thanos-query and thanos-query-frontend to v0.26

Pierre Guinoiseau requested to merge pguinoiseau/thanos-query-v0.26 into master

Issue: https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/15790

Last part of the v0.26 upgrade:

  • Upgrade thanos-query and thanos-query-frontend in ops to v0.26.0
  • Update tracing configuration to use GOOGLE_CLOUD instead of STACKDRIVER, deprecated in v0.26.0:

    #4838 Tracing: Chanced client for Stackdriver which deprecated "type: STACKDRIVER" in tracing YAML configuration. Use type: GOOGLE_CLOUD instead (STACKDRIVER type remains for backward compatibility).

    -- https://github.com/thanos-io/thanos/releases/tag/v0.26.0

  • Update thanos-query flags to use --endpoint instead of --store, deprecated in v0.24.0:

    #4282 Query: breaking ️ Add --endpoint flag to the querier. The --store flag will eventually be replaced.

    -- https://github.com/thanos-io/thanos/releases/tag/v0.24.0

Tested successfully in ops-stg with !397 (merged).

Merge request reports