From 7f8189e2ce02c8fe491d03299067993ef76b4cfa Mon Sep 17 00:00:00 2001 From: Peter Deme Date: Thu, 21 Nov 2024 11:38:54 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Adam Connelly --- docs/product/administration/changelog.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/product/administration/changelog.md b/docs/product/administration/changelog.md index e42f3af1..74061ac6 100644 --- a/docs/product/administration/changelog.md +++ b/docs/product/administration/changelog.md @@ -9,12 +9,12 @@ description: Find out about the latest changes to the Self-Hosted Spacelift. ### Features - Ansible reloaded! We've shipped the following improvements for our [Ansible](../../vendors/ansible/README.md) integration: - - Ability to specify a custom runtime config in YAML format. Click the dropdown button next to the `Trigger` button and choose `Trigger with custom runtime config`. - - The final runtime configuration (including all custom configurations) can be retrieve for all runs. Use the 3 dots in the top right corner of the run details view and choose `Runtime config details`. + - We've added the ability to specify a custom runtime config in YAML format. Click the dropdown button next to the `Trigger` button and choose `Trigger with custom runtime config`. + - The final runtime configuration (including all custom configurations) can be retrieved for all runs. Use the 3 dots in the top right corner of the run details view and choose `Runtime config details`. - In the run changes views, ansible tasks are listed as separate resources. - - New `Configuration Management` tab in the stack view. This view allows for display of last status of each item in your Ansible inventory (i.e. outcome of the last run). + - We've added a new `Configuration Management` tab to the stack view. This view allows you to display the last status of each item in your Ansible inventory (i.e. the outcome of the last run). - We've added logs of task executions to the task details tab. -- Dashboard - Spacelift's new default view is the dashboard, which provides a high-level overview of your stacks, runs, drift detection schedules, as well as some basics metrics (stack failures, run duration etc.). +- Dashboard - Spacelift's new default view is the dashboard, which provides a high-level overview of your stacks, runs, drift detection schedules, as well as some basic metrics (stack failures, run duration etc.). ## Changes between v2.1.1 and v2.2.0