2025-06-30 (v5.28)
Enhancements and Features
Apps are now determined based on YAML definition
Local Apps are now determined based on if the app
property is found inside of the workflow YAML definition.
You can make a workflow show up on the apps list by simply adding the following to any workflow definition:
app:
Copy AWS snapshots to another region
Users can now copy AWS snapshots to another region from within ACTIVATE.
Retroactively assign reservation cost to groups
After capacity reservations are added or updated from the organization settings, the reservation's past cost data will also be assigned to the newly designated group.
Custom AI chat providers
You can now connect any OpenAI-compatible API directly to the ACTIVATE interface using your own authentication tokens.
This lets you chat with models from your chosen provider while keeping full control over your usage and data. Chat history is saved securely within our platform, so you can easily continue previous conversations or reference them later.
Support includes in strings
Workflows can now check if a value includes a string with the following syntax
${{ inputs.name includes 'foo' }}
Bug Fixes
- Connecting to an existing cluster immediately after saving uses previous configuration
- Potential deletion of incorrect route53 records
- Shortcuts not centered
- Some text fields don't have borders