Skip to content

Commit

Permalink
Changelog for SH v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme committed Nov 20, 2024
1 parent b33737f commit 88ce17a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/product/administration/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ description: Find out about the latest changes to the Self-Hosted Spacelift.

# Changelog

## Changes between v2.2.0 and v2.3.0

### Features

- Ansible 2.0! 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`.
- 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 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.).

## Changes between v2.1.1 and v2.2.0

### Features
Expand Down
3 changes: 2 additions & 1 deletion docs/vendors/terraform/terraform-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ terraform {
The following table shows the latest version of the Terraform provider known to work with our Self-Hosted versions:

| Self-Hosted Version | Max Provider Version |
|---------------------|----------------------|
| ------------------- | -------------------- |
| 2.3.0 | 1.18.0 |
| 2.2.0 | 1.16.1 |
| 2.1.1 | 1.15.0 |
| 2.1.0 | 1.15.0 |
Expand Down

0 comments on commit 88ce17a

Please sign in to comment.