Skip to content

Releases: robusta-dev/robusta

0.10.24

28 Sep 13:31
aa73371
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.10.23...0.10.24

0.10.24-alpha.2

22 Sep 08:33
Compare
Choose a tag to compare
0.10.24-alpha.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.10.20...0.10.24-alpha.2

0.10.24-alpha

21 Sep 17:38
Compare
Choose a tag to compare
0.10.24-alpha Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.10.23...0.10.24-alpha

0.10.23

06 Sep 10:02
Compare
Choose a tag to compare

Robusta 0.10.23 is out now!!! 🚀

New Features

  • New KRR

New Contributors

What's Changed

And much more...

Full Changelog: 0.10.22...0.10.23

0.10.23 pre alpha 2

06 Sep 09:24
Compare
Choose a tag to compare
0.10.23 pre alpha 2 Pre-release
Pre-release
0.10.23-alpha.2

Add imagePullSecrets parameter on the runner serviceAccount

0.10.23-alpha.1

05 Sep 16:56
3be2419
Compare
Choose a tag to compare
0.10.23-alpha.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.10.22...0.10.23-alpha.1

0.10.22

24 Aug 13:58
11f7718
Compare
Choose a tag to compare

What's Changed

Highlights from Robusta UI

  • Nodes and Jobs screen will refresh much faster.
  • Loading the Pod logs is much faster (uses compression)
  • Fixed a bug of Robusta appearing disconnect in the UI

Changes list

New Contributors

Full Changelog: 0.10.21...0.10.22

0.10.22-alpha.2

14 Aug 09:45
d800a04
Compare
Choose a tag to compare
0.10.22-alpha.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.10.22-alpha.1...0.10.22-alpha.2

0.10.22-alpha.1

14 Aug 06:43
3f3f75d
Compare
Choose a tag to compare
0.10.22-alpha.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.10.21...0.10.22-alpha.1

0.10.21

31 Jul 18:57
286b248
Compare
Choose a tag to compare

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

What's Changed

Full Changelog: 0.10.20...0.10.21