Skip to content

Commit

Permalink
feat: add self hosted v0.0.10 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
michalg9 committed Nov 1, 2023
1 parent 97cce3e commit 5ef5dbe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/product/administration/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ description: Find out about the latest changes to the Self-Hosted Spacelift.

# Changelog

## Changes between v0.0.9 and v0.0.10

### Features

- Stack Dependencies with [output/input references](../../concepts/stack/stack-dependencies.md#defining-references-between-stacks).
- [Ready run state](../../concepts/run/README.md#ready).
- [Targeted replan support](../../concepts/run/tracked.md#targeted-replan).
- New detailed terraform changes view.
- [Worker Pool Management views](../../concepts/worker-pools.md#worker-pool-management-views).
- [Add OpenTofu and custom workflows support for terraform](../../vendors/terraform/workflow-tool.md).

### Fixes

- Do not re-create SAML certificate during each install

## Changes between v0.0.8 and v0.0.9

### 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 @@ -15,7 +15,7 @@ terraform {
required_providers {
spacelift = {
source = "spacelift-io/spacelift"
version = "1.3.1"
version = "1.4.0"
}
}
}
Expand All @@ -25,6 +25,7 @@ The following table shows the latest version of the Terraform provider known to

| Self-Hosted Version | Max Provider Version |
| ------------------- | -------------------- |
| 0.0.10 | 1.4.0 |
| 0.0.9 | 1.3.1 |
| 0.0.8-hotfix.1 | 1.3.1 |
| 0.0.8 | 1.3.1 |
Expand Down

0 comments on commit 5ef5dbe

Please sign in to comment.