Skip to content

Commit

Permalink
feat: add self hosted v0.0.9 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
eliecharra committed Oct 3, 2023
1 parent 1d495df commit 4775d35
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
13 changes: 13 additions & 0 deletions docs/product/administration/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ description: Find out about the latest changes to the Self-Hosted Spacelift.

# Changelog

## Changes between v0.0.8 and v0.0.9

### Features

- Increase worker default disk size to 40GB.
- Adding support for Terraform versions up to v1.5.7.
- Update frontend and backend to the latest versions.

### Fixes

- Enforce bucket policy to prevent objects getting fetched not using HTTPS.
- Updated no account ID message to indicate that it is caused by missing AWS credentials in the install script.

## Changes between v0.0.7 and v0.0.8

### Features
Expand Down
7 changes: 4 additions & 3 deletions 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.0"
version = "1.3.1"
}
}
}
Expand All @@ -25,8 +25,9 @@ The following table shows the latest version of the Terraform provider known to

| Self-Hosted Version | Max Provider Version |
| ------------------- | -------------------- |
| 0.0.8-hotfix.1 | 1.3.0 |
| 0.0.8 | 1.3.0 |
| 0.0.9 | 1.3.1 |
| 0.0.8-hotfix.1 | 1.3.1 |
| 0.0.8 | 1.3.1 |

{% endif %}

Expand Down

0 comments on commit 4775d35

Please sign in to comment.