From 79909c264e30350262d0d2f0267fd163fa81733f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 12:08:30 +0000 Subject: [PATCH 1/3] docs: add Ravion updates for August 24, 2026 --- changelog.mdx | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 44e3dde..6865f60 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -24,6 +24,85 @@ rss: true {/* ravion-changelog:august-10-2026 */} {/* ravion-changelog:august-17-2026 */} +{/* ravion-changelog:august-24-2026 */} + + +## Platform + +### Breaking changes + +- **Required pipeline variants:** Add at least one variant to a pipeline configuration before saving it. + +### Features + +- **Module canvas editor:** Arrange, group, pin, and configure metrics for module cards, then save or discard your changes. +- **[Catalog module creation](https://www.ravion.com/docs/module-definitions/catalog):** Start creating a module directly from its catalog definition. +- **Deferred module references:** Create modules that reference producer modules before those producers have applied. +- **Environment name presets:** Choose Production, Staging, Development, or Test when creating an environment. +- **Module delivery status:** See build progress and failure details directly on module cards. +- **Module categories:** Organize module definitions into categories and choose a category when adding a module. +- **Pipeline starter configuration:** New pipelines now begin with a runnable hello-world configuration. +- **Agent log controls:** Let an agent set the log search query and time range from the logs view. + +### Improvements + +- Create-module dialogs now use more of the available height on short screens. +- Creating a module now defaults to Create & Apply and uses clearer plan and apply actions. +- Deletion dialogs now explain when resources remain running in your cloud. +- The current-state resources view now uses stack-specific empty-state wording and tighter spacing. +- API key empty states now use clearer language. +- Terraform plan resources now use the same change colors as applied resources. +- Destructive changes now require approval even when auto-approve is enabled. +- EC2 health-check status now separates release failures from target health and shows focused diagnostics. +- Module canvas updates now avoid unnecessary re-rendering and layout work. +- Module canvas hover behavior now highlights only the selected card and its matching sidebar row. + +### Fixes + +- Stack runs without current resources are now reachable from the stack page. +- Pending-approval module cards now open their stack when clicked anywhere on the card. +- The logs viewer now returns results reliably across supported time ranges. +- Retrying a partially failed multi-module creation now reuses modules already created in the batch. +- Pressing Enter inside an empty YAML flow collection now keeps the configuration valid. +- Metric run and deployment markers now appear at the correct positions for the requested time window. +- Terraform resource changes now load correctly when the selected run is outside the pipeline bounds. +- Cancelled queued runs now clear correctly instead of remaining stuck. +- Run tabs now show the same status icon as the corresponding stack tab, including timed-out runs. +- Deploy-step drawers now show View deploy when the deployment is identified by the step output. +- Failed partial applies no longer permanently lock module inputs when no live resources remain. +- Static deployments now report genuine contention as queued and start uncontended work as in progress. + +## Modules + +### [ECS Network Service](https://www.ravion.com/docs/module-definitions/catalog/rvn-ecs-nlb) [1.1.0](https://github.com/ravionhq/modules/releases/tag/rvn-ecs-nlb%401.1.0) → [1.1.1](https://github.com/ravionhq/modules/releases/tag/rvn-ecs-nlb%401.1.1) + +- One service can now expose up to five TCP, UDP, or TLS ports. + +### [VPC Network](https://www.ravion.com/docs/module-definitions/catalog/rvn-aws-network) [1.0.1](https://github.com/ravionhq/modules/releases/tag/rvn-aws-network%401.0.1) → [1.1.0](https://github.com/ravionhq/modules/releases/tag/rvn-aws-network%401.1.0) + +- Add VPC endpoints, including a free S3 gateway endpoint enabled by default for new VPCs, an optional DynamoDB gateway endpoint, and selectable interface endpoints for AWS services. + +## CLI [1.0.0](https://github.com/ravionhq/cli/releases/tag/v1.0.0) → [1.2.2](https://github.com/ravionhq/cli/releases/tag/v1.2.2) + +### Features + +- **[Project config apply](https://www.ravion.com/docs/config-as-code/project-config-file):** Apply configuration using a project given ID, create the project when it does not exist, and preview the same creation with `--dry-run`. +- **Project actions:** See project creation actions and known-after-apply identifiers in configuration plans. +- **Saved module canvas:** Read environment canvas arrangements, including card positions, groups, metrics, and connector shapes. +- **Module step filtering:** List pipeline step executions for specific modules instead of every execution. +- **Module categories:** Manage categories with generated API support and the `ravion module category` command group. + +### Fixes + +- **Project config validation:** Validation errors now appear as an indented tree with clear spacing around module details. + + + Date: Mon, 24 Aug 2026 13:55:00 +0000 Subject: [PATCH 2/3] docs: address review feedback on August 24 changelog Co-Authored-By: brandon --- changelog.mdx | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/changelog.mdx b/changelog.mdx index 6865f60..60af5f1 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -34,33 +34,28 @@ rss: true ## Platform -### Breaking changes - -- **Required pipeline variants:** Add at least one variant to a pipeline configuration before saving it. - ### Features +- **Module categories:** Organize module definitions into categories and choose a category when adding a module. - **Module canvas editor:** Arrange, group, pin, and configure metrics for module cards, then save or discard your changes. -- **[Catalog module creation](https://www.ravion.com/docs/module-definitions/catalog):** Start creating a module directly from its catalog definition. -- **Deferred module references:** Create modules that reference producer modules before those producers have applied. -- **Environment name presets:** Choose Production, Staging, Development, or Test when creating an environment. +- **Catalog module creation:** Start creating a module directly from its catalog definition. - **Module delivery status:** See build progress and failure details directly on module cards. -- **Module categories:** Organize module definitions into categories and choose a category when adding a module. -- **Pipeline starter configuration:** New pipelines now begin with a runnable hello-world configuration. +- **Destructive change approval:** Destructive changes now require approval even when auto-approve is enabled. - **Agent log controls:** Let an agent set the log search query and time range from the logs view. ### Improvements - Create-module dialogs now use more of the available height on short screens. - Creating a module now defaults to Create & Apply and uses clearer plan and apply actions. -- Deletion dialogs now explain when resources remain running in your cloud. - The current-state resources view now uses stack-specific empty-state wording and tighter spacing. - API key empty states now use clearer language. - Terraform plan resources now use the same change colors as applied resources. -- Destructive changes now require approval even when auto-approve is enabled. - EC2 health-check status now separates release failures from target health and shows focused diagnostics. - Module canvas updates now avoid unnecessary re-rendering and layout work. -- Module canvas hover behavior now highlights only the selected card and its matching sidebar row. +- Modules can now reference producer modules before those producers have applied. +- Creating an environment now offers Production, Staging, Development, and Test name presets. +- Run tabs now show the same status icon as the corresponding stack tab, including timed-out runs. +- Deploy-step drawers now show View deploy when the deployment is identified by the step output. ### Fixes @@ -69,11 +64,8 @@ rss: true - The logs viewer now returns results reliably across supported time ranges. - Retrying a partially failed multi-module creation now reuses modules already created in the batch. - Pressing Enter inside an empty YAML flow collection now keeps the configuration valid. -- Metric run and deployment markers now appear at the correct positions for the requested time window. - Terraform resource changes now load correctly when the selected run is outside the pipeline bounds. - Cancelled queued runs now clear correctly instead of remaining stuck. -- Run tabs now show the same status icon as the corresponding stack tab, including timed-out runs. -- Deploy-step drawers now show View deploy when the deployment is identified by the step output. - Failed partial applies no longer permanently lock module inputs when no live resources remain. - Static deployments now report genuine contention as queued and start uncontended work as in progress. @@ -81,7 +73,7 @@ rss: true ### [ECS Network Service](https://www.ravion.com/docs/module-definitions/catalog/rvn-ecs-nlb) [1.1.0](https://github.com/ravionhq/modules/releases/tag/rvn-ecs-nlb%401.1.0) → [1.1.1](https://github.com/ravionhq/modules/releases/tag/rvn-ecs-nlb%401.1.1) -- One service can now expose up to five TCP, UDP, or TLS ports. +- Clarify documentation that one service can expose up to five TCP, UDP, or TLS ports. ### [VPC Network](https://www.ravion.com/docs/module-definitions/catalog/rvn-aws-network) [1.0.1](https://github.com/ravionhq/modules/releases/tag/rvn-aws-network%401.0.1) → [1.1.0](https://github.com/ravionhq/modules/releases/tag/rvn-aws-network%401.1.0) @@ -97,7 +89,7 @@ rss: true - **Module step filtering:** List pipeline step executions for specific modules instead of every execution. - **Module categories:** Manage categories with generated API support and the `ravion module category` command group. -### Fixes +### Improvements - **Project config validation:** Validation errors now appear as an indented tree with clear spacing around module details. From 22a6057d06d8f65e3bb1192f20056288a3cd1d12 Mon Sep 17 00:00:00 2001 From: Brandon Bayer Date: Mon, 24 Aug 2026 10:22:41 -0400 Subject: [PATCH 3/3] tweak --- changelog.mdx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/changelog.mdx b/changelog.mdx index 60af5f1..6de5c42 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -25,6 +25,7 @@ rss: true {/* ravion-changelog:august-17-2026 */} {/* ravion-changelog:august-24-2026 */} +