Releases: robusta-dev/robusta
0.10.15-alpha.2
What's Changed
- KRR scan action by @LeaveMyYard in #833
- Add krr_scan to light actions by @LeaveMyYard in #834
Full Changelog: 0.10.15-alpha.1...0.10.15-alpha.2
0.10.15-alpha.1
What's Changed
- allow additional env vars on forwarder by @arikalon1 in #796
- string concatenation bug by @arikalon1 in #798
- Pvs source missing patch fix by @Avi-Robusta in #806
- Added better error text for the list-dir cli by @ganeshrvel in #807
- Discovery total fix by @Avi-Robusta in #797
- Explaining prometheus retention period by @Sheeproid in #813
- removed job support for pod count by @Avi-Robusta in #812
- Added better error text for playbook action error by @ganeshrvel in #805
- use same name as class variable by @RoiGlinik in #816
- pod_status_silencer - silence alerts based on pod status. (For exampl… by @arikalon1 in #808
- Related pods bug fix by @RoiGlinik in #817
- Feature/better error cla cleaned by @ganeshrvel in #821
- file_sink with json support by @pablos44 in #809
- Improve support for running robusta locally by @aantn in #815
- Added cluster node hourly usage count by @ganeshrvel in #800
- File sink fixes and docs by @pablos44 in #822
- add liveness probe to the runner (check discovery health) by @arikalon1 in #825
- returning error result by @Avi-Robusta in #818
- added list_resource_names action by @arikalon1 in #826
- Imagepull backoff improvements by @Avi-Robusta in #777
- Aggregated api enricher by @Avi-Robusta in #803
- Hpa support by @Avi-Robusta in #811
- Node playbooks improvements by @Avi-Robusta in #780
- log enricher regex + PrometheusRuleFailures playbook by @Avi-Robusta in #792
- Additional playbooks by @Avi-Robusta in #778
- added check for requests in node_pods_capacity_enricher by @Avi-Robusta in #828
- If prometheus or alertmanager configured without
http(s)
add `http:… by @arikalon1 in #830 - Scan recommendations by @RoiGlinik in #827
- fix scheduler bug by @arikalon1 in #831
New Contributors
Full Changelog: 0.10.14...0.10.15-alpha.1
0.10.14
New Developments
Noise Reduction
We dramatically reduced false alerts. We tested and tuned alerts on GKE, EKS, AKS, CIVO, DigitalOcean, OpenShift and several other providers.
Have a noisy alert that we missed? Email support@robusta.dev with the title WTN (Why The Noise) and attach the details of the noisy alert and we will work on ways to help you.
What's Changed
- Silencing noisy alerts by @Avi-Robusta in #749
- Bugfix robusta-cli by @ganeshrvel in #774
- Improved Matermost and Telegram sink appearance by @ganeshrvel in #781 #775
- Added container information to playbook related_pods by @RoiGlinik in #752
- Add Telegram message threads (topics) support by @NeonSludge in #790
- Hpa playbooks fixes by @Avi-Robusta in #787 #786
- Fixed prometheus discovery bug by @Avi-Robusta in #793
Community Contributors
New Contributors
- @NeonSludge made their first contribution in #790
Full Changelog: 0.10.13...0.10.14
0.10.14-alpha.2
added missing version (#794)
0.10.14-alpha.1
What's Changed
- draft new sink page for Robusta ui by @RoiGlinik in #764
- Cluster provider: Detecting, Silencing + Enriching by @Avi-Robusta in #749
- Added support text change by @ganeshrvel in #767
- Pagerduty contact section changes by @ganeshrvel in #769
- Added robusta.dev App Integration updates by @ganeshrvel in #770
- Typo fixed by @ganeshrvel in #772
- Enhancement: Added - 'The account name you entered is already in use.… by @ganeshrvel in #774
- fixed the incorrect icon/line color for resolved issues by @ganeshrvel in #775
- add error response with error code by @RoiGlinik in #782
- Updated Jira sink by @pavangudiwada in #779
- Provider discovery fix by @Avi-Robusta in #785
- fixed mattermost color block bug by @ganeshrvel in #781
- average calculation precentage fixed by @Avi-Robusta in #786
- add option to run the test manually by @RoiGlinik in #788
- Fix GitHub test action by @RoiGlinik in #789
- Related pods add containers by @RoiGlinik in #752
- add provider remove node sections by @RoiGlinik in #791
- Add Telegram message threads (topics) support by @NeonSludge in #790
- Hpa message fix by @Avi-Robusta in #787
- Docs: corrected deprecated syntax for severity matching by @k4kratik in #766
- removed duplicate prometheus labels by @Avi-Robusta in #793
New Contributors
- @NeonSludge made their first contribution in #790
Full Changelog: 0.10.13...0.10.14-alpha.1
0.10.13
What's Changed
- Job restart on oomkilled by @wahajXgrid in #745
- bad/missing imports throwing error by @Avi-Robusta in #750
- docs fixes by @RoiGlinik in #753
- added a comment about regex match in sinks by @Sheeproid in #754
- Discovery exception fix by @Avi-Robusta in #756
- Issue 755 by @arikalon1 in #760
- added support section by @ganeshrvel in #761
- add tos message for generating self host config by @RoiGlinik in #763
- add missing helm add step. fix unnecessary spaces by @RoiGlinik in #762
Full Changelog: 0.10.12...0.10.13
0.10.13-alpha
What's Changed
- Job restart on oomkilled by @wahajXgrid in #745
- bad/missing imports throwing error by @Avi-Robusta in #750
- docs fixes by @RoiGlinik in #753
- added a comment about regex match in sinks by @Sheeproid in #754
- Discovery exception fix by @Avi-Robusta in #756
- Issue 755 by @arikalon1 in #760
- added support section by @ganeshrvel in #761
- add tos message for generating self host config by @RoiGlinik in #763
Full Changelog: 0.10.12...0.10.13-alpha
0.10.12
Important Updates
Improved OpenShift Support
You can now get Prometheus alerts from your Openshift clusters. Learn more.
Reducing Noisy Alerts
- We added a silencer for noisy TargetDown Prometheus alerts related to DNS. This feature is triggered when the Prometheus targets are not configured properly.
More Changes
- Fixed cpu graphs by @LeaveMyYard in #723
- Added support for additional cert in Slack by @RoiGlinik in #729
- Added feature: Playbook base64 encoded values by @pavangudiwada in #725
- Work in Progress: PagerDuty integration by @ganeshrvel in #715
- Add ability to provide Authorization header to Prometheus and alert manager to use with OpenShift by @LeaveMyYard in #703
- Silenced alerts in Robusta prometheus stack are persistent now by @RoiGlinik in #739
- Improved robusta UI discovery by @arikalon1 in #737
- Created generic resource event enricher by @RoiGlinik in #726
- Silenced noisy misconfigured dns TargetDown Alerts by @Avi-Robusta in #742
- Added enricher to NodeFilesystemAlmostOutOfSpace by @Avi-Robusta in #740
and much more…
New Contributors
- @ganeshrvel made their first contribution in #715
Full Changelog: 0.10.11...0.10.12
0.10.12-alpha.1
What's Changed
- Fix cpu graphs by adding label + correct units by @LeaveMyYard in #723
- Changed sinkConfig: to sinksConfig: by @pavangudiwada in #727
- slack add support for additional cert by @RoiGlinik in #729
- Feature: Playbook base64 encoded values by @pavangudiwada in #725
- WIP - PagerDuty integration by @ganeshrvel in #715
- Add ability to provide Authorization header to Prometheus and alert manager to use with OpenShift by @LeaveMyYard in #703
- Update alert-manager.rst by @aantn in #716
- Change the text in the docs about OpenShift by @LeaveMyYard in #731
- add config to apply pvc for am by @RoiGlinik in #739
- run discovery in batches by @arikalon1 in #737
- create generic resource event enricher by @RoiGlinik in #726
- split kind and name by @RoiGlinik in #743
- fix setup instructions for apple m1 by @Sheeproid in #744
- Silence target down by @Avi-Robusta in #742
- Fix config load order bug with LA by @Avi-Robusta in #730
- added enrichers to Node Alert + bugfix node_disk_analyzer by @Avi-Robusta in #740
New Contributors
- @ganeshrvel made their first contribution in #715
Full Changelog: 0.10.11...0.10.12-alpha.1
0.10.11
What's Changed
- Added a job failure to built in playbooks by @Avi-Robusta in #705
- Add automountServiceAccountToken by @LeaveMyYard in #679
- Updated Prometheus Operator documentation by @pavangudiwada in #670
- Add nodeSelectors for kubewatch and runner to values.yaml by @aantn in #696
- Fix: update csaju broken blog links & twitter username by @Aju100 in #700
- Removed non supported options from CLI --install-completion, --show-completion by @Sheeproid in #712
- Use the new Kubewatchh v.2.1.0 version by @RoiGlinik in #718
- Update webhook.rst by @Aref-Riant in #720
- Logs enricher improvements by @RoiGlinik in #678
- Add ttl option to ui sink and cluster status by @RoiGlinik in #717
- Fix override finding attributes missing default values by @RoiGlinik in #721
- Fix missing label on container memory graph by @LeaveMyYard in #664
and much more...
New Contributors
- @MacroPower made their first contribution in #673
- @Aju100 made their first contribution in #700
- @Aref-Riant made their first contribution in #720
Full Changelog: 0.10.10...0.10.11