diff --git a/docs/product/administration/changelog.md b/docs/product/administration/changelog.md index 53a52f31d..61dc1a577 100644 --- a/docs/product/administration/changelog.md +++ b/docs/product/administration/changelog.md @@ -4,6 +4,14 @@ description: Find out about the latest changes to the Self-Hosted Spacelift. # Changelog +## Changes between v1.2.0 and v1.2.1 + +### Fixes + +- Fix for an issue where a commit to Bitbucket Datacenter could trigger more stacks than necessary +- Fix for an issue where crashed workers left runs in a hanging state +- If custom certificates are defined, Spacelift's internal HTTP client will use those for AWS-related requests as well + ## Changes between v1.1.0-hotfix.1 and v1.2.0 ### Features diff --git a/docs/vendors/terraform/terraform-provider.md b/docs/vendors/terraform/terraform-provider.md index 0a89c1913..9ba6951a3 100644 --- a/docs/vendors/terraform/terraform-provider.md +++ b/docs/vendors/terraform/terraform-provider.md @@ -25,6 +25,7 @@ The following table shows the latest version of the Terraform provider known to | Self-Hosted Version | Max Provider Version | | ------------------- | -------------------- | +| 1.2.1 | 1.13.1 | | 1.2.0 | 1.13.0 | | 1.1.0-hotfix.1 | 1.10.0 | | 1.1.0 | 1.10.0 |