Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: WizTelemetry/whizard

v0.10.3

30 Jul 06:06
@frezes frezes
c374786
This commit was signed with the committer’s verified signature.
frezes Junhao Zhang
GPG key ID: 66AADC50E205F98F
Verified
Learn about vigilant mode.

Choose a tag to compare

v0.10.3 / 2025年07月30日

Enhancements

  • Optimize query endpoint service discovery and alleviate the DNS resolution issue when the cluster coreDNS upstream query times out by @frezes in #708

Full Changelog: v0.10.2...v0.10.3

Contributors

frezes
Assets 2
Loading

v0.10.2

01 Apr 10:21
@junotx junotx

Choose a tag to compare

What's Changed

  • fix rulerTemplateSpec not applied in mapRuleToRuler by @junotx in #670

Full Changelog: v0.10.1...v0.10.2

Contributors

junotx
Loading

v0.10.0

07 Apr 14:06
@release-drafter release-drafter

Choose a tag to compare

v0.10.0 / 2024年04月07日

Features

  • Add whizard-crds charts (#480) @frezes
  • Add upgrade crds hook and stripped down crds (#476) @frezes
  • Add a built-in user of the gateway when authentication is enabled (#451) @frezes
  • Add post-delete hook and update whizard helm charts (#435) @frezes
  • Get config form ServiceCR and remove MonitoringOptions in whizard-config (#425) @frezes
  • Complete the service configuration (#423) @frezes
  • Add container customization (#415) @junotx
  • Change disableAlertingRulesAutoSelection default to be true (#457) @junotx
  • Support to disable auto select alerting rules in tenant ruler (#414) @junotx
  • Supports authentication of external data sources (#404) @frezes
  • Add a built-in query UI to the gateway (#397) @frezes

Enhancements

  • Update whizard-controller-manager resource limits (#486) @frezes
  • Upgrade thanos version to v0.34.1 (#481) @frezes
  • Update servicemonitors (#472) @junotx
  • Update cortex-tenant version (#461) @frezes
  • Add setting global.imageRegistry and global.nodeSelector in the helm values (#460) @frezes
  • Refactor access external datasource (#450) @frezes
  • Refactor tls configuration support and remove envoy sidecar (#441) @frezes
  • Set a default tsdb volume if not specified (#434) @junotx
  • Add separator to crds (#496) @junotx

Bugfixes

Other changes

Full Changelog: v0.9.0...v0.10.0

Contributors

frezes, dependabot, and junotx
Loading
benjaminhuo reacted with thumbs up emoji benjaminhuo reacted with hooray emoji benjaminhuo reacted with rocket emoji
1 person reacted

v0.10.0-rc.0

06 Feb 10:38
@benjaminhuo benjaminhuo

Choose a tag to compare

v0.10.0-rc.0 Pre-release
Pre-release

What's Changed

Other changes

Full Changelog: v0.9.0...v0.9.1

Contributors

benjaminhuo, frezes, and 2 other contributors
Loading

v0.9.0

22 Sep 02:18
@benjaminhuo benjaminhuo
795e8e7
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Features

  • Add promqlEngine switch and the default is thanos(#366)
  • Add helm lint and test (#338)
  • Gateway supports server-side basic_auth authentication configuration(#332)
  • Add persistentVolumeClaimRetentionPolicy config(#330)
  • Add securityContext (#329)
  • Add genSignedCert in charts(#316)
  • Add time partition support(#311)
  • Gateway supports tenant access control(#310)
  • Gateway enhancement and refactor(#310)

ENHANCEMENT

  • Upgrade thanos version to v0.32.2(#335)
  • Fix dependabot security alerts(#329)
  • Upgrade go version to 1.21(#306)

Bugfix

  • Fix rulerOptions missing dataVolume (#356)
  • Add ruler emptyDir volume mount (#352)
  • Fix bug to add emptyDir volume(#340, #350)

Full Changelog: v0.8.0...v0.9.0

Loading

v0.9.0-rc.0

07 Sep 08:54
@release-drafter release-drafter
e1fe55e
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

v0.9.0-rc.0 Pre-release
Pre-release

What's Changed

FEATURES

  • Gateway supports server-side basic_auth authentication configuration(#332)
  • Add persistentVolumeClaimRetentionPolicy config(#330)
  • Add securityContext (#329)
  • Add genSignedCert in charts(#316)
  • Add time partition support(#311)
  • Gateway supports tenant access control(#310)
  • Gateway enhancement and refactor(#310)

ENHANCEMENT

  • Upgrade thanos version to v0.32.2(#335)
  • Fix dependabot security alerts(#329)
  • Upgrade go version to 1.21(#306)
  • sort tenants to avoid unnessary update to cleanup container (#315)

Other changes

Full Changelog: v0.8.0...v0.9.0-rc.0

Contributors

benjaminhuo and frezes
Loading
benjaminhuo reacted with thumbs up emoji
1 person reacted

v0.8.0

07 Aug 09:52
@junotx junotx

Choose a tag to compare

FEATURES

  • Support external remote write and query (#290)

ENHANCEMENT

  • Gateway: Replace tenant matcher of query param for query api (#297)
  • Optimize ingester data cleanup when a tenant is deleted (#291)
  • Optimize transport parameters for agent proxy component (#286)

BUGFIX

  • Fix values config in the chart (#292)
Loading

v0.8.0-rc.0

27 Jul 06:05
@junotx junotx

Choose a tag to compare

v0.8.0-rc.0 Pre-release
Pre-release

FEATURES

  • Support external remote write and query (#290)

ENHANCEMENT

  • Optimize ingester data cleanup when a tenant is deleted (#291)
  • Optimize transport parameters for agent proxy component (#286)

BUGFIX

  • Fix values config in the chart (#292)
Loading

v0.7.0

30 Jun 10:31
@frezes frezes

Choose a tag to compare

FEATURES

  • Allow to override --query flag for global ruler to query external data sources(#277)
  • Components support https configuration(#264)
  • Gateway supports tls configuration for downstream services(#263)

BUGFIX

  • Ruler watches router(#276)
  • Remove alpn_protocols in envoy config(#275)
  • Fix ruler name conflicts (#265)
  • Fixed ruler name being too long(#250)
  • Optionally deploy Store HPA(#246)
  • Degrade Thanos Query to v0.30.2(#252)

ENHANCEMENT

  • Add cherry pick action in CI(#247)
  • Add --tsdb.out-of-order.time-window=10m flag to ingester(#252)
Loading

v0.6.2

12 May 04:22
@junotx junotx
6380454
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Features

  • Support to configure imagePullSecrets for private registry(#241)
Loading
Previous 1
Previous

AltStyle によって変換されたページ (->オリジナル) /