Releases: pyrra-dev/pyrra
Releases · pyrra-dev/pyrra
v0.8.0 - 2024-11-20
Highlights
What's Changed
- CI: add job to check Jsonnet by @squat in #957
- Fix invalid PrometheusRule when adding grouping to a ratio indicator by @LukeDAtkinson in #1021
- jsonnet/pyrra: Add prometheusURL configuration option by @bison in #1067
- slo: fix ratio burnrate recording rules with regexp matchers by @abestel in #1053
- Fix the display of the "Errors" panel in the SLO detail dashboard by @LukeDAtkinson in #1022
- allow SLOMetricAbsent alert name to be configurable by @sepulworld in #1041
- Fix typo in k8s example readme by @yairst in #1162
- webhook: fix panic on unexpected parser expression by @squat in #1182
- Give proper command to show help by @bbrandt in #1184
- fix(examples,grafana): correct dashboards for Grafana 10.X by @sebastiangaiser in #1174
- fix(slos): Use apiserver_request_sli.* metrics by @adinhodovic in #1208
- fix: stringify pyrra_window expression by @abestel in #1234
- fix(docker-compose): minor changes by @ntk148v in #1216
- fix(slos): BoolGauge promql expr should not be multiplied by 100 by @alexberry in #1255
- Update to Go 1.23 by @metalmatze in #1249
- link configMapMode parameter by @pgmrey in #1177
New Contributors
- @Rohlik made their first contribution in #951
- @LukeDAtkinson made their first contribution in #1021
- @bison made their first contribution in #1067
- @sepulworld made their first contribution in #1041
- @yairst made their first contribution in #1162
- @bbrandt made their first contribution in #1184
- @sebastiangaiser made their first contribution in #1174
- @adinhodovic made their first contribution in #1208
- @CEikermann made their first contribution in #1245
- @ntk148v made their first contribution in #1216
- @alexberry made their first contribution in #1255
- @msvechla made their first contribution in #1221
- @pgmrey made their first contribution in #1177
Full Changelog: v0.7.7...v0.8.0
This release is brought to you from 11891m (39017ft) with 1022km/h (635mph) above the UK approaching Amsterdam coming back from Salt Lake City KubeCon.
v0.7.7 - 2024-06-29
What's Changed
- Round target to 5 decimal points by @metalmatze in #1202 fix for #1197
Full Changelog: v0.7.6...v0.7.7
v0.7.6 - 2024-05-23
v0.7.5 - 2024-04-10
What's Changed
- ui: RequestsGraph shows absolute and relative data by @metalmatze in #1137
Full Changelog: v0.7.4...v0.7.5
v0.7.4 - 2024-02-21
v0.7.3 - 2024-02-04
What's Changed
- Fix invalid PrometheusRule when adding grouping to a ratio indicator (generic rules) by @LukeDAtkinson in #1021
Thanks @LukeDAtkinson! 🏆
Full Changelog: v0.7.2...v0.7.3
v0.7.2 - 2023-12-06
What's Changed
- Run missing
make examples
by @metalmatze in #933 - Fix Reconciliation errors when PromRule/ConfigMap doesn't exist by @ArthurSens in #993
Thanks @ArthurSens! 🏆
Full Changelog: v0.7.1...v0.7.2
v0.7.1 - 2023-09-30
What's Changed
- Fix the CRD missing the absent and burnrates booleans by @metalmatze in #927
Full Changelog: v0.7.0...v0.7.1
v0.7.0 - 2023-09-25
Highlights
- List page with improved table experience in #852
- Prometheus native histograms as SLI indicators in #711
- Support for disabling burnrates and absent alerts individually in #879
- Kubernetes validation webhooks to controller in #799
- Kubernetes SLO resource's status are updated in #801
- Validation of config files with the filesystem component in #800
- Enhancements and fixes for generic rules for e.g. Grafana dashboards
- Move to jsonnet-based configs to be consumed by kube-prometheus #915
- Migrate OpenShift examples to jsonnet generated manifests and run with mTLS #920
What's Changed
- Add support for latency SLOs with Prometheus native histograms by @metalmatze in #711
- feat: propgate custom labels to generic rules by @akselleirv in #744
- ui: Extract tiles into separate components by @metalmatze in #760
- fix(filesystem): only watch for files with the .yaml extension by @BradErz in #747
- fix some typos by @cuishuang in #774
- feat: adding --log-format and --log-level as global flags by @BradErz in #778
- fix: remove useless conditionals by @achetronic in #782
- doc: additional information on generic-rules by @dotdc in #789
- fix: typos and doc fixes in crds by @dotdc in #802
- kubernetes: Add validation webhook server to controller by @metalmatze in #799
- filesystem: First validate objectives by @metalmatze in #800
- feat: Add exhaustion label to alerts by @achetronic in #787
- Kubernetes: Update SLO resource's status by @metalmatze in #801
- Don't pin the golangci-lint version by @metalmatze in #827
- kubernetes/api: Add validation for latency indicators by @metalmatze in #825
- kubernetes/api: Add validation for latencyNative indicators by @metalmatze in #835
- Update node-version by @metalmatze in #853
- Generic Rules for Bool Gauge SLOs by @abestel in #849
- React-table type error fix by @manojVivek in #862
- Refactor List table to use react-table by @metalmatze in #852
- Add validation for BoolGauge indicators by @metalmatze in #871
- Add burnrate and absent alerting configuration by @metalmatze in #879
- ui: Add option to make graphs absolute or relative by @metalmatze in #880
- ui: Improve the scale buttons on the detail page by @metalmatze in #889
New Contributors
- @akselleirv made their first contribution in #744
- @BradErz made their first contribution in #747
- @cuishuang made their first contribution in #774
- @achetronic made their first contribution in #782
- @dotdc made their first contribution in #789
Full Changelog: v0.6.4...v0.7.0
v0.7.0-rc.3 - 2023-09-23
Highlights
- List page with improved table experience in #852
- Prometheus native histograms as SLI indicators in #711
- Support for disabling burnrates and absent alerts individually in #879
- Kubernetes validation webhooks to controller in #799
- Kubernetes SLO resource's status are updated in #801
- Validation of config files with the filesystem component in #800
- Enhancements and fixes for generic rules for e.g. Grafana dashboards
- Move to jsonnet-based configs to be consumed by kube-prometheus #915
- Migrate OpenShift examples to jsonnet generated manifests and run with mTLS #920
What's Changed
- Add support for latency SLOs with Prometheus native histograms by @metalmatze in #711
- feat: propgate custom labels to generic rules by @akselleirv in #744
- ui: Extract tiles into separate components by @metalmatze in #760
- fix(filesystem): only watch for files with the .yaml extension by @BradErz in #747
- fix some typos by @cuishuang in #774
- feat: adding --log-format and --log-level as global flags by @BradErz in #778
- fix: remove useless conditionals by @achetronic in #782
- doc: additional information on generic-rules by @dotdc in #789
- fix: typos and doc fixes in crds by @dotdc in #802
- kubernetes: Add validation webhook server to controller by @metalmatze in #799
- filesystem: First validate objectives by @metalmatze in #800
- feat: Add exhaustion label to alerts by @achetronic in #787
- Kubernetes: Update SLO resource's status by @metalmatze in #801
- Don't pin the golangci-lint version by @metalmatze in #827
- kubernetes/api: Add validation for latency indicators by @metalmatze in #825
- kubernetes/api: Add validation for latencyNative indicators by @metalmatze in #835
- Update node-version by @metalmatze in #853
- Generic Rules for Bool Gauge SLOs by @abestel in #849
- React-table type error fix by @manojVivek in #862
- Refactor List table to use react-table by @metalmatze in #852
- Add validation for BoolGauge indicators by @metalmatze in #871
- Add burnrate and absent alerting configuration by @metalmatze in #879
- ui: Add option to make graphs absolute or relative by @metalmatze in #880
- ui: Improve the scale buttons on the detail page by @metalmatze in #889
New Contributors
- @akselleirv made their first contribution in #744
- @BradErz made their first contribution in #747
- @cuishuang made their first contribution in #774
- @achetronic made their first contribution in #782
- @dotdc made their first contribution in #789
Full Changelog: v0.6.4...v0.7.0