Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Flexible Deployment Options `terraform-enterprise` container digest: amd64/linux

## Known Issues
1. You may experience failures when using an S3-compatible storage solution. An updated AWS library may trigger authentication issues with some third-party storage solutions. As a result, you may experience errors when running plans and applies or when accessing Terraform state files. Refer to issue 2960 on the AWS SDK GitHub issues page for more information. Please ensure your S3-compatible storage solution is fully updated.
1. Agents launched by Terraform Enterprise using a custom CA bundle, when Terraform Enterprise is using Docker as its run pipeline, may error when registering with Terraform Enterprise, resulting in Terraform runs failing to complete. Runs remain in pending status and eventually fail with `x509: certificate signed by unknown authority` errors. Version 1.1.1 resolves this issue.

## Deprecations
1. PostgreSQL 13 is [reaching end-of-life](https://www.postgresql.org/support/versioning/) in November. We are deprecating support for PostgreSQL 13 in this release, and we will remove support in the 1.2.0 release.
Expand Down
Loading