From 2affb0e900a20375838f96b75cba170832293c27 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Wed, 12 Apr 2023 20:14:59 +0000 Subject: [PATCH] Update changelog --- .changes/3.5.1.md | 6 ++++++ .changes/unreleased/BUG FIXES-20230412-132501.yaml | 6 ------ CHANGELOG.md | 6 ++++++ 3 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 .changes/3.5.1.md delete mode 100644 .changes/unreleased/BUG FIXES-20230412-132501.yaml diff --git a/.changes/3.5.1.md b/.changes/3.5.1.md new file mode 100644 index 00000000..d538b2b0 --- /dev/null +++ b/.changes/3.5.1.md @@ -0,0 +1,6 @@ +## 3.5.1 (April 12, 2023) + +BUG FIXES: + +* resource/random_password: Prevent error with `bcrypt` by truncating the bytes that are hashed to a maximum length of 72 ([#397](https://github.com/hashicorp/terraform-provider-random/issues/397)) + diff --git a/.changes/unreleased/BUG FIXES-20230412-132501.yaml b/.changes/unreleased/BUG FIXES-20230412-132501.yaml deleted file mode 100644 index a7067e52..00000000 --- a/.changes/unreleased/BUG FIXES-20230412-132501.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: BUG FIXES -body: 'resource/random_password: Prevent error with `bcrypt` by truncating the bytes - that are hashed to a maximum length of 72' -time: 2023-04-12T13:25:01.113462+01:00 -custom: - Issue: "397" diff --git a/CHANGELOG.md b/CHANGELOG.md index fac104fb..d8421fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.5.1 (April 12, 2023) + +BUG FIXES: + +* resource/random_password: Prevent error with `bcrypt` by truncating the bytes that are hashed to a maximum length of 72 ([#397](https://github.com/hashicorp/terraform-provider-random/issues/397)) + ## 3.5.0 (April 11, 2023) NOTES: