From 5ef5dbe17391eddbe83e0841fe536e6e3d81eedc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Goli=C5=84ski?= Date: Wed, 1 Nov 2023 12:52:11 +0100 Subject: [PATCH] feat: add self hosted v0.0.10 changelog --- docs/product/administration/changelog.md | 15 +++++++++++++++ docs/vendors/terraform/terraform-provider.md | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/product/administration/changelog.md b/docs/product/administration/changelog.md index cbebcf3f2..8fd5a4bc2 100644 --- a/docs/product/administration/changelog.md +++ b/docs/product/administration/changelog.md @@ -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 diff --git a/docs/vendors/terraform/terraform-provider.md b/docs/vendors/terraform/terraform-provider.md index d90097d2d..0c1ba1b89 100644 --- a/docs/vendors/terraform/terraform-provider.md +++ b/docs/vendors/terraform/terraform-provider.md @@ -15,7 +15,7 @@ terraform { required_providers { spacelift = { source = "spacelift-io/spacelift" - version = "1.3.1" + version = "1.4.0" } } } @@ -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 |