Skip to content

Releases: WizTelemetry/whizard

v0.10.0

07 Apr 14:06
Compare
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

v0.10.0-rc.0

06 Feb 10:38
Compare
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

v0.9.0

22 Sep 02:18
795e8e7
Compare
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

v0.9.0-rc.0

07 Sep 08:54
e1fe55e
Compare
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

v0.8.0

07 Aug 09:52
Compare
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)

v0.8.0-rc.0

27 Jul 06:05
Compare
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)

v0.7.0

30 Jun 10:31
Compare
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)

v0.6.2

12 May 04:22
6380454
Compare
Choose a tag to compare

Features

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

v0.6.1

21 Apr 07:22
Compare
Choose a tag to compare

BUGFIX

  • Donot copy all labels of custom resources to managed workloads to fix that managed workloads cannot be upgraded(#230)
  • Fix object storage config in chart(#231)

v0.6.0

14 Apr 03:06
88b1771
Compare
Choose a tag to compare

Features

  • Optimize tenant data cleaning on ingester(#182)
  • Add tenant selector in store(#171)
  • Allow tenants to monopolize resources(#170)

ENHANCEMENT

  • Allows global configuration to update compactor.retention(#186)
  • Adjust ingester retention period(#185)
  • Upgrade dependencies(#188, #157, #208)
  • Update charts(#187, #162)
  • Support mutil-arch image build(#136)
  • Upgrade Thanos to v0.31.0(#208)
  • Update Ruler to query from QueryFrontend with a higher performance than Query(#211)

BUGFIX

  • Fix tls secret volume mount in storage component(#183)
  • Fix mapstructure decode bugs and add config unit test(#137)
  • Fix override method bugs and add options unit test(#160)
  • Fix resources config parse and override error (#208)