From eeb92f8bcb574a69222b246f95700c3c4ab2505d Mon Sep 17 00:00:00 2001 From: Graham Davison Date: Fri, 8 Mar 2024 14:44:30 -0800 Subject: [PATCH] Updates CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f5fd69a8fd..79e8d6953b53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 1.7.5 (Unreleased) +BUG FIXES: + +* backend/s3: When using s3 backend and encountering a network issue, the retry code would fail with "failed to rewind transport stream for retry". Now the retry should be successful. ([#34796](https://github.com/hashicorp/terraform/pull/34796)) ## 1.7.4 (February 21, 2024)