Platform
Features
- Public module catalog: Browse globally published active modules without signing in. Module catalog
- Nested module references: Configure module references inside object maps and arrays. Module definition schema
- Task health graph: View task health relationships in a dedicated graph.
Improvements
- Lists now show each page of results as it loads and continue displaying results already received when a later page fails.
- Pipeline and stack resource lists now load additional results as you scroll near the bottom.
- Stack run details now show configuration changes, inputs, outputs, and run context in a tabbed view.
- Module and pipeline graphs now use clearer layouts for dependencies, groups, and cross-links.
- New EC2 instances now wait for the latest successful release before joining service traffic.
Fixes
- The Catalog breadcrumb now appears on module definition pages and the project breadcrumb now links to the pipelines list in pipeline views.
- Invitation links now show the invitation details and let matching users accept invitations through email or OAuth sign-in.
- Retrying failed pipeline steps now preserves successful steps and correctly handles steps skipped by dependencies.
- Module reference value selectors now work during creation and retain mapped values when changing module versions.
- Module configuration diffs no longer show changes caused only by server-resolved reference values.
- Failed EC2 deployments now automatically restore the previous successful release when eligible.
- Pipeline and stack pages now show the correct latest non-cancelled run status without flicker.
AWS account IAM policy 1.0.38 → 1.0.39
- EC2 launch release gates: Auto Scaling launch release gates can send lifecycle heartbeats and complete lifecycle actions.
Modules
New modules
- AWS Application Load Balancer 0.1.0: Provision an AWS Application Load Balancer with HTTP and HTTPS listeners.
- AWS IAM Policy 0.1.0: Provision a reusable customer-managed AWS IAM policy from structured statements or a complete policy document.
- EC2 Service 0.1.1: Run supervised workloads on an EC2 Auto Scaling Group with web and storage configuration.
CloudFront CDN 0.3.2 → 0.4.0
- Add custom headers for primary and additional origins.
ECS Cluster 0.3.0 → 0.3.1
- Add additional load balancer certificate ARN fields for SNI.
ECS Network Service 0.2.2 → 0.3.1
- BREAKING: replace
container_port,listener_port, andlistener_protocolwith one or morelistenersitems before upgrading, and move TLS settings into the relevant listener. - Improve build source, Railpack command, and builder instance guidance.
ECS Web Service 0.8.2 → 0.8.3
- Improve build source, Railpack command, and builder instance guidance.
ECS Worker 0.3.2 → 0.3.3
- Improve build source, Railpack command, and builder instance guidance.
Lambda Function 0.3.1 → 0.3.2
- Improve build source and builder instance guidance.
Static Hosting 0.3.3 → 0.3.4
- Improve build source, Railpack command, and builder instance guidance.
CLI 0.2.5 → 0.2.15
Features
- Invitation signup: Use the invitation token from an invite link with
ravion signupto accept the invitation during signup. Signup - Invitation lookup: Run
ravion membership get-invitation invitationTokento view a pending invitation’s organization, invitee, and status. Membership - Bug and feedback reports: Run
ravion report bug,ravion report feedback,ravion bug, orravion feedbackto submit Markdown reports. Report
Fixes
- Session refresh: Active CLI sessions now roll refresh tokens before they expire and remain usable when a temporary refresh fails. Authentication
- Expired sessions:
ravion whoaminow reports expired or revoked sessions as logged out and directs you toravion login. Whoami