Robusta 0.10.21 is out now! 🚀
New Feature
- Adds Custom Cluster Roles rules for runner service account by @moraesjeremias
This adds runner.customClusterRole
field. Find below an usage example:
runner:
+ customClusterRoleRules:
+ - apiGroups:
+ - wgpolicyk8s.io
+ resources:
+ - policyreports
+ verbs:
+ - get
+ - list
+ - watch
Now Supported
- Custom ca support for cli
Major Enhancements
- Update kube-prometheus-stack to 47.2.0
- Updated global config format
- Improve playbook writing docs
New Contributors
- @moraesjeremias made their first contribution in #1003
- @lippertmarkus made their first contribution in #964
What's Changed
- feature/custom-cr-roles - Adds Custom Cluster Roles rules for runner service account by @moraesjeremias in #1003
- Fix/prometheus operator reconcile error by @ganeshrvel in #984
- Bugfix kubernetes resource update DB by @Avi-Robusta in #1006
- feat(helm): update kube-prometheus-stack to 47.2.0 by @lippertmarkus in #964
- Fix: Updated global config format by @pavangudiwada in #1011
- revert to old rpc patch function by @RoiGlinik in #1012
- improve playbook writing docs by @aantn in #943
- Custom ca support for cli by @RoiGlinik in #1013
- Do not allow disableCloudRouting: true when using the UI by @ganeshrvel in #1001
Full Changelog: 0.10.20...0.10.21