Releases: WizTelemetry/whizard
Releases · WizTelemetry/whizard
v0.10.0
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
- Fix label values api (#458) @junotx
- Fix panic when remotequery is nil (#413) @junotx
- Fix invalid remote write address in ruler (#420) @junotx
Other changes
- Bump thanosio/thanos from v0.33.0 to v0.34.1 in /build/monitoring-block-manager (#470) @dependabot
- Bump actions/setup-go from 4 to 5 (#443) @dependabot
- Bump actions/cache from 3 to 4 (#444) @dependabot
- Bump actions/checkout from 3 to 4 (#445) @dependabot
- Bump k8s.io/klog/v2 from 2.110.1 to 2.120.1 (#448) @dependabot
- Bump release-drafter/release-drafter from 5 to 6 (#459) @dependabot
- Bump golang from 1.21.6 to 1.22.0 in /build/monitoring-agent-proxy (#462) @dependabot
- Bump helm/kind-action from 1.8.0 to 1.9.0 (#463) @dependabot
- Bump golang from 1.21.6 to 1.22.0 in /build/monitoring-block-manager (#464) @dependabot
- Bump golang from 1.21.6 to 1.22.0 in /build/monitoring-gateway (#465) @dependabot
- Bump golang from 1.21.6 to 1.22.0 in /build/controller-manager (#466) @dependabot
- Bump thanosio/thanos from v0.32.5 to v0.33.0 in /build/monitoring-block-manager (#416) @dependabot
- Bump k8s.io/apiextensions-apiserver from 0.28.4 to 0.29.1 (#439) @dependabot
- Bump k8s.io/apimachinery from 0.28.4 to 0.29.1 (#440) @dependabot
- Bump actions/setup-python from 4 to 5 (#408) @dependabot
- Bump actions/setup-go from 4 to 5 (#407) @dependabot
- Bump github.com/prometheus/common from 0.44.0 to 0.46.0 (#432) @dependabot
- Bump golang from 1.21.4 to 1.21.6 in /build/monitoring-block-manager (#433) @dependabot
- Bump golang from 1.21.4 to 1.21.6 in /build/monitoring-agent-proxy (#430) @dependabot
- Bump golang from 1.21.4 to 1.21.6 in /build/monitoring-gateway (#429) @dependabot
- Bump golang from 1.21.4 to 1.21.6 in /build/controller-manager (#428) @dependabot
- Bump docker/setup-buildx-action from 2 to 3 (#362) @dependabot
- Bump docker/setup-qemu-action from 2 to 3 (#361) @dependabot
- Bump docker/login-action from 2 to 3 (#360) @dependabot
- Upgrade dependencies (#398) @frezes
Full Changelog: v0.9.0...v0.10.0
v0.10.0-rc.0
What's Changed
Other changes
- update cortex-tenant version (#461) @frezes
- add setting global.imageRegistry and global.nodeSelector in the helm values (#460) @frezes
- fix label values api (#458) @junotx
- change disableAlertingRulesAutoSelection default to be true (#457) @junotx
- add a built-in user of the gateway when authentication is enabled (#451) @frezes
- refactor access external datasource (#450) @frezes
- fix ingester replicas bug (#442) @frezes
- refactor tls configuration support and remove envoy sidecar (#441) @frezes
- Bump thanosio/thanos from v0.32.5 to v0.33.0 in /build/monitoring-block-manager (#416) @dependabot
- Bump k8s.io/apiextensions-apiserver from 0.28.4 to 0.29.1 (#439) @dependabot
- Bump k8s.io/apimachinery from 0.28.4 to 0.29.1 (#440) @dependabot
- fix unittest (#438) @junotx
- Bump actions/setup-python from 4 to 5 (#408) @dependabot
- Bump actions/setup-go from 4 to 5 (#407) @dependabot
- add ci for test (#437) @junotx
- Revert "Bump github.com/prometheus/common from 0.44.0 to 0.46.0" (#436) @benjaminhuo
- Bump github.com/prometheus/common from 0.44.0 to 0.46.0 (#432) @dependabot
- Bump golang from 1.21.4 to 1.21.6 in /build/monitoring-block-manager (#433) @dependabot
- Bump golang from 1.21.4 to 1.21.6 in /build/monitoring-agent-proxy (#430) @dependabot
- Bump golang from 1.21.4 to 1.21.6 in /build/monitoring-gateway (#429) @dependabot
- Bump golang from 1.21.4 to 1.21.6 in /build/controller-manager (#428) @dependabot
- update whizard helm charts and add post-delete hook (#435) @frezes
- set a default tsdb volume if not specified (#434) @junotx
- add update-gofmt.sh and update-goimports.sh (#427) @frezes
- update default values (#426) @frezes
- get config form ServiceCR and remove MonitoringOptions in whizard-config (#425) @frezes
- complete the service configuration (#423) @frezes
- fix invalid remote write address in ruler (#420) @junotx
- add container customization (#415) @junotx
- support to disable auto select alerting rules in tenant ruler (#414) @junotx
- fix panic when remotequery is nil (#413) @junotx
- external data source auth (#404) @frezes
- Bump docker/setup-buildx-action from 2 to 3 (#362) @dependabot
- Bump docker/setup-qemu-action from 2 to 3 (#361) @dependabot
- Bump docker/login-action from 2 to 3 (#360) @dependabot
- upgrade dependencies (#398) @frezes
- Add a built-in query UI to the gateway (#397) @frezes
Full Changelog: v0.9.0...v0.9.1
v0.9.0
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
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
- draft v0.9.0-rc.0 release (#336) @frezes
- Adjust release drafter (#337) @benjaminhuo
- add release drafter config (#317) @benjaminhuo
Full Changelog: v0.8.0...v0.9.0-rc.0
v0.8.0
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
v0.7.0
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
v0.6.2
v0.6.1
v0.6.0
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)