Skip to content

Releases: benfradjselim/ruptura

v7.0.34

05 Jun 22:14

Choose a tag to compare

Release v7.0.34

v7.0.33

05 Jun 13:07

Choose a tag to compare

Release v7.0.33

v7.0.32

05 Jun 12:40

Choose a tag to compare

Release v7.0.32

v7.0.31

05 Jun 08:40

Choose a tag to compare

Release v7.0.31

v7.0.30

04 Jun 15:57

Choose a tag to compare

Release v7.0.30

v7.0.29

04 Jun 13:17

Choose a tag to compare

Release v7.0.29

v7.0.28

03 Jun 14:51

Choose a tag to compare

Release v7.0.28

v7.0.27

03 Jun 14:16

Choose a tag to compare

Release v7.0.27

v7.0.26

03 Jun 13:38

Choose a tag to compare

Release v7.0.26

v7.0.25 — Actions fix + Tier-1 Autopilot teaser

28 May 00:04

Choose a tag to compare

What's new

Actions API fix

The Actions tab was showing "undefined" fields because ActionRecommendation had no JSON tags — Go was serialising as PascalCase (ID, Host, ActionType). All fields are now snake_case (id, host, action_type, tier, r, etc.).

The API now also returns computed state (pending / approved / executed) and a human-readable description per action — no more mapping needed in the UI.

Tier-1 Autopilot teaser

Tier-1 action recommendations are now visible in all editions. In the dashboard, community users see an "Autopilot Edition" badge on Tier-1 cards instead of an approve button.

When RUPTURA_EDITION=autopilot is set, Tier-1 actions are automatically approved and executed every 15 seconds via the Kubernetes actuator (scale / restart / cordon). Attempting to approve manually in community mode returns HTTP 402 with an upgrade hint.

Helm + RBAC

Helm chart 0.9.1 (appVersion 7.0.25). The ClusterRole now conditionally includes patch/update verbs on Deployments, StatefulSets, DaemonSets, and Nodes when edition: autopilot — no manual role editing needed.

Operator

OLM bundle 0.7.1 — references ruptura:v7.0.25, replaces v0.7.0.

Upgrade

```bash
helm upgrade ruptura oci://ghcr.io/benfradjselim/charts/ruptura
--version 0.9.1
--reuse-values
```

To enable autopilot (paid feature preview):
```yaml
edition: autopilot
```

Community vs Autopilot

Capability Community Autopilot
Action recommendations (read)
Manual approve ✗ (402)
Tier-1 auto-execution

Full changelog: https://benfradjselim.github.io/ruptura/community/roadmap/